Jean-Baptiste Kempf - Kyber: a new approach for real-time video and controls streaming based on Quic - YouTube (youtube.com)
from ruffsl@programming.dev to programming@programming.dev on 29 Jul 03:17
https://programming.dev/post/34709972

Not yet released unfortunately:

kyber.media

#programming

threaded - newest

ruffsl@programming.dev on 29 Jul 03:19 next collapse

I hope this rust library can make its way back into Moonlight and Sunshine projects.

BB_C@programming.dev on 29 Jul 07:32 collapse

This is cool and lies within my area of interests.

One thing that is not clear is if there will be a way to do playback outside of custom players. If a stream can’t be trivially grabbed, and/or played directly in mpv (via ffmpeg library support or otherwise), this won’t be very useful for me.

It would also be interesting to see how the video streams are encoded, if the GOP size is forced to 1 and it’s all intra frames or not, and if it’s not, how synchronization after recovery (where FEC is not enough) is done.

Hopefully this gets posted again when the code is released.