Audio/video stream recording forums (http://stream-recorder.com/forum/index.php)
-   rtmpdump (http://stream-recorder.com/forum/forumdisplay.php?f=54)
-   -  

3dbuzz videos

(http://stream-recorder.com/forum/showthread.php?t=18701)

denobis 08-20-2014 01:38 PM

Re: 3dbuzz videos


 
Also, 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)

traveler9559 08-20-2014 02:03 PM

Re: 3dbuzz videos


 
Hmmmm.... 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....

denobis 08-20-2014 05:42 PM

Re: 3dbuzz videos


 
1 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

traveler9559 08-20-2014 08:56 PM

Re: 3dbuzz videos


 
Thanks 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.