Skip to content

[BUG] WebRTC Audio Forwarding: transport-cc Extension ID Mismatch #5146

@bronze1man

Description

@bronze1man

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

  1. Android publish: a=extmap:4 ...transport-wide-cc...
  2. mediamtx subscribe: a=extmap:3 ...transport-wide-cc...
  3. RTP packets: extension ID=4
  4. Receiver ignores ID=4 → BWE broken, audio may delay/fail

MediaMTX configuration

No response

MediaMTX logs

No response

Network dump

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions