views:

156

answers:

0

I'm using flex-weborb-asp.net and I'm trying to make RTMPT (RTMP Tunneling through http). RTMP works just fine, but are having problems with firewalls. Now, apparently, RTMPT calls are always done at http://localhost. I can't seem to make it work at for instance http://localhost/edumatic/trunk, which is an application in IIS. If I configure RTMPT to call http://localhost/edumatic/trunk, then I can see in Charles that http://localhost is called.

Do I really have to put my site on the root (http://localhost) and if so, how can I run multiple sites with RTMPT? (installing multiple versions of IIS :-( ?).