Commit Graph

6 Commits

Author SHA1 Message Date
Woodrow Douglass
6f20ce96cc Respond to Code Review
Cleanup code RE: @maxhawkins code review on 10/4/2018
Relates to #119
2018-12-04 14:46:33 -05:00
Woodrow Douglass
f62abe50e8 Add RTCP Messages
*Avoid a type switch in srtp.go
*Add support for transport layer nack and
    slice loss indication messages
*Add String() functions for several RTCP
    packets to aid in debugging
*Add support for transparent profile
    extensions to ReceiverReport messages

Relates to #119
2018-12-04 14:46:33 -05:00
Max Hawkins
0ef6602adb Add Header() method to Packet
Simplifies the API. Unmarshal can now return one Packet value instead
of both a packet and a header.

Relates to #119
2018-12-04 14:46:33 -05:00
Woodrow Douglass
af1b2c9520 Improve rtcp.TestUnmarshal to improve coverage
* Test polymorphic RTCP packet parser
* Add tests for more Unmarshal methods
Relates to #119
2018-11-29 12:30:34 -08:00
Woodrow Douglass
de6e6a63bc Clean up some lint warnings
Relates to #119
2018-11-29 12:30:34 -08:00
Woodrow Douglass
de31bb3c60 RTCP Reception mechanism
Add a channel to the RTCTrack object to
recieve incoming RTCP packets with.
Relates to #119
2018-11-29 12:30:34 -08:00