shlompy

Results 16 comments of shlompy

Hope I'm done with fixing issues. I've exposed Name as string rather than [4]byte as this is more appropriate type to be used by the application. Also exposed SubType from...

I'll appreciate if someone can help me.. Even after implementing this packet type, I'm not able to read it through my application... Placing breakpoints in rtcp packet unmarshalling, I can...

@Sean-Der, I believe the reason I'm not able to get the application-defined packet, is because of lack of Media SSRC in the RFC. It only has SSRC, which I'm returning...

Thabks Sean! I have ended up with a fork, with app defined packet having mediaSSRC after the senderSSRC. Your API suggestion makes sense to get any incommibg packets, the only...

> @shlompy Would it be ok if it didn't pass through the interceptor? Or maybe we have an interceptor that gets called for `packets without a SSRC`. > > I...

> Nice. So my gut is > > Add `ReadRTCP` to PeerConnection Give you a custom Unmarshal via SettingEngine? Sorry but I'm really sure I understand your suggestion with the...