I receive email from Support <
support@...>
,and I also have problems about Rtmpt(the sample: \Flex\SharedObject\Chat ,my test serverIP and iisIp:192.168.234.128,iis port:80 )
1.I modify service configuration file like this:
<?xml version="1.0" encoding="utf-8" ?>
<services-config>
<channels>
<channel-definition id="my-rtmp" class="mx.messaging.channels.RTMPChannel">
<endpoint uri="rtmpt://192.168.234.128:1935" class="flex.messaging.endpoints.RTMPEndpoint"/>
</channel-definition>
</channels>
</services-config>
and modify Flex.mxml file like this:
private function connect():void
{
connectButton.enabled = false;
nc.connect("rtmpt://192.168.234.128/ChatApp", username.text, password.text);
nc.client = this;
}
(I installe the FluorineFx RTMPT ISAPI filter )
I open
http://192.168.234.128/Default.aspx ,alert: Connect failed (Annex:fluorine.log is log file)
can you tell me where is mistake?How do I?
2.If my server only open web service port(like 80),can I use RTMPT with Flex Messaging ?
Actual situation of my server :
my web server(192.168.234.128) is a Intranet server,and visitors visit a port of my Proxy Server(for sample:
http://210.11.10.59:5089) which is a internet server,and then visitors will see web of my web server(192.168.234.128).
If I only open 80 port of my web server and 5089 port of my proxy server,can visitors see the web which use RTMPT with Flex Messaging
_______________________________________________
fluorine mailing list
fluorine@...
http://fluorine.thesilentgroup.com/mailman/listinfo/fluorine_fluorine.thesilentgroup.com