From eea7eb142d076673f7a06cd2301d9ce638715529 Mon Sep 17 00:00:00 2001 From: fabricedge Date: Fri, 12 Jul 2024 06:27:22 -0300 Subject: [PATCH] Update 04_RTMP_RunningTheDemo.md change in the server port --- broadcasting/04_RTMP_RunningTheDemo.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/broadcasting/04_RTMP_RunningTheDemo.md b/broadcasting/04_RTMP_RunningTheDemo.md index dd7beee..11cb8fa 100644 --- a/broadcasting/04_RTMP_RunningTheDemo.md +++ b/broadcasting/04_RTMP_RunningTheDemo.md @@ -29,13 +29,13 @@ The server will be waiting for an RTMP stream on localhost:9009, and the client ## Exemplary stream generation with OBS -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 +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 [OBS](https://obsproject.com). Once you have OBS installed, you can perform the following steps: 1. Open the OBS application 1. Open the `Settings` windows -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) +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) 1. Finally, you can go back to the main window and start streaming with the `Start Streaming` button. Below you can see how to set the appropriate settings (steps 2) and 3) from the list of steps above):