- From: Jan-Ivar Bruaroey via GitHub <sysbot+gh@w3.org>
- Date: Tue, 05 Nov 2024 14:07:55 +0000
- To: public-webrtc-logs@w3.org
> actually stream ids is the part of msid that is not random these days. Right, and replaceTrack does not alter stream ids. > The fiddle run on Chrome doesn't seem to log the msid lines despite the msid lines being present in the SDP (as checked by chrome://webrtc-internals), so there may be bugs in the fiddle too. That's strange, it WFM. Here's a version without the msid filter and without adapter: https://jsfiddle.net/jib1/Ltsed06f/13/ ```js await pc1.setLocalDescription(); pc1.localDescription.sdp .split('\r\n') .slice(1) .forEach(l => console.log(l)); ``` If you see a bug in it please LMK. -- GitHub Notification of comment by jan-ivar Please view or discuss this issue at https://github.com/w3c/webrtc-pc/issues/3017#issuecomment-2457274544 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Tuesday, 5 November 2024 14:07:56 UTC