|
|
![]() |
| Thread Tools | Search this Thread |
#1
| |||
| |||
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
| |||
| |||
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
| |||
| |||
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
| |||
| |||
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 |
![]() |
|
Tags: flash media encoder, secureurlparams, wowza server |
Thread Tools | Search this Thread |
|
![]() | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
password Token cannot be recognized in skype | Omkaari | Technology & Internet | 2 | 15-10-2011 09:55 PM |
Token Gaming for NBA 2K12. | AliaShaikh | Video Games | 3 | 06-10-2011 10:44 AM |
Internet Explorer 8 Cannot open an anonymous level security token | Narmad | Technology & Internet | 6 | 05-08-2010 02:33 PM |
Reading a token | Remedy | Software Development | 5 | 28-01-2010 11:56 AM |
passwd: authentication token manipulation error | Knopper | Operating Systems | 3 | 29-07-2009 11:16 PM |