. Hello
I have searched everywhere but still could not find any clear answer or example.
I have Raspberry Pi running as Node.js server with USB camera connected to it. I want to get video from that camera and send it to Node server client (browser) using webRTC. This would only be localhost and just one client.
I know that webRTC is meant to be browser to browser thing and server is only used for signaling. But this must be possible. I have just started with Node.js and can`t figure this out myself.
Somebody must have done it by now...webRTC is getting very popular. I have seen similar questions dating back to 2013.
Thanks!