Skip to content

georgecode/screenShareVR0.3

Repository files navigation

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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published