From 1e7a1993248d84e637f1c5204db68645c5a91aa5 Mon Sep 17 00:00:00 2001
From: "F. Duncanh"
Date: Wed, 28 Jan 2026 09:50:00 -0500
Subject: [PATCH] format fix in README
---
README.html | 8 ++++----
README.md | 3 +--
README.txt | 4 ++--
3 files changed, 7 insertions(+), 8 deletions(-)
diff --git a/README.html b/README.html
index baa1ebe..fb6c78b 100644
--- a/README.html
+++ b/README.html
@@ -1328,10 +1328,10 @@ gstreamer-based test receiver is
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)._
+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 plugin;
diff --git a/README.md b/README.md
index 487ee74..6c143dd 100644
--- a/README.md
+++ b/README.md
@@ -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,
diff --git a/README.txt b/README.txt
index 6bae3d2..44418ff 100644
--- a/README.txt
+++ b/README.txt
@@ -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;