Skip to content

Commit 47a7556

Browse files
authored
Update 04_RTMP_RunningTheDemo.md (#95)
change in the server port
1 parent dd87597 commit 47a7556

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

broadcasting/04_RTMP_RunningTheDemo.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@ The server will be waiting for an RTMP stream on localhost:9009, and the client
2929

3030
## Exemplary stream generation with OBS
3131

32-
You can send RTMP stream onto `localhost:9009` with your favorite streaming tool. As an example, we will show you how to generate an RTMP stream with
32+
You can send RTMP stream onto `localhost:9006` with your favorite streaming tool. As an example, we will show you how to generate an RTMP stream with
3333
[OBS](https://obsproject.com).
3434
Once you have OBS installed, you can perform the following steps:
3535

3636
1. Open the OBS application
3737
1. Open the `Settings` windows
38-
1. Go to the `Stream` tab and set the value in the `Server` field to: `rtmp://localhost:9009` (the address where the server is waiting for the stream)
38+
1. Go to the `Stream` tab and set the value in the `Server` field to: `rtmp://localhost:9006` (the address where the server is waiting for the stream)
3939
1. Finally, you can go back to the main window and start streaming with the `Start Streaming` button.
4040

4141
Below you can see how to set the appropriate settings (steps 2) and 3) from the list of steps above):

0 commit comments

Comments
 (0)