Discussion:
Replaying video support
s***@gmail.com
2016-05-19 08:59:55 UTC
Permalink
Hi,

I want to replay videos in browsers (currently that is done with a NPAPI plugin) and I want to know what is the best approach for this? In essence I would like something like this
(to replay and change to live) but I cannot find any documentation for how youtube implements this feature with HTML5.

Best regards,

Cosmin
Benjamin Smedberg
2016-05-25 17:09:37 UTC
Permalink
I'm not sure what exactly you're asking about, but:

Playback of recorded videos: use HTML <video>
Streaming playback of recorded or live content: see DASH:
https://en.wikipedia.org/wiki/Dynamic_Adaptive_Streaming_over_HTTP

There are links there about JS libraries that can be used for playback.

--BDS
Post by s***@gmail.com
Hi,
I want to replay videos in browsers (currently that is done with a NPAPI
plugin) and I want to know what is the best approach for this? In essence I
would like something like this http://youtu.be/njCDZWTI-xg
(to replay and change to live) but I cannot find any documentation for how
youtube implements this feature with HTML5.
Best regards,
Cosmin
_______________________________________________
dev-tech-plugins mailing list
https://lists.mozilla.org/listinfo/dev-tech-plugins
Loading...