[vlc] Re: AAC decode channels = 0
Callan, Wilson
wcallan at starentnetworks.com
Fri Apr 16 15:32:43 CEST 2004
Hi, i'm using VLC 0.7.1 on x86 Debian linux without a display, just as a streamer. i have AAC encode working great to stream a file out UDP (or transcode an AC3 stream to AAC), but when i receive a UDP stream with AAC the AAC decoder is not found. i traced it done to the fact that i_channels == 0. i havent had the time to follow it all the way back to the root cause, but maybe this has already been fixed or is a known problem?
i know that input_RunDecoder() gets called with p_es already set to the wrong number of channels:
(gdb) print ((WAVEFORMATEX *)p_es->p_waveformatex)->nChannels
$20 = 0
my stream is from VLC for windows, and plays fine locally when i duplicate it.
if it's not a know problem, where does p_es->p_waveformatex)->nChannels get setup?
i've just downloaded the latest from CVS, so i'll try that soon.
(btw Gildas, thank you for the H.263 fix)
thanks, wilson
--
This is the vlc mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://www.videolan.org/support/lists.html
If you are in trouble, please contact <postmaster at videolan.org>
More information about the vlc
mailing list