Luke Curley
Luke Curley
Develop an OBS plugin.
I added the current UTC time using ffmpeg and displayed on the browser. Unfortunately, clock sync is a bitch. We should have a better way to measure latency, potentially something...
Develop a GStreamer plugin.
The quinn BBR code has a lot of WARNING text. I enabled it anyway because bufferbloat means the death of any prioritization and real-time ambitions. Somebody should validate that BBR...
Clients establish a QUIC connection per broadcast. We should investigate reusing connections via ANNOUNCE like the specification intends.
Everything is in [terraform](https://github.com/kixelated/quic.video) but otherwise everything is manual, including the number of instances.
There’s no logging, metrics, or even health checks. I don’t even know if the site is up.
The relays form a mesh network. This won’t scale past a few nodes.
Develop an [ffmpeg](https://www.ffmpeg.org/) plugin. Piping to stdin currently works but it could be improved.
Quinn lacks the tracing required to validate the user experience. We should add [qlog](https://github.com/quinn-rs/quinn/issues/406) and other useful metrics.