1
Fork 0
mirror of https://github.com/jech/galene.git synced 2024-11-22 16:45:58 +01:00
galene/rtpconn
Juliusz Chroboczek f53276b89e Simplify the protocol and the protocol interface.
Split the id field into id and source, where source indicates the sender
of the message and id the entity being sent.  Remove the label request,
just use the offerer's username.  Maintain the username within the
ServerConnection, this removes a parameter from some methods.
2021-01-03 12:17:30 +01:00
..
rtp_test.go Allow various codecs. 2020-12-26 19:46:37 +01:00
rtpconn.go Simplify the protocol and the protocol interface. 2021-01-03 12:17:30 +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 Simplify the protocol and the protocol interface. 2021-01-03 12:17:30 +01:00