Skip to content

Commit 5f47246

Browse files
authored
Update README.md
1 parent a13d5a7 commit 5f47246

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,8 @@ On your streaming client, appent the secret using the ```token``` GET parameter
135135
* With ffmpeg: ```ffmpeg -y -stream_loop -1 -i tester/resources/16chambixloop.wav -af "channelmap=channel_layout=hexadecagonal" -c:a aac -ac 16 -b:a 2048k -f flv "rtmp://127.0.0.1:1935/live/stream1?token=my_secret"```
136136
* With OBS: your **Stream Key** should be appended with ```?token=my_secret```. If the stream name is stream1, Stream Key should be ```stream1?token=my_secret```
137137

138+
<img width="728" alt="image" src="https://user-images.githubusercontent.com/1270126/174658251-8d9f5fe6-3e70-49c9-bd29-203c795e1c21.png">
139+
138140
### FFMPEG Flags ###
139141

140142
If you want to add additional flags for ffmpeg that is called within the transcoder -- for example, more adaptive DASH stream bitrates -- you can update the "FFMPEG_FLAGS" environment variable in the docker-compose.yml.

0 commit comments

Comments
 (0)