Skip to content

Commit

Permalink
Merge pull request #290 from openpeer/h264-sender-settings-update
Browse files Browse the repository at this point in the history
H.264 sender settings
  • Loading branch information
Robin Raymond committed Dec 2, 2015
2 parents 0b06284 + a219c9b commit c7e1813
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions ortc.html
Original file line number Diff line number Diff line change
Expand Up @@ -3106,7 +3106,8 @@ <h3>H.264</h3>
<code>unsigned long</code>
</td>
<td>Sender</td>
<td>This parameter, which describes the maximum capability of the decoder, MUST be supported, as noted in [[!RTCWEB-VIDEO]] Section 6.2.</td>
<td>This parameter indicates the configuration of the stream to be sent, as noted in [[RFC6184]] Section 8.2.2.
It MUST be supported, as noted in [[!RTCWEB-VIDEO]] Section 6.2.</td>
</tr>
<tr id="sec-packetization-mode*">
<td><a>packetizationMode</a></td>
Expand All @@ -3117,18 +3118,6 @@ <h3>H.264</h3>
supported, as noted in [[!RTCWEB-VIDEO]] Section 6.2.
</td>
</tr>
<tr id="sec-other-h264-params*">
<td>maxMbps, maxSmbps, maxFs, maxCpb, maxDpb, maxBr</td>
<td>
<code>unsigned long long</code>
</td>
<td>Sender</td>
<td>
These optional parameters allow the implementation to specify that the decoder
can support certain features of H.264 at higher rates and values than those
signalled with profile-level-id.
</td>
</tr>
</tbody>
</table>
</section>
Expand Down

0 comments on commit c7e1813

Please sign in to comment.