Hi Chris,

 

First you might check the logging settings in the
WEB-INF/flex/services-config.xml.  Make sure that you have
"Configuration" and "Endpoint.*" in the <pattern> tags and that level is
set to Debug or Info.   When you start the server, it should print a
line like:

 

[Flex] [INFO] [Configuration] Endpoint my-rtmp created with security:
None

at URI: rtmp://localhost:2035

 

I think that we have previously gotten that far but make sure that the
server name and port are what you'd expect and that you don't see any
errors that might have been thrown when we tried to create the server
socket.  We should definitely be listening on that port for at least
some IP address on your machine.  Maybe you have more than one IP
address on that machine?  There is a bind-address attribute you can
specify in the <properties> of the <channel-definition> tag for your
RTMPChannel.   You could specify that to use an IP address or a
different hostname.  If you don't specify a bind-address, we use the
default one for your machine.  The code is all pretty standard Java
socket stuff so I'm not sure how we could not be creating that socket
and why it would not show up in netstat.

 

Jeff

 

________________________________

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of chrisnoeflex
Sent: Wednesday, February 14, 2007 5:30 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: no rtmp connection on win xp ?

 

Jeff,

check out following :

C:\>ping localhost

Pinging wxp-cno [127.0.0.1] with 32 bytes of data:

Reply from 127.0.0.1: bytes=32 time<1ms TTL=128
Reply from 127.0.0.1: bytes=32 time<1ms TTL=128
Reply from 127.0.0.1: bytes=32 time<1ms TTL=128
Reply from 127.0.0.1: bytes=32 time<1ms TTL=128

Ping statistics for 127.0.0.1:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 0ms, Average = 0ms

C:\>telnet localhost 2038
Connecting To localhost...Could not open connection to the host, on 
port 2038: Connect failed

windows firewall is off, and no others are installed. I put 
everything in comment in my host file, so it could not be a firewall.
if i try netstat -a , i do not see the port, when my container has 
been started up. 
Is it not the container that should start up some kind of listener on 
port 2038 with protocol RTMP ?

Chris.

 

Reply via email to