Skip to content

Latest commit

 

History

History
25 lines (23 loc) · 708 Bytes

File metadata and controls

25 lines (23 loc) · 708 Bytes

video_stream_WebRTC

A WebRTC live stream broadcasting application for one-to-many video communication. Users can create new streams and join any running stream. The supported browsers are: Chrome, Opera, Firefox and Chrome Android.

Technologies Used

WebRTC, Node.js and some normal web development technologies: HTML, CSS and JavaScript

Installation

Requirements: Node.js(download from nodejs.org)

Open your terminal and run the following commands:

git clone https://github.com/nirajx1d/video_stream_WebRTC.git
cd video_stream_WebRTC
npm install
node server.js

Open your browser and visit:

localhost:3000