From e5379108d1d6d1eb125ea37d2b2ab9a48775fb76 Mon Sep 17 00:00:00 2001 From: Aaron Gember-Jacobson Date: Wed, 6 Aug 2025 12:50:38 -0400 Subject: [PATCH] Update command for setup client to use mode request --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e620a4a..9056f86 100644 --- a/README.md +++ b/README.md @@ -137,13 +137,13 @@ The command above generates a 3840x1080 video testing source (two 1920x1080s). T This is the last step, using the following command. ```shell -./cmake-build-debug/player/player 'srt://:10080?streamid=#!::r=live/test1,m=publish' +./cmake-build-debug/player/player 'srt://:10080?streamid=#!::r=live/test1,m=request' ``` or ```shell -./cmake-build-debug/player/player 'srt://:10080?streamid=#!::r=live/test2,m=publish' +./cmake-build-debug/player/player 'srt://:10080?streamid=#!::r=live/test2,m=request' ``` And you can see the outputs on the screen. It's not full-screened, for an easier debugging :(.