av/protocol/rtp
Saxon be76998c7d protocol/rtp: wrote TestReceiveNoOp
Wrote test TestReceiveNoOP to check that client works correctly when we give no operation to perform on RTP packets before
storing in the client ringBuffer, which calling io.Reader implementation Read will get packets form.
2019-04-21 22:40:08 +09:30
..
client.go protocol/rtp: wrote TestReceiveNoOp 2019-04-21 22:40:08 +09:30
client_test.go protocol/rtp: wrote TestReceiveNoOp 2019-04-21 22:40:08 +09:30
encoder.go protocol/rtp: extended functionality of rtp pkg 2019-03-29 15:48:34 +10:30
parse.go protocol/rtp: fixed gnu license url in file headers for parse_test.go and parse.go 2019-04-14 17:08:42 +09:30
parse_test.go protocol/rtp: fixed gnu license url in file headers for parse_test.go and parse.go 2019-04-14 17:08:42 +09:30
rtp.go protocol/rtp: commented rtpVer const and made defaultHeadSize 12 rather than 4*3 2019-04-09 15:45:40 +09:30
rtp_test.go protocol/rtp: removed Len field from ExtensionHeader struct as we can gather from len(ExtensionHeader.Header) 2019-04-02 21:49:11 +10:30