mediamtx/internal/protocols/webrtc
Alessandro Ros 3c703052f6
Some checks are pending
code_lint / golangci_lint (push) Waiting to run
code_lint / mod_tidy (push) Waiting to run
code_lint / api_docs (push) Waiting to run
code_test / test_64 (push) Waiting to run
code_test / test_32 (push) Waiting to run
code_test / test_e2e (push) Waiting to run
webrtc: fix writing tracks to some clients (#4602)
some clients require PayloadType to be unique among all tracks, not
only among tracks of same kind.
2025-06-03 16:23:38 +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 count and log all discarded frames, decode errors, lost packets (#4363) 2025-03-25 21:59:58 +01: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