- From: Iñaki Baz Castillo via GitHub <sysbot+gh@w3.org>
- Date: Mon, 16 May 2016 18:13:42 +0000
- To: public-ortc@w3.org
ibc has just created a new issue for https://github.com/openpeer/ortc: == RTP matching rules: don't remove pt_table[packet.pt] == > Else if pt_table[packet.pt] is set: set rtp_receiver to pt_table[packet.pt], set ssrc_table[packet.ssrc] to rtp_receiver, set pt_table[packet.pt] to null and route the packet to rtp_receiver. > Question: Do we remove all pt_table[packet.pt] entries set to rtp_receiver? Don't remove them. If the sender changes the SSRC (without signaling it to us) the RTP packet won't match any rule. Please view or discuss this issue at https://github.com/openpeer/ortc/issues/547 using your GitHub account
Received on Monday, 16 May 2016 18:13:44 UTC