Browse Source

update readme

pull/340/head
aler9 4 years ago
parent
commit
5fa2402a61
  1. 12
      README.md

12
README.md

@ -307,15 +307,17 @@ ffmpeg -re -stream_loop -1 -i file.ts -c copy -f flv rtmp://localhost:8554/mystr @@ -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

Loading…
Cancel
Save