1
Fork 0
mirror of https://github.com/jech/galene.git synced 2024-12-21 23:05:48 +01:00
galene/rtpconn
Juliusz Chroboczek ef0201c94d Replace RTCPFeedback in down tracks.
We used to copy the RTCPFeeback field from the up track.  It is
more correct to regenerate it with the exact feedback types
that we expect.
2024-11-30 17:55:24 +01:00
..
rtpconn.go Use a named type for trackAction kind. 2023-12-09 22:13:24 +01:00
rtpconn_test.go Avoid overflow in bitrate computation. 2022-01-25 20:11:28 +01:00
rtpreader.go Make unbounded channels explicit. 2023-12-09 17:27:38 +01:00
rtpstats.go Make duration functions work with negative values. 2022-04-16 01:20:29 +02:00
rtpwriter.go Make duration functions work with negative values. 2022-04-16 01:20:29 +02:00
webclient.go Replace RTCPFeedback in down tracks. 2024-11-30 17:55:24 +01:00
webclient_test.go Add test for parseStatefulToken. 2023-05-04 03:32:44 +02:00
whipclient.go Add method Addr to client. 2024-05-01 23:38:21 +02:00