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

Suggestion : WebWorker Based Streaming ! #1

Open
darkyen opened this issue Oct 18, 2013 · 0 comments
Open

Suggestion : WebWorker Based Streaming ! #1

darkyen opened this issue Oct 18, 2013 · 0 comments

Comments

@darkyen
Copy link

darkyen commented Oct 18, 2013

I think it would be amazing if i can do something like this

recorder.on('chunk',function(packet){
some_rtc_channel.send(packet);
});

It can be used for a lot of stuff :D /* process and broadcast a video in realtime using rtc channels maybe */

spite pushed a commit that referenced this issue Jun 20, 2015
Update README.md to be clearer ( see #3 )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant