Relative Content

Tag Archive for htmlnode.jswebrtcp2plive-streaming

WebRTC: Cannot connect peers to watch livestream from other client

-I want to make a server that can receive data sent from the client. The client can be the person broadcasting the live video or the person who wants to watch the live video. Connect the clients together using licenseID. and the server can have many connections.
-For example: there is a client A who sends a licenseID of 1 and wants to play live video, and client B sends a licenseID of 2 and also wants to play a video….. then there is a client C who wants to watch client A’s live video and will transmit a licenseID of 1 to watch live, and can exit. Transmit licenseID as 2 to watch live video of client B. Server code is independent for deployment.