vdk/format/rtspv2
Ondrej Sery 24c185b51e Skip RTCP packets when these are multiplexed on the same port.
Whithout this change, the packet is miss interpretted as a valid one and
breaks packet sequence as well as duration computation from prev.
packet timestamp.

Following description here https://www.rfc-editor.org/rfc/rfc5761#section-4.
The second header byte is the best way to discriminate RTP data stream
from RTCP packets. This change only focuses on the common scenario of
Senders and Receiver report packets. Other RTCP packets are more
ambiguous as they potentially conflict with payload types.
2022-08-04 19:32:31 +02:00
..
client.go Skip RTCP packets when these are multiplexed on the same port. 2022-08-04 19:32:31 +02:00
proxy.go fix proxy vlc 2021-09-30 19:59:31 +03:00
server.go proxy rtp packet 2021-09-25 17:37:55 +03:00
server.go_ pion update 2022-01-25 14:39:23 +03:00