Francisco Reis
Francisco Reis
Apparently, access to mid (why not to the whole Transceiver object) is essential in streams with multi video tracks. If not available, just have to edit the SimplePeer javascript source...
The following obvious change is also needed: p.on('track', (track, stream, transceiver) => { }) to align with this.emit("track", e.track, t, e.transceiver)
Sure, your input was essential to find the solution I am looking for since Tuesday, thanks! Safari does not keep tracks original order so I hope (test later) this mid...
Hi, just saw this thread and I will add the use case I am developing. Transition from 2D Web to a 3D universe should be possible through WebXR DOM overlay...