It [took me a year][1] to finally find the time to set up a test server
for video streaming. I used the [nginx-rtmp][2] module. With the latest
stable [dash.js][3], I could play back local streams, however only in
Chrome. In Firefox 33/Win7, dash.js doesn’t work. Of course,
`media.mediasource.enabled` is set to `true`.
Included with dash.js is `baseline.html`, a simple demo that plays back
a video streamed from the Internet. That demo works in Chrome, but not
in Firefox.
Error message when clicking the play button:
TypeError: v is null
OK, this could be a bug in dash.js. So, I’m asking:
*Is there any working demo showing DASH playback in Firefox?*
[1]: https://groups.google.com/forum/#!topic/mozilla.dev.media/rIl4xwnc2Ng
[2]: https://github.com/arut/nginx-rtmp-module
[3]: https://github.com/Dash-Industry-Forum/dash.js/archive/v1.2.0.tar.gz
_______________________________________________
dev-media mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-media