Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
Trouble with token and packet headerI've been trying for 2 days now to download videos from 3dbuzz.com using RTMPDump. I'm a paid member and I want to load some courses up on my tablet to view when I go on vacation next month. I keep receiving the error message:
RTMP_ReadPacket, failed to read RTMP packet header My educated guess is that I don't have the correct secure token and I'm not 100% sure how to get it. Using WireShark I was able to find a string for secureTokenResponse, but then I discovered here that it is only the key needed to get the token and not the actual token itself. I attempted to use the flasm program listed on that website to decompress the .swf which was downloaded from http://www.3dbuzz.com/content/flash/Player.swf I then tried to use JPEXS as described here to try and find the token but was unsuccessful. As you can see I've been trying different things based on google searches and reading on the forums but can't seem to find a method that works for exactly what I need. The RTMPDump code I've been using as my base is: Code:
rtmpdump -r "rtmp://vs.3dbuzz.com/buzz/" -a "buzz/" -f "WIN 11,7,700,224" -W "http://www.3dbuzz.com/content/flash/Player.swf" -p "http://www.3dbuzz.com/training/view/opengl-in-depth/introduction-to-opengl/introduction" -y "mp4:CPP_i6_01_Introduction.mp4" -v -o "CPP_i6_01_Introduction.flv" -T "128728158680462D9438E1CF9414A57A" So basically I'd like to learn how to properly find the token (in case it changes in the future) and the proper code to be able to get the videos. Thank you. Mike |
#2
|
|||
|
|||
Re: Trouble with token and packet headerlogin=
pass= |
#3
|
|||
|
|||
Re: Trouble with token and packet headerTry with that
Code:
-T "LNur8e%Xgp143Y]3g!w70-fJI#PW/." |
#4
|
|||
|
|||
Re: Trouble with token and packet headerThank you both for the prompt replies.
Chap, I have PM'ed you my username/password for the site. karlo2105, I tried the token you suggested but still no success. However, the error message was different this time. It was: ERROR: rtmp server request close |
#5
|
|||
|
|||
Re: Trouble with token and packet headerHave you guys had any luck with this? Im also a member at 3dbuzz and would like to be able to download several of the files.
|
Tags: rtmpdump |
Thread Tools | |
Display Modes | |
|
|