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

Make core.rtcpeerconnection / core.rtcdatachannel exist #2

Closed
willscott opened this issue Mar 10, 2014 · 10 comments
Closed

Make core.rtcpeerconnection / core.rtcdatachannel exist #2

willscott opened this issue Mar 10, 2014 · 10 comments
Assignees

Comments

@willscott
Copy link
Member

likely via http://js-platform.github.io/node-webrtc/

@willscott
Copy link
Member Author

wrtc is included as an optional dependency.

@willscott willscott changed the title Make core.peerconnection exist Make core.rtcpeerconnection / core.rtcdatachannel exist Nov 23, 2014
@willscott
Copy link
Member Author

Discussion towards a sane server-side webRTC setup is beginning here: webrtcftw/goals#1

@modeswitch
Copy link

@willscott What are your thoughts about media streams? I'm seriously considering removing that as a goal for node-webrtc given the difficulty in building libjingle for most people. I've made good progress on thinning out libjingle and I should have a new build of node-webrtc that is data-channels only.

@willscott
Copy link
Member Author

@modeswitch fantastic! Media streams & Codec compatibility seems like the heavy part of the library, and it would be great to separate out the connection negotiation & data channel APIs from the audio/video stuff.

Looking forwards to a thinned out library!

@modeswitch
Copy link

@willscott Unfortunately, adding media support back in as a module of some sort will be difficult. I wonder if it would make more sense to proxy media streams (on the browser side) over data channels, and just dump the media/codec code from the node-side altogether.

@willscott
Copy link
Member Author

@modeswitch I'd be happy to just have working data channels on node for now!

As soon as you have something that it would be useful to have testers on, let me know and I'm happy to start playing with it & filing bugs against it 👍

@ryscheng
Copy link
Member

👍

@agallant agallant self-assigned this Apr 12, 2016
@agallant
Copy link

Taking this as a renewed priority for getting uProxy-for-cloud running in node rather than Docker images with Firefox (thus hopefully improving setup time, performance, etc. etc.).

@agallant
Copy link

Some notes - node-wrtc has some build issues on OSX, node-webrtc/node-webrtc#235 (comment)

May still go with it, but I'm also looking into other fill options. One that I'm not sure if it's appropriate, but may be convenient if so - https://github.com/mappum/electron-webrtc

@agallant
Copy link

agallant commented Jul 25, 2016

It exists now (w/caveat that building currently requires Linux rather than OSX due to dependency) - #40

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

4 participants