Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
#1
|
|||
|
|||
Key for Secure Token Response in RTMPEThanks to everyone in this forum. It is truly appreciated.
Chap helped us with a particular public government website and gave us the key for the secure token response. Many thanks to chap! But we want to be able to find the key ourselves. Can someone point us to a page where it describes how to derive the key for the secure token response? For example, this works: Code:
rtmpdump -r "rtmpe://nyc.pegcentral.com/councilnyc/" -a "councilnyc/?doConnect=12345&doPublish=54321" -f "WIN 11,8,800,94" -W "http://councilnyc.pegcentral.com/flash/media_player_798c.swf" -p "http://councilnyc.pegcentral.com/flash/media_player_798c.swf?server=nyc-rtmp.pegcentral.com&account=councilnyc&videoFilename=NYCC-PV-CH-Cha130822-153731.mp4&from=legistar&inTime=&startState=play" -y "mp4:NYCC-PV-CH-Cha130822-153731.mp4" -o "2013-08-26_11-53-22_mp4_NYCC-PV-CH-Cha130822-153731.flv" -T "2JNxehiz" I suspect it may be different for different cases but what is the general strategy? And it probably is an evolving issue |
#2
|
|||
|
|||
Re: Key for Secure Token Response in RTMPEThe key is stored inside the SWF file.
Code:
http://councilnyc.pegcentral.com/flash/media_player_798c.swf Code:
nc.call("secureTokenResponse", null, TEA.decrypt(_loc_4.secureToken, secureTokenCode)) Code:
secureTokenCode = "2JNxehiz" |
#3
|
|||
|
|||
Re: Key for Secure Token Response in RTMPEThank you nullacht!
For those using ubuntu, you can use swfmill to decompile the SWF file For example, Install: sudo apt-get install swfmill Run: swfmill swf2xml media_player_798c.swf media_player_798c.xml Then look for the token manually. |
#4
|
|||
|
|||
Re: Key for Secure Token Response in RTMPEQuote:
Can you walk me through how you got from Code:
nc.call("secureTokenResponse", null, TEA.decrypt(_loc_4.secureToken, secureTokenCode)) Code:
secureTokenCode = "2JNxehiz" |
#5
|
|||
|
|||
Re: Key for Secure Token Response in RTMPEQuote:
|
#6
|
|||
|
|||
Re: Key for Secure Token Response in RTMPETry this... http://bit.ly/1d5ndHy
|
#7
|
|||
|
|||
Re: Key for Secure Token Response in RTMPEQuote:
So now..... How do I get from Code:
nc.call("secureTokenResponse", null, TEA.decrypt(_loc_4.secureToken, secureTokenCode)) Code:
secureTokenCode = "2JNxehiz" Thanks again!!! |
#8
|
|||
|
|||
Re: Key for Secure Token Response in RTMPEC'mon Bro...Use Your Brain a Little Bit...
Install it Open the file (swf) Go to Tools Select "Search All ActionScripts" Check "ignore case" Type token in the search box and click OK Go up and down til you find it Note: this works for some swf's, but not all good luck |
#9
|
|||
|
|||
Re: Key for Secure Token Response in RTMPEQuote:
Here are three files I am using to learn how to do this (I have a whole list of channels I need to get the tokens for) http://player.longtailvideo.com/player5.3.swf http://www.zenex.tv/data/scripts/eplayer.swf http://www.iguide.to/player/secure_p...mbed_token.swf Which means: what do you do when you cannot get the token using this method? Thanks |
#10
|
|||
|
|||
Re: Key for Secure Token Response in RTMPEmakkie_65
Quote:
|
Tags: download, response, rtmpe, secure, securetoken, token, video |
Thread Tools | |
Display Modes | |
|
|