Replies: 1 comment 1 reply
-
Hi @BlikMBP, I just saw your message. For RTMPS, you first need to have an SSL certificate. You can find the RTMPS settings here: https://github.com/ant-media/Ant-Media-Server/blob/master/src/main/server/conf/red5.properties#L136 RTMPS is not commonly used. To enable it, you need to uncomment certain sections in the red5-core.xml file. You can find those sections here: https://github.com/ant-media/Ant-Media-Server/blob/master/src/main/server/conf/red5-core.xml#L178 Additionally, to enable RTMPS, please follow this documentation: https://antmedia.io/docs/guides/publish-live-stream/rtmp/rtmps/ I hope this helps! Best regards, |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In the Ant Media API I can fetch the server-settings (/v2/server-settings).
I can get the RTMP port, but I can't get the RTMPS port.
Why is it so? I expected to get everything from the red5.properties file.
Can I get the RTMPS port somewhere else?
Beta Was this translation helpful? Give feedback.
All reactions