From 02f43282738b7894943e73ad7a3b25512f686657 Mon Sep 17 00:00:00 2001 From: Sanchayan Maity Date: Wed, 26 Jun 2024 18:36:12 +0530 Subject: [PATCH] Add a README --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..8f643ed --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +Code for testing stream multiplexing with [MR](https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1634). + +On one terminal, run the sender as + +```bash +GST_DEBUG=3,quinnquicmux:6,quinnquicsink:6,gst-quinn-quic-mux:6 GST_PLUGIN_PATH= cargo run -- +``` + +On another terminal, run the receiver as + +```bash +GST_DEBUG=3,quinnquicdemux:6,quinnquicsrc:6,gst-quinn-quic-mux:6 GST_PLUGIN_PATH= cargo run -- --receiver +```