1
Fork 0
galene/rtpconn
Juliusz Chroboczek 9e4aede72a Fix issues with unaligned atomic operations.
This could be solved by simply reordering the fields, but it
is more robust to move the atomics into their own structure,
and the extra indirection should not cost much.
2020-12-27 01:31:31 +01:00
..
rtp_test.go Allow various codecs. 2020-12-26 19:46:37 +01:00
rtpconn.go Fix issues with unaligned atomic operations. 2020-12-27 01:31:31 +01:00
rtpreader.go Reduce the NACK delay. 2020-12-26 22:09:26 +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 Fix issues with unaligned atomic operations. 2020-12-27 01:31:31 +01:00