vdk/format
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
..
aac first commit 2019-11-30 21:53:21 +01:00
dvrip test dvrip 2021-05-23 13:37:05 +03:00
flv first commit 2019-11-30 21:53:21 +01:00
fmp4 test hls ll 2021-04-19 20:59:55 +03:00
hls fps 2021-05-08 23:07:59 +03:00
mkv mkv in progress 2022-01-27 04:10:06 +03:00
mp4 test dvrip 2021-05-23 13:37:05 +03:00
mp4f test fast push 2022-03-14 01:03:29 +03:00
mp4m test dvrip 2021-05-23 13:37:05 +03:00
nvr test hls ll 2021-04-19 20:59:55 +03:00
raw fix raw 2021-10-04 17:34:09 +03:00
rtmp add codec wait 2021-09-07 12:30:07 +03:00
rtsp raw muxer annexB h264 h265 2021-09-30 02:10:08 +03:00
rtspv2 Skip RTCP packets when these are multiplexed on the same port. 2022-08-04 19:32:31 +02:00
ts fix ContinuityCounter bug 2022-07-16 16:02:21 +03:00
webrtc more webrtc test 2020-08-11 04:21:33 +03:00
webrtcv3 test drop rtc 2022-07-04 17:01:23 +03:00
format.go start work webrtc adapter 2020-08-08 20:24:23 +03:00