[FFmpeg-user] HLS stream playing issue - Mobile Firefox Android

Gabor Alsecz alseczg at gmail.com
Sun Nov 6 22:49:46 EET 2016


Dear All,

On Mobile Firefox - via http://dailymotion.github.io/hls.js/demo/ - i try
to load local m3u8 file but i receive the following error in the demo's
info area:

Buffer Add Codec Error for video/mp4; codecs=avc1.f4001f :Operation is not
supported.

On desktop browser no error but playing fine.

Any idea here?

I am encoding stream via pipe (feeding with bitmap from memory via C#) with
a similar command:

ffmpeg -y -loglevel info -f rawvideo  -pix_fmt bgr24 -video_size 1280x720
-framerate 25 -i "-" -pix_fmt yuv420p -profile:v baseline -hls_time 3
-hls_list_size 0 -hls_segment_filename file%03d.ts -f hls out.m3u8


Thanks!

br,
g.


More information about the ffmpeg-user mailing list