mediamtx/internal/protocols/webrtc
Alessandro Ros 1083eea307
Some checks failed
code_lint / golangci_lint (push) Has been cancelled
code_lint / mod_tidy (push) Has been cancelled
code_lint / api_docs (push) Has been cancelled
code_test / test_64 (push) Has been cancelled
code_test / test_32 (push) Has been cancelled
code_test / test_e2e (push) Has been cancelled
make RTP packet size compatible with RTSP/SRTP (#4692)
when RTSP encryption is enabled, maximum RTP packet size is slightly
decreased to make room for SRTP.
2025-07-05 15:42:58 +02:00
..
from_stream.go webrtc: route original absolute timestamp of packets (#1300) (#4415) 2025-04-12 11:34:27 +02:00
from_stream_test.go make RTP packet size compatible with RTSP/SRTP (#4692) 2025-07-05 15:42:58 +02:00
incoming_track.go webrtc: fix writing tracks to some clients (#4602) 2025-06-03 16:23:38 +02:00
outgoing_track.go webrtc: route original absolute timestamp of packets (#1300) (#4415) 2025-04-12 11:34:27 +02:00
peer_connection.go webrtc: fix writing tracks to some clients (#4602) 2025-06-03 16:23:38 +02:00
peer_connection_test.go webrtc: fix writing tracks to some clients (#4602) 2025-06-03 16:23:38 +02:00
to_stream.go webrtc: route original absolute timestamp of packets (#1300) (#4415) 2025-04-12 11:34:27 +02:00
to_stream_test.go webrtc: rewrite WHIP client (#4299) 2025-03-01 17:01:57 +01:00