gst-plugins-rs/plugins/examples
Mathieu Duponchelle f6eb967cbe webrtcsink: address Sebastian's latest comments
+ refactor encoder-setup signal emission
+ document unused fields in navigation event handler
2022-03-26 00:16:29 +01:00
..
webrtcsink-stats stat-frontend: Allow passing a URL to the stat producer 2021-12-28 17:09:52 +01:00
README.md examples: implement webrtcsink-stat-server 2021-11-30 22:55:28 +01:00
webrtcsink-stats-server.rs webrtcsink: address Sebastian's latest comments 2022-03-26 00:16:29 +01: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.