Hello,

In my netwrok rtmp is not supported,so i am not able to make rtmp connection.

I tried with rtmpt(ports 80,443)and able to get connected and publish the live stream to FMS(using AS3).

But with in 5 to 6 minutes my proxy server block the streaming.Reason,my proxy can allow only 600 http request per minute from a particular computer(client machine),but while publishing through rtmpt after some time http post request coming form client machine increase the limit of 600 per minute,so proxy block the connection.


I am making my connection like this "rtmpt://xx.yy.zz.kk:80/Training" where xx.yy.zz.kk represent internet IP.



Please suggest some turnaround so that in case of rtmpt(http tunelling) http post request will not increase periodically.

Nitesh