On Thu, Oct 16, 2014 at 8:48 PM, Ralph Giles <[email protected]> wrote:
> Youtube's DASH+vp9 player works for me in Firefox 36.

Do you have experience with WebM live-streaming? If so, what server are
you using?

So far I [didn’t succeed][1] setting up WebM playback with the
nginx-rtmp-module.

> I would try on Firefox Nightly first. You might also try setting a
> 'media.mediasource.ignore_codecs' pref if you're experimenting with
> mp4.

Ok, that did the trick for MP4! The dash.js `baseline.html` example
starts playing:

<http://dashif.org/reference/players/javascript/1.0.0/baseline.html>

I also got it to work in the Firefox OS 2.2 simulator, by adding to
`prefs.js`:

    user_pref("media.mediasource.enabled", true);
    user_pref("media.mediasource.ignore_codecs", true);

Location of `prefs.js` on Windows:

    %APPDATA%\Mozilla\Firefox\Profiles\[…].default\extensions\
    [email protected]\profile\prefs.js

Note that video playback stops after a while, and sound continues. I
also see that problem in Chrome. Only there playback resumes later. My
Internet connection is quite bad, with frequent drops in speed. Possibly
the example video is not being provided with a low bitrate.

[1]: https://github.com/arut/nginx-rtmp-module/issues/493
_______________________________________________
dev-media mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-media

Reply via email to