Results 1 to 4 of 4

Thread: Security Token & JW Player 4.4

  1. #1
    Join Date
    May 2008
    Posts
    69

    Security Token & JW Player 4.4

    Hello Folks,

    I have a Wowza Server and put an secure token and secureURLParams.I was able to connect with the Flash Media Encoder but don't know how to connect to the stream.Can some one offer some kind of help here

    Any help would be greatly appreciated

  2. #2
    Join Date
    Oct 2005
    Posts
    2,393

    Re: Security Token & JW Player 4.4

    I can provide some examples which are AS3 It's an easy client-side way to do this.But this method won't depend on javascript in the html container, it injects a little javascript so users can't see it what you are looking for. And it doesn't depend on an html container either, if the swf is playing by itself the check will fail

    Code:

    private var href: String = "";

    if (ExternalInterface.available)
    {
    href = ExternalInterface.call("function(){return window.location.href;}");
    }
    if (href != "YourWebsite.com")
    {
    // handle bad domain.
    }

  3. #3
    Join Date
    Jan 2008
    Posts
    1,521

    Re: Security Token & JW Player 4.4

    I am pretty sure you realized that nothing is foolproof but combining securetoken, allowdomains, password controled access, and locking the player to 1 domain do keep the risks to a minimum. It needs to be the same as you have in your Wowza application config.xml.Further I also encrypt my player.swf and lock it to play only on my domain.I don't like to reveal either the rtmp streamer or token in my html or xml code so I have set those defaults in the player.as file and recompiled the player

  4. #4
    Join Date
    May 2008
    Posts
    2,012

    Re: Security Token & JW Player 4.4

    I put the token to Player.as, then you don't have to alter RTMPModel.as
    Change:
    Code:
    token: undefined,
    To
    Code:
    token: 'yoursecretToken',

    May be you can use this.have luck with you

Similar Threads

  1. password Token cannot be recognized in skype
    By Omkaari in forum Technology & Internet
    Replies: 2
    Last Post: 15-10-2011, 09:55 PM
  2. Token Gaming for NBA 2K12.
    By AliaShaikh in forum Video Games
    Replies: 3
    Last Post: 06-10-2011, 10:44 AM
  3. Replies: 6
    Last Post: 05-08-2010, 02:33 PM
  4. Reading a token
    By Remedy in forum Software Development
    Replies: 5
    Last Post: 28-01-2010, 11:56 AM
  5. passwd: authentication token manipulation error
    By Knopper in forum Operating Systems
    Replies: 3
    Last Post: 29-07-2009, 11:16 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,714,107,202.14480 seconds with 17 queries