|
View:
New views
2 Messages
—
Rating Filter:
Alert me
|
|
|
FluorineFx RTMPS URGENT
by Nikhil Goel-2
::
Rate this Message:
Reply (Restricted by the Administrator) | Reply to Author | View Threaded | Show Only this Message Hi: We implemented a chat application using fluorinefx, flash.
We implemented it so that the flash client can make a netconnection over RTMP
on port 1936. This is working in most of the cases, but it failed for few
clients. We recognized that the problem lies with the firewall. It seems that
some of clients are behind a firewall that is blocking this RTMP connection
over 1936. We have following questions:
We would really appreciate if someone could help us through
these. Thanks Nikhil Goel
_______________________________________________ fluorine mailing list fluorine@... http://fluorine.thesilentgroup.com/mailman/listinfo/fluorine_fluorine.thesilentgroup.com |
|
|
Re: FluorineFx RTMPS URGENT
by Support-179
::
Rate this Message:
Reply (Restricted by the Administrator) | Reply to Author | View Threaded | Show Only this Message For flash (NetConnection API) see http://kb2.adobe.com/cps/166/tn_16631.html
1. Because you are using Flash you will have to handle
tunneling protocols through IIS. That means IIS should handle tunneling
protocols on port 80 (RTMPT that is http) and 443 (RTMPS that is
https)
Tunneling request from the NetConnection API will arrive to
IIS and not to FlurorineFx (only in the case of RTMP)
Depending on how your web application is deployed (root or
virtual directory) you will need wildcard mapping or the ISAPI filter (or the
IIS7 HTTP filter module if using IIS7)
(check out the RTMP Tunneling section of the FluorineFx
docs)
2. See above + please DO NOT configure Flex
channelsets (in the configuration file) with port 443 as will conflict with
IIS
3. In the case of Flash NetConnection you do not configure
FluorineFx but IIS
(For Flex channelset definitions it is a different
mater)
4. See link
5. This is the only solution in the case of
Flash.
When using Flex/Flex channelset API all the tunneling
protocols can be handled by FluorineFx (because if not
instructed explicitly Flex uses the RTMP channel for tunneling
attempts)
Contact me for the latest build of the ISAPI filter (or IIS7
Http module), x86 or x64 version
Zoli From: fluorine-bounces@... [mailto:fluorine-bounces@...] On Behalf Of Nikhil Goel Sent: Friday, September 18, 2009 9:52 PM To: fluorine@... Subject: [Fluorine] FluorineFx RTMPS URGENT Hi: We implemented a chat application
using fluorinefx, flash. We implemented it so that the flash client can make a
netconnection over RTMP on port 1936. This is working in most of the cases, but
it failed for few clients. We recognized that the problem lies with the
firewall. It seems that some of clients are behind a firewall that is blocking
this RTMP connection over 1936. We have following
questions:
We would really appreciate if
someone could help us through these. Thanks Nikhil
Goel _______________________________________________ fluorine mailing list fluorine@... http://fluorine.thesilentgroup.com/mailman/listinfo/fluorine_fluorine.thesilentgroup.com |
| Free embeddable forum powered by Nabble | Forum Help |