roc-streaming / roc-toolkit

Real-time audio streaming over the network.
https://roc-streaming.org
Mozilla Public License 2.0
1.06k stars 213 forks source link

Quality-of-service flags #238

Open gavv opened 5 years ago

gavv commented 5 years ago

It would be interesting to employ QoS flags in IP packets or 802.11 frames to prioritize our real-time traffic and decrease the probability of drops by, for example, Wi-Fi access points.

We should first research what methods are available here and test them. If some of them will help, we can add the support to Roc and make it configurable by user, both via command-line and via API.