1
Fork 0
galene/rtpconn
Juliusz Chroboczek 9b8d868647 Fix a race between delUpConn and addLocal.
We could call addLocal after the remote was closed, which
would cause the local connection to remain forever.

Thanks to Ludovic Rateau.
2021-07-15 16:03:06 +02:00
..
codec.go Handle spatial scalability. 2021-05-17 18:17:43 +02:00
codec_test.go Handle spatial scalability. 2021-05-17 18:17:43 +02:00
rtp_test.go Allow various codecs. 2020-12-26 19:46:37 +01:00
rtpconn.go Fix a race between delUpConn and addLocal. 2021-07-15 16:03:06 +02:00
rtpconn_test.go Handle spatial scalability. 2021-05-17 18:17:43 +02:00
rtpreader.go Maintain a reference to the connection associated to each track. 2021-07-14 14:05:23 +02:00
rtpstats.go Handle spatial scalability. 2021-05-17 18:17:43 +02:00
rtpwriter.go Maintain a reference to the connection associated to each track. 2021-07-14 14:05:23 +02:00
webclient.go Fix a race between delUpConn and addLocal. 2021-07-15 16:03:06 +02:00