Is the AllowDomains in Application.xml referring to the publisher or to the web server?
What does AutoAccept mean?
Is there a document describing the entries in Application.xml?
Is the AllowDomains in Application.xml referring to the publisher or to the web server?
What does AutoAccept mean?
Is there a document describing the entries in Application.xml?
It refers to the domain of the client, i.e., the SWF file or the encoder that connects to Wowza. The SWF file is being served by a web server.
But it does not refer to the domain of html container of the swf file. You can serve an swf file from one domain embedded in an html from another domain.
Richard
Also, AutoAccept controls what happens in the Wowza ModuleCore onConnect handler. The default is true for AutoAccept, so conections are accepted unless something else prevents it, like code in a Wowza custom module with an onConnect handler.
If AutoAccept is false, you need a Wowza custom module with onConnect handler to accept the connection.
Richard
I dont quite understand how it works with the swf file.
My swf file is on one web server embeded in an html page. I dont want that anyone else can embed my swf file on another web server.
secure token with encryption I have already.
Is there a document describing the entries in Application.xml?
Embedding your swf in another website, or "Hotlinking" as it is called when you don't want it to happen, can be prevented with this package:
http://www.wowzamedia.com/forums/showthread.php?t=5239
Richard