Hi everybody,
I am testing application which uses RTMPS protocol to connect with edge server
and then to application server using amf socket.
I have found operation takes double time in case of RTMPS protocol than RTMP
protocol in server communication.
Does any body seen similar behavior for RTMPS protocol.
Do i missing any configuration for RTMPS. Or does LCDS have which can any
configuration setting which improve the performance.
Following are the configuration detail which i am using for RTMPS
<channel-definition id="test-rtmp"
class="mx.messaging.channels.SecureRTMPChannel">
<endpoint url="rtmps://{server.name}:8443"
class="flex.messaging.endpoints.SecureRTMPEndpoint"/>
<properties>
<idle-timeout-minutes>10</idle-timeout-minutes>
<keystore-file>/opt/tomcat/certs/servercert.jks</keystore-file>
<keystore-password>change</keystore-password>
</properties>
</channel-definition>
I am using self signed certificate