Skip to content

Commit

Permalink
RTP matching rules when no encoding.rtx.ssrc is given
Browse files Browse the repository at this point in the history
Fix for Issue #546
  • Loading branch information
aboba committed May 19, 2016
1 parent a7c02da commit 1e2b5c8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions ortc.html
Original file line number Diff line number Diff line change
Expand Up @@ -2763,9 +2763,7 @@ <h3>RTP matching rules</h3>
<code>receiver.receive()</code> will throw an <code>InvalidParameters</code> exception.
</p>
<p>
payload type table: If <var>parameters.muxId</var> is unset and <code>parameters.encodings[i].ssrc</code>
is unset for all values of <var>i</var> from 0 to the number of encodings,
then add entries to <var>pt_table</var> by setting
payload type table: Add entries to <var>pt_table</var> by setting
<var>pt_table</var>[<code>parameters.codecs[j].payloadType</code>] to <var>receiver</var>,
for values of <var>j</var> from 0 to the number of codecs.
If <var>pt_table</var>[<var>pt</var>] is already set to a value other than <var>receiver</var>, or
Expand Down

0 comments on commit 1e2b5c8

Please sign in to comment.