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

Gabor Alsecz alseczg at gmail.com
Tue Nov 8 14:01:41 EET 2016


On Tue, Nov 8, 2016 at 12:45 PM, Christian Ebert <blacktrash at gmx.net> wrote:

> * 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


Yes i am using hls.js with Android Chrome and it works well with the same
encoding where Android Mozilla doesn't. But that is fine for me now. Thanks
Guys!


>
>
> --
> \black\trash movie   _SAME  TIME  SAME  PLACE_
>                New York, in the summer of 2001
>
> --->> https://blacktrash.org/underdogma/stsp.php
> _______________________________________________
> ffmpeg-user mailing list
> ffmpeg-user at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-user
>
> To unsubscribe, visit link above, or email
> ffmpeg-user-request at ffmpeg.org with subject "unsubscribe".
>


More information about the ffmpeg-user mailing list