Re: Replaying video support

Benjamin Smedberg <[email protected]> Wed, 25 May 2016 13:09:37 -0400
Newsgroups gmane.comp.mozilla.devel.plugins
Message-ID <CAK2U7KKnHkE5gPirPKxi8X+R7BP7Y_X-GbJ9zKHkjpULhwb=tA@mail.gmail.com>
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


On Thu, May 19, 2016 at 4:59 AM, <[email protected]> wrote:

> 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 https://www.youtube.com/watch?v=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
> [email protected]
> https://lists.mozilla.org/listinfo/dev-tech-plugins
>