From 0d11156c6e154d24feeed2a50720c58e8069cfcc Mon Sep 17 00:00:00 2001 From: Roger Hardiman Date: Sat, 24 Jan 2026 14:32:31 +0000 Subject: [PATCH] fix typos in documentation (#5370) --- docs/2-usage/02-publish.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/2-usage/02-publish.md b/docs/2-usage/02-publish.md index 131af1f4..e521ccb2 100644 --- a/docs/2-usage/02-publish.md +++ b/docs/2-usage/02-publish.md @@ -456,7 +456,7 @@ ffmpeg -re -stream_loop -1 -i file.ts -c copy -f flv rtmp://localhost:1935/mystr In _MediaMTX_ configuration, add a path with `source: udp+mpegts://238.0.0.1:1234`. Then: ```sh -ffmpeg -re -stream_loop -1 -i file.ts -c copy -f mpegts 'udp://127.0.0.1:3356?pkt_size=1316' +ffmpeg -re -stream_loop -1 -i file.ts -c copy -f mpegts 'udp://238.0.0.1:1234?pkt_size=1316' ``` #### FFmpeg and MPEG-TS over Unix socket @@ -505,7 +505,7 @@ WARNING: in case of FFmpeg 8.0, a video track and an audio track must both be pr ### GStreamer -FFmpeg can publish a stream to the server in several ways. The recommended one consists in publishing with RTSP. +GStreamer can publish a stream to the server in several ways. The recommended one consists in publishing with RTSP. #### GStreamer and RTSP