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. _______________________________________________ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".