Skip to content

Stream a file to a server which relays it to connected clients via WebSockets.

License

Notifications You must be signed in to change notification settings

bnan/codestream

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

codestream

Stream a file to a server which relays it to connected clients via WebSockets.

Relay

Start the server that relays the stream to the connected clients:

cd relay/
npm install
node server.js

Streamer

Stream a file to the server:

cd streamer/
npm install
node stream.js --file stream.js --url ws://127.0.0.1:1337

Viewer

Launch the viewer web application:

cd viewer/
npm install
node viewer.js

About

Stream a file to a server which relays it to connected clients via WebSockets.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published