1
Fork 0
galene/rtpconn
Juliusz Chroboczek 5e130122f5 Forward NACKs to sender in case of double loss.
We already send NACKs when a packet is missing.  Under high packet loss,
however, the recovery packet might get lost two.  Forward receiver NACKs
to the sender, but only after a delay and after checking that the packet
has not arrived in the meantime.
2020-10-12 13:00:59 +02:00
..
rtpconn.go Forward NACKs to sender in case of double loss. 2020-10-12 13:00:59 +02:00
rtpreader.go Deal with reordered keyframes. 2020-10-08 17:58:58 +02:00
rtpstats.go Move RTP-specific code into its own package. 2020-09-18 10:28:05 +02:00
rtpwriter.go Forward NACKs to sender in case of double loss. 2020-10-12 13:00:59 +02:00
webclient.go Discard old history entries. 2020-10-08 14:41:33 +02:00