pchab / ProjectRTC

WebRTC Live Streaming on nodeJS (+ android client !)
Other
1.04k stars 477 forks source link

Video Stream to be passed directly #53

Open ishan1503 opened 6 years ago

ishan1503 commented 6 years ago

Hi,I have implemented the ProjectRTC for video calling between web and Android now I need to extend it by removing web browser support and directly pass video stream of my camera into it.

How can I achieve this?