View Single Post
  #1  
Old 01-14-2012, 01:04 PM
mtsr mtsr is offline
Junior Member
 
Join Date: Jan 2012
Posts: 8
mtsr is on a distinguished road
Default

[request] a command line secureToken encoder/decoder based on the rtmpdump code


Hello.

If anybody has the time, I would like to propose implementing a command line application (actually, more of a front-end) for encoding/decoding strings for use with secureToken.

The reason is that there are a couple of cases where the secureToken string cannot be determined easily from the rendered webpage code and/or the swf player. In these cases where the encoded and the decoded strings can be obtained via tcpdump, it is helpful to have an offline encoder/decoder through which we can test-try possible secureTokens.

Granted, we can use the "-T" option of rtmpdump for this but that way is overkill and it's not wise to hammer the rtmp server each time with a test secureToken string.
Reply With Quote