1
Fork 0
mirror of https://github.com/jech/galene.git synced 2024-11-09 02:05:59 +01:00
galene/rtpconn
Juliusz Chroboczek 9093339b62 Rework handling of buffered keyframes.
Instead of buffering the last keyframe, we merely keep track of its
seqno, and use the main cache for recovering.  We also send the whole
sequence of packets rather than just the keyframe itself.
2021-08-04 02:58:24 +02:00
..
rtpconn.go Switch spatial layers at the right point. 2021-08-03 23:21:44 +02:00
rtpconn_test.go Use spatial scalability when simulcast is not available. 2021-08-03 13:14:11 +02:00
rtpreader.go Move packet parsing code into its own package. 2021-07-29 21:30:39 +02:00
rtpstats.go Export the max requested rate in track statistics. 2021-08-03 03:28:36 +02:00
rtpwriter.go Rework handling of buffered keyframes. 2021-08-04 02:58:24 +02:00
webclient.go Use spatial scalability when simulcast is not available. 2021-08-03 13:14:11 +02:00