[Live-devel] Help: How to generate aac content with LATM header from aac content with ADTS header

2007-05-22 Thread
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.

[Live-devel] Help: How to generate aac content with LATM header from aac content with ADTS header

2007-05-22 Thread
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

[Live-devel] H.264 FU-A

2007-05-22 Thread tl11305
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

Re: [Live-devel] Streaming Speed Limited for HD files?

2007-05-22 Thread Ross Finlayson
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. *

Re: [Live-devel] How to debug livemedia library with mplayer

2007-05-22 Thread jerry zhao
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

Re: [Live-devel] Streaming Speed Limited for HD files?

2007-05-22 Thread Hernandez, Fernando
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