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

Christian Ebert blacktrash at gmx.net
Tue Nov 8 13:45:50 EET 2016


* Walter Ebert on Tuesday, November 08, 2016 at 09:14:51 +0100
>> On Mobile Firefox - via http://dailymotion.github.io/hls.js/demo/ - i tr
>> 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.
> Mobile Firefox does not suppot HLS.
>> On desktop browser no error but playing fine.
> Also Firefox on desktop does not support HLS out of the box. It can play
> HLS if an extension is installed. This can be provided by VLC or
> Gstreamer for example. Most people won't have this installed.
> 
> In HTML5 you can provide MP4 and WebM as a fallback:
> 
>| <video width="480" height="270" controls> <source src="video.m3u8"
> type="application/x-mpegurl" /> <source src="|||video|.mp4" type="video/mp4" /> <source src="||||video||.webm" type="video/webm" /> </video>|
> 
> 
> If you want a cross-browser streaming solution, you could look into
> MPEG-DASH (http://dashif.org/).

You'd still need HLS for iOS where the MediaSource extension is
not supported. Try hls.js:
https://github.com/dailymotion/hls.js

-- 
\black\trash movie   _SAME  TIME  SAME  PLACE_
	       New York, in the summer of 2001

--->> https://blacktrash.org/underdogma/stsp.php


More information about the ffmpeg-user mailing list