Skip to content

Commit a0b8751

Browse files
authored
Update README.md
1 parent 4fa32b4 commit a0b8751

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

rtmp/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ docker build -t ajeetraina/nginx-rtmp-arm .
3939

4040
## Testing RTMP with OBS Studio and VLC
4141

42+
This can be tested either on your laptop or Raspberry Pi(omxplayer).
43+
44+
Follow the below steps in case you have Windows Laptop with OBS Studo and VLC installed.
45+
4246
- Open OBS Studio
4347
- Click the "Settings" button
4448
- Go to the "Stream" section
@@ -54,3 +58,5 @@ docker build -t ajeetraina/nginx-rtmp-arm .
5458
- Enter the URL from above as rtmp://<ip_of_host>/live/<key> replacing <ip_of_host> with the IP of the host in which the container is running and <key> with the key you created in OBS Studio. For example: rtmp://192.168.0.30/live/test
5559
- Click "Play"
5660
- Now VLC should start playing whatever you are transmitting from OBS Studio
61+
62+

0 commit comments

Comments
 (0)