A set of libraries for building streaming services. RTSP RTMP MP4 WS TS DASH WEBRTC MP4f
Go to file
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
.github/workflows Update actions/checkout action to v3 2022-03-03 21:40:19 +00:00
av mjpeg 2022-06-14 15:32:10 +03:00
cgo/ffmpeg add single decode fix rtmp 2021-03-21 20:41:30 +03:00
codec mjpeg 2022-06-14 15:32:10 +03:00
format Skip RTCP packets when these are multiplexed on the same port. 2022-08-04 19:32:31 +02:00
utils/bits h265 video mp4 support 2021-02-09 04:27:04 +03:00
.gitignore start work webrtc adapter 2020-08-08 20:29:34 +03:00
go.mod test drop rtc 2022-07-04 17:01:23 +03:00
go.sum test drop rtc 2022-07-04 17:01:23 +03:00
LICENSE first commit 2019-11-30 21:53:21 +01:00
README.md first commit 2019-11-30 21:53:21 +01:00
renovate.json Add renovate.json 2022-03-03 20:59:56 +00:00

#VDK

Base Pack thx nareix created JOY4

A set of libraries for building streaming services.