From 5fa2402a61c130012e67f2bfaa89189cdc536bb2 Mon Sep 17 00:00:00 2001 From: aler9 <46489434+aler9@users.noreply.github.com> Date: Fri, 26 Mar 2021 19:04:41 +0100 Subject: [PATCH] update readme --- README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 0db977ba..28cb576d 100644 --- a/README.md +++ b/README.md @@ -307,15 +307,17 @@ ffmpeg -re -stream_loop -1 -i file.ts -c copy -f flv rtmp://localhost:8554/mystr ### Publish from OBS Studio -In `Settings -> Stream`, use the following parameters: +In `Settings -> Stream` (or in the Auto-configuration Wizard), use the following parameters: -* Server: `rtmp://localhost/mystream` -* Stream key: (leave empty) +* Service: `Custom...` +* Server: `rtmp://localhost` +* Stream key: `mystream` If credentials are in use, use the following parameters: -* Server: `rtmp://localhost/mystream?user=myuser&pass=mypass` -* Stream key: (leave empty) +* Service: `Custom...` +* Server: `rtmp://localhost` +* Stream key: `mystream?user=myuser&pass=mypass` ### Publish a webcam