Skip to content

How can I send RTMPS stream to the server? #4907

Answered by Mohit-3196
USAMAWIZARD asked this question in FAQs
Discussion options

You must be logged in to vote

Hi,
You can refer to the RTMPS publish document for detailed steps https://antmedia.io/docs/guides/publish-live-stream/rtmp/rtmps/
Also, let me write the steps below to publish a RTMPS stream to the Ant Media Server:

  1. Enable SSL for the server

  2. Open RTMPS port 8443 on the inbound rules

  3. Edit red5-core.xml file located under /usr/local/antmedia/conf directory and uncomment the RTMPS beans
    https://github.com/ant-media/Ant-Media-Server/blob/master/src/main/server/conf/red5-core.xml#L139
    https://github.com/ant-media/Ant-Media-Server/blob/master/src/main/server/conf/red5-core.xml#L178

  4. Save the file and restart the server with sudo service antmedia restart

  5. Now you can publish the stream …

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by USAMAWIZARD
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants