Re: [Live-devel] OpenRTSP w/ Axis 207 series cameras: AAC issue

2009-02-07 Thread Ross Finlayson
Otherwise, get the header info with ->fmtp_config() from your audio MediaSubsession. This gives you a hex string. When you decode with libfaad, convert the hex string to binary and pass it as the AudioSpecificConfig to NeAACDecInit2(). That should make it work. FYI, we provide a function "parseG

Re: [Live-devel] OpenRTSP w/ Axis 207 series cameras: AAC issue

2009-02-07 Thread Eric Lammerts
I am experimenting with receiving streamed data from Axis 207W cameras using (a modified version of) the openRTSP utility, and is confronted with the following issue. When I use the -q option to receive a quicktime file, I can later use the ffmpeg avcodec libraries to read packets and decode

Re: [Live-devel] OpenRTSP w/ Axis 207 series cameras: AAC issue

2009-02-03 Thread Ross Finlayson
I am experimenting with receiving streamed data from Axis 207W cameras using (a modified version of) the openRTSP utility, and is confronted with the following issue. When I use the -q option to receive a quicktime file, I can later use the ffmpeg avcodec libraries to read packets and decode th

[Live-devel] OpenRTSP w/ Axis 207 series cameras: AAC issue

2009-02-03 Thread Mukherjee, Debargha
Hi, I am experimenting with receiving streamed data from Axis 207W cameras using (a modified version of) the openRTSP utility, and is confronted with the following issue. When I use the -q option to receive a quicktime file, I can later use the ffmpeg avcodec libraries to read packets and decod