How can I send RTMPS stream to the server? #4907
-
How to publish RTMPS stream to Ant Media Server? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi,
Thank you. |
Beta Was this translation helpful? Give feedback.
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:
Enable SSL for the server
Open RTMPS port 8443 on the inbound rules
Edit
red5-core.xml
file located under/usr/local/antmedia/conf
directory and uncomment the RTMPS beanshttps://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
Save the file and restart the server with
sudo service antmedia restart
Now you can publish the stream …