Use source codec for encoded RTP passthrough

This commit is contained in:
2026-03-27 11:19:03 +08:00
parent bb3ace43b7
commit c320bf01af
4 changed files with 23 additions and 12 deletions
+8
View File
@@ -53,6 +53,14 @@ Current assumptions:
## Outputs
### RTP
RTP output accepts passthrough access units directly.
- in encoded mode, SDP signaling and RTP packetization follow the codec from SHM metadata
- `config.encoder.codec` is ignored for RTP while passthrough is active
- raw mode still uses the configured local encoder and its codec
### RTMP
RTMP output accepts passthrough access units directly.