2011/10/6 Atli Thorbjornsson <[email protected]>: > Thanks Andrey, unfortunately the Android does not support FLV > contained AAC. The stream I'm trying to use is actually FLV and I was > hoping to remux to MP4 since that seems to be the only way that the > Android can play AAC from the network.
Sorry for not asking this first: how do you stream? just by files downloaded by http? or by RTSP? maybe sth else? I had success streaming MP4(h264+aac) by RTSP, and FLV(h264+aac) by RTMP (not sure if i had tested RTMP with android, but likely). But each time i've coded protocol actions by myself. If you need, I can share my code of streaming applications (in C, using libavformat), i have wrote it for a company, and it doesn't need it after all, so i'm going to publish it soon. -- Andrey Utkin _______________________________________________ Libav-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/libav-user
