Sends a video from the broadcast page to all connected clients (watchers) over WebRTC PeerToPeer connections.
Start using Node
# Install dependencies for server
npm install
# Run the server
node server
Start using Docker
# Building the image
docker build --tag webrtcvideobroadcast .
# Run the image in a container
docker run -d -p 4000:4000 webrtcvideobroadcast
Alexander Ezharjan