I have a Raspberry Pi 3 with a camera module. I've installed uv4l, and that gives me the ability to access the camera stream from browser by creating a WebRTC connection from the browser. However, I want to have an extra layer between the client (browser) and uv4l WebRTC stream.
Is there a way to have a Node.js server, which would be a bridge between my client (browser) app and the uv4l stream?