Skip to main content
Known Participant
October 4, 2011
Question

How to protect my streaming

  • October 4, 2011
  • 1 reply
  • 928 views

Hello,

I'm using the allowedSWFdomains.txt file to protect my rtmp link, can i add another protection option by Referrer site for instance,  coz allowedSWFdomains.txt file isn't enought to protect my rtmp link from being used with  other flash  players ...

Regards,

    This topic has been closed for replies.

    1 reply

    Nikhil_Kalyan
    Participating Frequently
    October 5, 2011

    You can try SWFVerification. It must be nicely documented in the FMS docs. Can you please take a look at that ?
    Thank you !

    Known Participant
    October 5, 2011

    i'm using SWFVerification at the moment by editing allowedSWFdomains.txt, what i need to do now is to implement client.referrer or pageUrl limitation ...

    means, i would like to guarantee a unique referrer of my swf file ...

    How can i do that ?

    Regards,


    Nikhil_Kalyan
    Participating Frequently
    October 5, 2011

    allowedSWFDomains does not totally mean SWF Verification.

    SWFV is one step further than both allowedSWFDomains and client.referrer. It takes each of the SWF that is requesting the connection, and matches (hashes) with a copy of a SWF on your server (the SWF that you want to allow connection from).

    SWFV : http://help.adobe.com/en_US/flashmediaserver/configadmin/WS5b3ccc516d4fbf351e63e3d119f2925e64-7fe0.html

    This thread might also help : http://forums.adobe.com/thread/684299?tstart=0

    Thank you !