gst-plugins-rs/net/webrtc/examples
Mathieu Duponchelle a20855dfd9 webrtcsink: expose consumer-pipeline-created signal
This signal is emitted as soon as the pipeline for each consumer
is created, and can be used by applications that require a greater
level of control over webrtcsink's internals.

An example is also provided to demonstrate usage

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1220>
2023-05-25 13:15:52 +02:00
..
webrtcsink-stats webrtc: examples: Update package-lock.json 2022-12-26 23:10:40 +00:00
README.md Plug webrtc in 2022-10-20 11:51:58 +02:00
webrtcsink-high-quality-tune.rs webrtcsink: expose consumer-pipeline-created signal 2023-05-25 13:15:52 +02:00
webrtcsink-stats-server.rs webrtc: Fix rustfmt errors 2022-12-27 11:12:54 +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.