av/protocol
Saxon c48e681c41 protocol/rtp/client.go: removed buffering in client.
Removed buffering in rtp client. This simplified things alot e.g. the recv routine has been removed, and therefore anything that was there to help with handling of the routine is also gone
like the Start() and Stop() methods as well as signalling channels and waitgroups. The client is now just effectively a wrapper for a udp conn.
2019-05-08 16:54:02 +09:30
..
rtmp Removed references to obsolete Session. 2019-04-10 16:32:07 +09:30
rtp protocol/rtp/client.go: removed buffering in client. 2019-05-08 16:54:02 +09:30