Hi, I tested recent ffmpeg and tried an Apple HTTP stream.<br>The video looks OK. But there is no sound.<br><br>And then I made the following change.<br><br>diff --git a/modules/codec/avcodec/avcodec.c b/modules/codec/avcodec.c<br>
--- a/modules/codec/avcodec/avcodec.c<br>+++ b/modules/codec/avcodec/avcodec.c<br>@@ -400,8 +400,7 @@ int ffmpeg_OpenCodec( decoder_t *p_dec )<br> {<br> if( p_sys->i_codec_id == CODEC_ID_VC1 ||<br> p_sys->i_codec_id == CODEC_ID_VORBIS ||<br>
- p_sys->i_codec_id == CODEC_ID_THEORA ||<br>- p_sys->i_codec_id == CODEC_ID_AAC )<br>+ p_sys->i_codec_id == CODEC_ID_THEORA )<br> {<br> msg_Warn( p_dec, "waiting for extra data for codec %s",<br>
p_sys->psz_namecodec );<br><br>The problem seems to be disappeared.<br>Wondering am I doing the right thing.<br><br><br clear="all"><br>-- <br>language: Chinese, Japanese, English<br>