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: 3 comments
-
Hi,
Thank you. |
Beta Was this translation helpful? Give feedback.
-
hi @Mohit-3196 @mekya , below are few logs from media server |
Beta Was this translation helpful? Give feedback.
-
just for context, I have installed it from Azure marketplace 2 days ago and enabled SSL from the web application. Logs on client-side when trying to publish RTMPS: Logs on server-side: |
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 …