View Single Post
  #2  
Old 05-05-2016, 12:23 PM
troller12 troller12 is offline
Senior Member
 
Join Date: Sep 2013
Posts: 433
troller12 is on a distinguished road
Default

Re: Rtmp Token Vlc Help???


Hi,

Code:
-T "%XB00(nKH@#."
In source code you can find ST but you need to calc it with some keys etc.
Code:
       rtmp: {
             securetoken: CXBx8cTKHbv0
             },
Just check memory to find the raw token you can use.
Code:
044D7F40   73 65 63 75 72 65 74 6F  6B 65 6E 00 00 00 00 00   securetoken.....
044D7F50   31 00 39 00 37 00 34 00  34 00 00 00 00 00 00 00   1.9.7.4.4.......
044D7F60   31 00 39 00 37 00 33 00  39 00 00 00 00 00 00 00   1.9.7.3.9.......
044D7F70   25 58 42 30 30 28 6E 4B  48 40 23 2E 00 00 00 00   %XB00(nKH@#.....
greetz
Reply With Quote