Skip to content

Commit

Permalink
Merge pull request #160 from timantmedia/update-rtmp-obs
Browse files Browse the repository at this point in the history
add warning about port number in RTMP
  • Loading branch information
yashtandon113 authored Nov 16, 2023
2 parents 9050c4a + 1661f7f commit e6b96d8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/guides/publish-live-stream/rtmp/publish-with-obs.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,13 @@ We assume that your Ant Media Server accepts all streams (e.g there is no securi
* In the URL box, type your RTMP URL without stream id. It's like ```rtmp://IP-or-server-domain-name/LiveApp```
* In the Stream key, you can write any stream id because we assume that all stream Ids are allowed.

:::warning
The RTMP URL should not contain any port number. The RTMP protocol will automatically listen on port 1935 which should be open on your server.

- **Wrong**: rtmp://am.streamomedia.com:5443/WebRTCAppEE/
- **Correct**: rtmp://am.streamomedia.com/WebRTCAppEE/
:::

![](@site/static/img/obs-rtmp-image/OBS-Stream.png)

**Note:** When you use tokens you need to generate a publish token and use it in this format inside the stream key : ```streamdid?token=tokenid```
Expand Down

0 comments on commit e6b96d8

Please sign in to comment.