mediamtx/internal/protocols/webrtc
Alessandro Ros d4c29f8283
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_highlevel (push) Waiting to run
webrtc: switch to recvonly transceivers (#4059) (#4108)
This fixes compatibility with devices that support decoding AV1 but
don't support encoding it.

This was previously impossible to achieve due to a bug that prevented
video from being displayed when recvonly transceivers were in use and
audio was not present.
2025-01-04 16:36:03 +01:00
..
from_stream.go webrtc: support publishing and reading H265 tracks (#4003) 2024-12-02 23:55:54 +01:00
from_stream_test.go webrtc: support publishing and reading H265 tracks (#4003) 2024-12-02 23:55:54 +01:00
incoming_track.go webrtc: support publishing and reading H265 tracks (#4003) 2024-12-02 23:55:54 +01:00
outgoing_track.go hls, webrtc: add FromStream / ToStream (#3752) 2024-09-09 12:59:23 +02:00
peer_connection.go webrtc: switch to recvonly transceivers (#4059) (#4108) 2025-01-04 16:36:03 +01:00
peer_connection_test.go accept durations expressed as days (i.e. '1d') (#4094) 2025-01-02 12:44:15 +01:00
to_stream.go route original timestamps without converting to durations (#3839) 2024-10-07 17:59:32 +02:00
to_stream_test.go accept durations expressed as days (i.e. '1d') (#4094) 2025-01-02 12:44:15 +01:00