1
Fork 0
mirror of https://github.com/jech/galene.git synced 2024-11-12 19:55:59 +01:00
galene/rtpconn
Juliusz Chroboczek 263258a0c1 Implement renegotiation of down streams.
We used to destroy and recreate down streams whenever something changed,
which turned out to be racy.  We now properly implement renegotiation,
as well as atomic replacement of a stream by another one.
2021-02-03 19:15:40 +01:00
..
rtp_test.go Allow various codecs. 2020-12-26 19:46:37 +01:00
rtpconn.go Implement renegotiation of down streams. 2021-02-03 19:15:40 +01:00
rtpreader.go Simplify VP9 keyframe detection. 2021-01-03 20:55:35 +01:00
rtpstats.go Fix issues with unaligned atomic operations. 2020-12-27 01:31:31 +01:00
rtpwriter.go Fix issues with unaligned atomic operations. 2020-12-27 01:31:31 +01:00
webclient.go Implement renegotiation of down streams. 2021-02-03 19:15:40 +01:00