I need to receive a video stream directly on my nodejs server from a webpage, where the video is recorded. I saw different software but they all provides p2p from a webpage to another webpage. I need p2p from the webpage to the server.
The web client should connect to node.js server, streaming the video in realtime. On the server the video should be recorded and saved in realtime.
How can i achive this ?