hello all,Anybody who knows how to generate aac audio with LATM header from aac
data with ADTS header? I can get some information which audioSpecificConfig()
included in LATM header needs from ADTS header, such as audioDecoderType,
samplingFreqencyIndex, samplingFrequency, channelConfiguration.
hello all, Anybody who knows how to generate aac audio with LATM header from
aac data with ADTS header? I can get some information which
audioSpecificConfig() included in LATM header needs from ADTS header, such as
audioDecoderType, samplingFreqencyIndex, samplingFrequency,
channelConfiguratio
Hi,
I want to choose dynamically if I send h.264 using FU-A or
not use it and let the network split the packets and then
reassemble them. Is it possible? I have to stop streaming to
do that?
Thanks in advance,
Ramon
___
live-devel mailing list
live-de
The noteworthy part of the QOS stats (from "openRTSP -Q") is the
packet loss information - you are experiencing 50% packet loss on
average.
Because you don't see packet loss when you play the stream using VLC,
then the problem is that your OS's internal receive buffers are not
large enough.
*
Hi Jerry,To debug the liveMdeia library, you may have to recompile the
MPlayer and liveMedia library. 1/ Before compiling liveMedia, in the first
line of file "config.linux"--COMPILE_OPTS = $ >(INCLUDES) -I -O2
-DSOCKLEN_T...,add the "-g" option as follows: COMPILE_OPTS = $ (INCLUDES)
-I -O2 -g
Curiously, I've recently discovered that VLC does indeed work properly
(I had incorrectly reported that it didn't work properly in my first
message). I can stream video when I connect the server directly to a
windows PC running VLC and there are no problems. It seems the culprit
is openRTSP.
I