Expand my Community achievements bar.

How can I restrict to RTMFP only?

Avatar

Former Community Member

I've heard of people doing this, but I can't find any API documentation for it. Any suggestions?

4 Replies

Avatar

Former Community Member

Hi,

If you only want to get an rtmfp connection, you need to specify in the protocol property of authenticator to "rtmfp" . The default protocol is rtmps now.

For e.g.

<authen:AdobeHSAuthenticator id="auth" protocol="rtmfp" userName="XXXXXXX" password="XXXXX" />

Thanks

Hironmay Basu

Avatar

Level 2

Hironmay,

flagging the authenticator as "protocol='rtmfp'" enables the use of RTMFP, but is there a way to eliminate the fail over to RTMP that is inherent in the protocol?

For example, using Stratus there is no relay server in operation so RTMFP is the only option and when RTMFP fails the whole chat fails. Is there a way to replicate this in AFCS?

Basically I don't want my app to ever use hub-and-spoke even if that means complete connection failure as a result.

Thanks!

-David

Avatar

Former Community Member

Hi David,

No way today - it's coming though =).

nigel

Avatar

Level 2

Sweet, I can be patient.

Thanks,

-David