format fix in README

This commit is contained in:
F. Duncanh
2026-01-28 09:50:00 -05:00
parent f767941f4a
commit 1e7a199324
3 changed files with 7 additions and 8 deletions

View File

@@ -1328,10 +1328,10 @@ gstreamer-based test receiver is</p>
udpsrc port=XXXX \
! &#39;application/x-rtp, media=video, clock-rate=90000, encoding-name=H264, payload=96&#39; \
! rtph264depay ! h264parse ! decodebin ! videoconvert !
autovideosink sync=false
_(Replace XXXX by the port you will use: make sure it is not blocked by a firewall; replace &quot;264&quot; by &quot;265&quot; if you are
streaming h265 video)._ </code></pre>
autovideosink sync=false </code></pre>
<p><em>(Replace XXXX by the port you will use: make sure it is not
blocked by a firewall; replace “264” by “265” if you are streaming h265
video).</em></p>
<ul>
<li>To use the -vrtp option with with OBS-studio, install the <a
href="https://github.com/fzwoch/obs-gstreamer">obs-gstreamer</a> plugin;

View File

@@ -1329,10 +1329,9 @@ udpsrc port=XXXX \
! 'application/x-rtp, media=video, clock-rate=90000, encoding-name=H264, payload=96' \
! rtph264depay ! h264parse ! decodebin ! videoconvert !
autovideosink sync=false
```
_(Replace XXXX by the port you will use: make sure it is not blocked by a firewall; replace "264" by "265" if you are
streaming h265 video)._
```
* To use the -vrtp option with with OBS-studio, install the [obs-gstreamer](https://github.com/fzwoch/obs-gstreamer) plugin; after the
plugin installation,

View File

@@ -1363,8 +1363,8 @@ gstreamer-based test receiver is
! rtph264depay ! h264parse ! decodebin ! videoconvert !
autovideosink sync=false
_(Replace XXXX by the port you will use: make sure it is not blocked by a firewall; replace "264" by "265" if you are
streaming h265 video)._
*(Replace XXXX by the port you will use: make sure it is not blocked by
a firewall; replace "264" by "265" if you are streaming h265 video).*
- To use the -vrtp option with with OBS-studio, install the
[obs-gstreamer](https://github.com/fzwoch/obs-gstreamer) plugin;