[FFmpeg-user] Playback issues with HLS on Android
Walter Ebert
lists at walterebert.com
Fri May 10 20:32:00 CEST 2013
Thank you René.
> Works not:
> Encode H.264/AAC video and segment it in a single command!!
>
> Works:
> Encode H.264/AAC video to MP4 Container, and in separate process, copy
> the bitstreams (-c copy), set the bitstream filter (-bsf:v
> h264_mp4toannexb) and segment it using (-f segment).
>
After struggling with HLS on Android I can confirm your suggestion works :)
I actually created a HLS test page for this:
http://walterebert.com/playground/video/hls/
I hoped this would also improve Flash playback. But changing bitrate
still disrupts the audio stream. Not sure if this is a HLS or Flash problem.
Cheers,
Walter
More information about the ffmpeg-user
mailing list