gst-plugins-rs/net/quinn
Sanchayan Maity 59cc4af3ba net/quinn: Support stream multiplexing in quinnwtclientsrc
While at it, drop the use-datagram property since the data handler
thread receives data for both streams and datagram irrespective of
the property.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1966>
2024-12-30 09:40:43 +05:30
..
examples net/quinn: Add examples for QUIC multiplexing & RoQ 2024-11-28 17:52:18 +00:00
src net/quinn: Support stream multiplexing in quinnwtclientsrc 2024-12-30 09:40:43 +05:30
tests net/quinn: Support stream multiplexing in quinnwtclientsrc 2024-12-30 09:40:43 +05:30
build.rs Move net/quic to net/quinn 2024-05-01 22:30:23 +05:30
Cargo.toml deps: update itertools to 0.13 2024-12-20 16:23:52 +00:00
README.md net/quinn: Add examples for QUIC multiplexing & RoQ 2024-11-28 17:52:18 +00:00

gst-plugin-quinn

This is a GStreamer plugin for using QUIC as the transport build using quinn-rs.

Examples

Build the examples by running

cargo build -p gst-plugin-quinn --examples

QUIC multiplexing example can be tested as follows.

GST_PLUGIN_PATH=target/debug cargo run -p gst-plugin-quinn --example quic_mux
GST_PLUGIN_PATH=target/debug cargo run -p gst-plugin-quinn --example quic_mux -- --receiver

RoQ example can be tested as follows. This tests H264 by default.

GST_PLUGIN_PATH=target/debug cargo run -p gst-plugin-quinn --example quic_roq
GST_PLUGIN_PATH=target/debug cargo run -p gst-plugin-quinn --example quic_roq -- --receiver

To test RoQ with VP8.

GST_PLUGIN_PATH=target/debug cargo run -p gst-plugin-quinn --example quic_roq -- --vp8
GST_PLUGIN_PATH=target/debug cargo run -p gst-plugin-quinn --example quic_roq -- --receiver --vp8