Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stop using the "appdata" field in "a=msid". #850

Merged
merged 1 commit into from
Oct 13, 2018

Commits on Jun 19, 2018

  1. Stop using the "appdata" field in "a=msid".

    Fixes rtcweb-wg#842.
    
    And also w3c/webrtc-pc#1718.
    
    Since introducing transceivers, replaceTrack, early media, etc., the
    definition of a MediaStreamTrack has changed and track ID signaling has
    become somewhat pointless. In many cases, "sender.track.id" on one side
    will not match "receiver.track.id" on the other side; endpoints must use
    MIDs or m= section indices or some other means to identify which track
    is which.
    
    Thus this PR just removes track ID signaling altogether and the
    lingering problems it causes.
    taylor-b committed Jun 19, 2018
    Configuration menu
    Copy the full SHA
    e5d39b0 View commit details
    Browse the repository at this point in the history