Since node uses javascript, can it act as a webrtc peer?
Can I then encode it as a VP8 stream and broadcast to all other peers?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
WebRTC is a browser API rather than being part of Javascript, so it’d need to be implemented as a Node module.
There are projects to build this though. Check this out:
http://blog.appfog.com/new-horizons-in-node-js-app-js-and-webrtc/