sipsorcery-org / sipsorcery

A WebRTC, SIP and VoIP library for C# and .NET. Designed for real-time communications apps.
https://sipsorcery-org.github.io/sipsorcery
Other
1.42k stars 431 forks source link

Fixes #1040 VP8 Payload Descriptor is miscalculated for some packets #1041

Closed keremcadirci closed 8 months ago

keremcadirci commented 8 months ago

Fixes #1040 I have tested and solved the problem in my cases Before I was unable to decode VP8 packets coming from my Android phone. After Android Phone video image is Present and Clean

In addition: Before: vp8Header.IsKeyFrame was not implemented. After: vp8Header.IsKeyFrame is true for VP8Keyframes