Skip to content

IX-Kitchen/DroneCast-WebRTC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DroneCast - WebRTC

WebRTC feature for the DroneCast platform.

Description

WebRTC system which allows sending Real-time video from a client (desktop or mobile browser) to another. There are two endpoints (the port could be changed with an env variable):

Getting Started

Prerequisites

Only Node.js and a browser compatible with WebRTC are needed:

Installing

git clone https://github.com/IX-Kitchen/DroneCast-WebRTC.git
cd DroneCast-WebRTC
npm install
node server.js

The console should show the following message

Server listening at port 8080

Now you can access the service at: Admin GUI - http://localhost:8080/admin User GUI - http://localhost:8080/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published