net/quinn: Add examples for QUIC multiplexing & RoQ
-
net/quinn: Add examples for QUIC multiplexing & RoQ
Build the examples by runningcargo 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
Edited by Sanchayan Maity