- From: Philipp Hancke via GitHub <sysbot+gh@w3.org>
- Date: Fri, 01 Mar 2019 09:07:41 +0000
- To: public-webrtc-logs@w3.org
@aboba the demultiplexing approach on the receiver side is a theoretically merely more complicated as, lacking ssrc in RTCRtpEncodingParameters on the sender side (to stay on-topic) the only way to retreive them is getStats on the receiver side (sender side stats for simulcast are busted in Chrome) followed by renegotiation to pull those tracks out of the peerconnection. In practice I seem to manage to confuse the decoder enough to lock up my machine and spec-stats do not seem to return those ssrcs :joy: -- GitHub Notification of comment by fippo Please view or discuss this issue at https://github.com/w3c/webrtc-pc/issues/1174#issuecomment-468595593 using your GitHub account
Received on Friday, 1 March 2019 09:07:42 UTC