Que tal,
Estoy tratando de configurar el servicio de mensajeria con LCDS, con
RTMP utilizando un canal seguro. Sin embargo no lo logro obtener la
conexion. ¿Alguien puede ayudarme?
services-config.xml
...
<channel-definition id="secure-rtmp"
class="mx.messaging.channels.SecureRTMPChannel">
<endpoint url="rtmps://{
server.name}:8443"
class="flex.messaging.endpoints.SecureRTMPEndpoint"/>
<properties>
<idle-timeout-minutes>20</idle-timeout-minutes>
<bind-port>2037</bind-port>
<keystore-file>{context.root}/WEB-INF/flex/
keystore.jks</keystore-file>
<keystore-password>password</keystore-password>
<block-rtmpt-polling-clients>true</block-rtmpt-polling-
clients>
</properties>
</channel-definition>
...
Falló en la conexión:
ChannelFaultEvent
type = "channelFault"
channel = "mx.messaging.channels.SecureRTMPChannel"
protocol = "rtmps"
faultCode = "Channel.Connect.Failed"
faultDetail = "undefined url:'rtmps//{
server.name}:8443'"
rootCause
code = "NetConnection.Connect.Failed"
level = "error"
¿Como configurar el canal Secure RTMP?
Saludos