hello. If your app's uri is rtmp://your-red5.example.com/yourapp/ , then change uri to rtmpt://your-red5.example.com:8088/yourapp/ . Red5 is listen on 1935(rtmp) and 8088(rtmpt).
If you want to use rtmpt over http port(80), try to add this setting to httpd.conf of apache. Then, you can connect to red5 by rtmpt://your-red5.example.com/yourapp/ . # httpd.conf # Red5 rtmpt setting ProxyPass /open http://your-red5.example.com:8088/open ProxyPass /send http://your-red5.example.com:8088/send ProxyPass /idle http://your-red5.example.com:8088/idle ProxyPass /close http://your-red5.example.com:8088/close good luck # sorry, I'm poor speaker of English (^_^; Oliver Müller wrote: > code snippet would be great. please post it. > thanks, > Olli > > 2007/2/14, Dan Rossi <[EMAIL PROTECTED]>: >> Oliver Müller wrote: >>> Hi, >>> what possibilities do I have to connect through a firewall to my red5 app ? >>> I thought of switching to tunneling but had no success. >>> Is the proxyType of the NetConnection the key ? >>> >> rtmpt over port 80 ? It defaults to 8080 if you have to chage in your >> application properties aswell as the main red5 properties aswell , the >> flash 9 player is suppose to do fallbacks but it doesnt i have some >> fallback code if needed. >> >> _______________________________________________ >> Red5 mailing list >> [email protected] >> http://osflash.org/mailman/listinfo/red5_osflash.org >> > > _______________________________________________ > Red5 mailing list > [email protected] > http://osflash.org/mailman/listinfo/red5_osflash.org _______________________________________________ Red5 mailing list [email protected] http://osflash.org/mailman/listinfo/red5_osflash.org
