Skip to content

Commit

Permalink
Bug 1876374 - add MDN codec link to WebRTC in-tree docs;r=dbaker DONT…
Browse files Browse the repository at this point in the history
…BUILD

This also fixes a few document build warnings with the doc, and one formatting newline nit.

Differential Revision: https://phabricator.services.mozilla.com/D199576
  • Loading branch information
na-g committed Jan 25, 2024
1 parent c2a80fd commit 075ed4b
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions docs/contributing/debugging/debugging_webrtc_calls.rst
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ The `Save Page` button expands all the sections and presents a dialog to save
the contents of the page. This will produce an HTML file suitable for attaching
to bug reports.

In the event of a WebRTC issue, the `Enable WebRTC Log Preset` button is a very
In the event of a WebRTC issue, the :code:`Enable WebRTC Log Preset` button is a very
quick way to start logging. Pressing that button will open a new tab with
`about:logging <about:logging>`__ with the :code:`webrtc` preset selected. This
preset contains all :ref:`standard-logging-modules`. Logging
Expand Down Expand Up @@ -288,7 +288,7 @@ diagnostic stats:

In this image we can see that there are 0 milliseconds of jitter, and 32
milliseconds of round trip delay. This call should not be experiencing any
noticeable delay. See the `Delay Calculation<#delay-calculation>`__
noticeable delay. See the `Delay Calculation <#delay-calculation>`__
appendix section below for some more detail.

If the perceived delay is larger than the estimated delay that could
Expand Down Expand Up @@ -696,7 +696,8 @@ depending on network circumstances.
.. note::
A list of media codecs with playback support are available in the Media
section of `about:support#media <about:support#media>`__ . Not all media
codecs present and available to Firefox for playback are supported in WebRTC calls.
codecs present and available to Firefox for playback are supported in WebRTC
calls.

To check the current factors, including preferences, that are being used to
calculate availability beyond codec presence, one can check the `Media Context`
Expand All @@ -707,6 +708,9 @@ section of about:webrtc.

.. _running-webrtc-tests:

For an in-depth reference covering the codecs available through WebRTC please
see the MDN Page: `Codecs Used by WebRTC <https://developer.mozilla.org/en-US/docs/Web/Media/Formats/WebRTC_codecs>`__.

Running WebRTC Tests
--------------------

Expand Down Expand Up @@ -797,7 +801,7 @@ Test Atlas
- fuzzing
-

.. _web-platform-tests:
.. _webrtc-web-platform-tests:

Web Platform Tests
~~~~~~~~~~~~~~~~~~
Expand Down

0 comments on commit 075ed4b

Please sign in to comment.