Hello, I want the broadcast we made with the wowza streaming engine to work only on the site that I allow.
Can you post a sample code for crossdomain.xml?
example let a.com work only
Thanks.
Hello, I want the broadcast we made with the wowza streaming engine to work only on the site that I allow.
Can you post a sample code for crossdomain.xml?
example let a.com work only
Thanks.
I believe what you are looking for is a domain lock mechanism so that stream can be played/published only for specific domain(s). Would that be correct?
From the earlier days there were, out of the box modules for this - hotline denial (flash) and referrer validate. Not sure if the modules work properly for the latest version of WSE though.
You can also start at server side with your own custom module to implement a custom solution. If you are interested, take a look at the first few examples listed here.