mirror of
https://github.com/bluenviron/mediamtx.git
synced 2025-12-30 15:02:00 -08:00
|
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
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. |
||
|---|---|---|
| .. | ||
| from_stream.go | ||
| from_stream_test.go | ||
| incoming_track.go | ||
| outgoing_track.go | ||
| peer_connection.go | ||
| peer_connection_test.go | ||
| to_stream.go | ||
| to_stream_test.go | ||