Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Live streaming support #158

Closed
yarontorbaty opened this issue Dec 24, 2014 · 2 comments
Closed

Live streaming support #158

yarontorbaty opened this issue Dec 24, 2014 · 2 comments

Comments

@yarontorbaty
Copy link

I'm trying to implement a streaming service similar to how HLS works.
Segmenting the live source into files of a few seconds each using ffmpeg, then playing them one after the other.
I'm having difficulty catching when one file ends, releasing buffers properly, and using the same Audiocontext for all files.
Any suggestions on where to start?

@yarontorbaty yarontorbaty changed the title WebM Live streaming support Live streaming support Jan 19, 2015
@bvibber bvibber added this to the Adaptive streaming milestone Jun 25, 2015
@lapierdami
Copy link

Is there an howto on how to implement live streaming?

@bvibber
Copy link
Owner

bvibber commented Apr 13, 2016

On the ogv.js side:

On the client code side:

  • either use MSE-compatible interfaces directly, or find and tweak some existing DASH or HLS-via-MSE framework to use the appropriate shim classes instead of native ones

On the server side:

  • ???

@bvibber bvibber closed this as completed Apr 18, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants