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).