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!!! |
Tags: download, response, rtmpe, secure, securetoken, token, video |
Thread Tools | |
Display Modes | |
|
|