gst-plugins-rs/net/webrtc/examples
Thibault Saunier 39c0dcb0d4 Plug webrtc in
2022-10-20 11:51:58 +02:00
..
webrtcsink-stats Plug webrtc in 2022-10-20 11:51:58 +02:00
README.md Plug webrtc in 2022-10-20 11:51:58 +02:00
webrtcsink-stats-server.rs Plug webrtc in 2022-10-20 11:51:58 +02:00

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.