Skip to content

Remove rtcp_rewind()/rtcp_next() that are error-prone, and replace by a new...

Simon Morlat requested to merge fix/remove-rtcp-rewind into master

Remove rtcp_rewind()/rtcp_next() that are error-prone, and replace by a new RtcpParserContext object. This fixes an issue with RTCP packets received via TURN not decoded properly.

Merge request reports