Which version are you using?
1.15.3
Which operating system are you using?
Linux amd64 standard
Describe the issue
android webrtc-> mediamtx -> android webrtc do not have any second.
mediamtx does not remap transport-cc extension IDs when forwarding audio, causing SDP/RTP mismatch and audio failures.
I have checked the mediamtx source code . I found that mediamtx does not remap any extension ID in rtp packet between webrtc publisher and webrtc reader.
Describe how to replicate the issue
detail: #5143
- Android publish:
a=extmap:4 ...transport-wide-cc...
- mediamtx subscribe:
a=extmap:3 ...transport-wide-cc...
- RTP packets:
extension ID=4
- Receiver ignores ID=4 → BWE broken, audio may delay/fail
MediaMTX configuration
No response
MediaMTX logs
No response
Network dump
No response