Wowza Community

allow domain list to stream from wowza server

Hi.

How to allow domain only in list to stream, I try edit crossdomain.xml, clientaccesspolicy.xml but it don’t luck.

domain list is

www.domain.com

vhost.domain.com

thank you.

Is this a test too ?

What are you trying to prevent exactly? “Hotlink Denial controls the html container only” That is the domain of the html page that loads the swf that connects to Wowza.

/conf/[app-name]/Application.xml /AllowDomains limits the domains of the swf file itself.

Typically, you would use SecureToken so that only your Flash player can connect to your Wowza Application, and use Hotlinkdenial to be sure that no one can hotlink (embed) your secured Flash player.

SecureToken is here:

https://www.wowza.com/docs/media-security-overview)

Richard

Yes, it is. You can use it as you wish

Richard

Hi paisal,

You can do this with the hotlink denial script: https://www.wowza.com/docs/how-to-combat-hotlinking-your-adobe-flash-swf-file

There is a newer version, as of this writing, that allows you to filter by IP here:

http://www.shamrock.org.uk/WowzaModules/HotLinkDenial/

The script will drop all connections to Wowza except what you have added as a property to the end of your Application.xml. So, add the domainLock property containing the domains you want to allow.

this is real question.

I want to restrict only my web site can streaming.

please advice, thank you.

best regards.

sorry for other thread.

thank you.

I will try it.

best regards,

Hi paisal,

You can do this with the hotlink denial script: https://www.wowza.com/docs/how-to-combat-hotlinking-your-adobe-flash-swf-file

There is a newer version, as of this writing, that allows you to filter by IP here:

http://www.shamrock.org.uk/WowzaModules/HotLinkDenial/

The script will drop all connections to Wowza except what you have added as a property to the end of your Application.xml. So, add the domainLock property containing the domains you want to allow.

Good day, I just wanna ask if the HotLinkDenial module is free for commercial use? I find it very useful would like to use it in our commercial Wowza server.