Results 1 to 5 of 5

Thread: AllowDomains

  1. #1
    Join Date
    Apr 2010
    Posts
    209

    Default AllowDomains

    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?

  2. #2
    Join Date
    Dec 2007
    Posts
    25,881

    Default

    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

  3. #3
    Join Date
    Dec 2007
    Posts
    25,881

    Default

    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

  4. #4
    Join Date
    Apr 2010
    Posts
    209

    Default

    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?

  5. #5
    Join Date
    Dec 2007
    Posts
    25,881

    Default

    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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •