mirror of https://bitbucket.org/ausocean/av.git
ccc08bfad1
Added client.go which contains a struct to describe an RTP client. It provides a method, Start, which will invoke a recv routine to start receiving packets and process them using an op function passed on the Client's creation. Client implements io.Reader, so that the client may be read from. |
||
---|---|---|
.. | ||
client.go | ||
encoder.go | ||
parse.go | ||
parse_test.go | ||
rtp.go | ||
rtp_test.go |