Add a README

This commit is contained in:
Sanchayan Maity 2024-06-26 18:36:12 +05:30
parent 64a5417c67
commit 02f4328273

13
README.md Normal file
View file

@ -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=<path-to-quinnquic-elements> 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=<path-to-quinnquic-elements> cargo run -- --receiver
```