Vetronus / WebRTC-Video-Broadcast

WebRTC video/audio broadcast

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WebRTC Video/Audio Broadcast

Sends a video from the broadcast page to all connected clients (watchers) over WebRTC PeerToPeer connections.

Getting started

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

Author

Gabriel Tanner

Support me

Buy Me A Coffee

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

WebRTC video/audio broadcast

License:MIT License


Languages

Language:JavaScript 79.3%Language:HTML 14.3%Language:CSS 4.5%Language:Dockerfile 1.9%