gst-plugins-rs/net/webrtc/examples
2024-01-18 10:01:25 +02:00
..
webrtcsink-custom-signaller webrtc: Remove unnecessary manual Send+Sync implementations for signallers 2024-01-18 10:01:25 +02:00
webrtcsink-stats webrtc: examples: Update package-lock.json 2022-12-26 23:10:40 +00:00
README.md webrtcsink: README: add documentation for custom signaller 2023-10-06 12:58:04 +03:00
webrtcsink-high-quality-tune.rs webrtcsink: expose consumer-pipeline-created signal 2023-05-25 13:15:52 +02:00
webrtcsink-stats-server.rs use new debug and parse API 2023-12-04 15:58:21 +01:00

webrtcsink examples

Collection 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.

webrtcsink-custom-signaller

An example of custom signaller implementation, see the corresponding README for more details on code and usage.