Skip to content

Latest commit

 

History

History
 
 

streaming_server

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Intermediate Web Server for Streaming

This server is used to relay the SDP server description between a host and target. Any web server with a publicly routable IP address should work. See the Server flag section in STREAMING.md for more details. Based off this JS Fiddle.

NOTE: You must replace <SERVER IP> inside of server.js before opening server.html.

Files

  • server.py: Accepts connections on port 8787 and relays SDP server descriptions via WebSockets
  • server.js: Handles WebSockets and WebRTC communications
  • server.html: Displays the video

Known issues: