Re: 3dbuzz videosAlso, its very important to take account of the following notes:
"In other languages: remember always to use either unsigned right-shift operators or unsigned type declarations, according to features available in the language – signed right shift operations will fail; also, in strToLongs(), to avoid running off the end of the string, some languages may need the string to be padded to a multiple of 4 characters, with the equivalent of for (var p=0; p<3-(s.length-1)%4; p++) s += '\0';." (Chris Veness) |
Re: 3dbuzz videosHmmmm.... I'll have to use the actuall php.exe when I get home. I was using an online interpreter to test your code. I got the actionscript to process it correctly. Must be something wrong with my bitwise operations. I swear I am using unsigned right-shift operators....
|
Re: 3dbuzz videos1 Attachment(s)
Ok, it's working. You must calculate the path too
- from rtmp://vs.3dbuzz.com/buzz/nmX0fNaK0Qgta2cwD3eZqgkDu4o take the token=nmX0fNaK0Qgta2cwD3eZqgkDu4o to construct the path which results in CrjmqAnX0DwGOhxWLmtxF6SKRk4. That's invariable, so you need only to work the r2-response. Here the compiled rtmpdump http://speedy.sh/6wGcv/rtmpdump.exe |
Re: 3dbuzz videosThanks for this denobis. I'll have to try it sometime soon. I finally got my decryption to work (java is very picky about the bitwise stuff).
|
All times are GMT -6. The time now is 06:41 AM. |