av/protocol
Saxon eeaf806c6e protocol/rtcp/client.go & revid/revid.go: removed rtcp.Client.Done() and now blocking on rtcp.Client.Err() in revid.
It seems unnecessary to have the rtcp.Client.Done() func, considering that we could use
the rtcp.Client.err channel itself to determine if the RTCP client has been stopped.
We simple wait on a chan receive in revid in the error handling routine, and we check the
'ok' return - if it is false, then the err chan has been closed and we can get out of the
error handling loop. This should also reduce CPU usage significantly.
2019-05-21 13:23:04 +09:30
..
rtcp protocol/rtcp/client.go & revid/revid.go: removed rtcp.Client.Done() and now blocking on rtcp.Client.Err() in revid. 2019-05-21 13:23:04 +09:30
rtmp Merged in separate-codecs (pull request #188) 2019-05-19 11:46:33 +00:00
rtp codec/h265/lexer.go & protocol/rtp/client.go: fixed lexer and rtp client. 2019-05-20 20:49:50 +09:30
rtsp protocol/rtsp: removed cmd/record as revid can do what this did 2019-05-21 01:51:14 +09:30