Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 484 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 484 Bytes

webrtcsink examples

Collection (1-sized for now) of webrtcsink examples

webrtcsink-stats-server

A simple application that instantiates a webrtcsink and serves stats over websockets.

The application expects a signalling server to be running at ws://localhost:8443, similar to the usage example in the main README.

cargo run --example webrtcsink-stats-server

Once it is running, follow the instruction in the webrtcsink-stats folder to run an example client.