GNOME Bugzilla – Bug 751929
rtpvp8depay: Ignore reserved bit in payload descriptor
Last modified: 2015-08-16 13:40:51 UTC
Created attachment 306778 [details] [review] Patch with fix Attached patch fixes an issue where VP8 depayloader will fail to start depayloading a frame if the reserved bit is 1. Although payloaders are currently required to set this bit to 0 depayloaders must also ignore this bit according to the RFC draft. https://tools.ietf.org/html/draft-ietf-payload-vp8-16#section-4.2
commit d91ef9dcbf15f5efb22c366ff5dfb70efa39a08c Author: Stian Selnes <stian@pexip.com> Date: Fri Jun 20 10:59:14 2014 +0200 rtpv8depay: ignore reserved bit in payload descriptor Draft 16 of "RTP Payload Format for VP8" states in section 4.2 that: R: Bit reserved for future use. MUST be set to zero and MUST be ignored by the receiver. https://bugzilla.gnome.org/show_bug.cgi?id=751929