From 42afc8d3274aadec3288021ea6a23dbaf359d2ff Mon Sep 17 00:00:00 2001 From: "Dr. Ralf S. Engelschall" Date: Thu, 2 Nov 2023 13:55:50 +0100 Subject: [PATCH] fix SRT URL in README by replacing 'publish' with 'read' (#2628) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c73a693adb1..538ad7d2312 100644 --- a/README.md +++ b/README.md @@ -848,7 +848,7 @@ Replace `mystream` with the path name. If credentials are enabled, append username and password to `streamid`; ``` -srt://localhost:8890?streamid=publish:mystream:user:pass +srt://localhost:8890?streamid=read:mystream:user:pass ``` Known clients that can read with SRT are [FFmpeg](#ffmpeg-1), [GStreamer](#gstreamer-1) and [VLC](#vlc).