Re: Recording Kelby Training (www.Kelbytraining.com) videos by Kelby Media GroupI'm using RTMPexplorer to get the videos but if I take the command it generates and then type it with the RTMPdump command, it goes through the download process but after the download I have no file.
Can anyone say what I am doing wrong? The reason I am doing that is that RTMPexplorer downloads the 360p file but I would like the 720p file. Maybe there is a better way of doing that? |
Re: Recording Kelby Training (www.Kelbytraining.com) videos by Kelby Media GroupUsing RTMPdump 2.4, the Media RSS playlist mentioned before (hint: view source), and the HTA code below, the whole process is pretty easy. The code can be cleaned up a bit. There is an option to rename the files on save. Windows tested only.
Code:
<head> |
Re: Recording Kelby Training (www.Kelbytraining.com) videos by Kelby Media GroupKelby has just stopped working again. rtmpexplorer or manually calling rtmpdump. Debug from rtmpsuck
|
Re: Recording Kelby Training (www.Kelbytraining.com) videos by Kelby Media GroupJust tried to manually download from KT this week. Something has changed and I got a weird result. The first time gave me a RTMP_ReadPacket, failed to read RTMP packet header. I turned on -V and got WriteN, RTMP send error 10053. I checked my spelling and got the READ error again.
I am using KSV's version of rtmpdump. rtmpExplorer with either srv or suck also doesn't work. attached the output from the manual download. Thanks for any help. |
Re: Recording Kelby Training (www.Kelbytraining.com) videos by Kelby Media GroupQuote:
|
Re: Recording Kelby Training (www.Kelbytraining.com) videos by Kelby Media GroupJust for snits and giggles I "borrowed the neighbor's wifi just in case KT was blocking my IP. Same errors.
Code:
rtmpdump -r "rtmpe://mbrstream.kelbymediagroup.com/ondemand/encoding" -a "ondemand/encoding" -f "WIN 11,1,102,55" -W "http://media.kelbymediagroup.com/players/player5.7/player.swf" -p "http://kelbytraining.com/online/watch/ziser_start_to_finish" -y "mp4:kt_lwsstf_ziser_1_intro_720p.mp4" -o "01 Introduction and Equipment.mp4" |
Re: Recording Kelby Training (www.Kelbytraining.com) videos by Kelby Media GroupQuote:
|
Re: Recording Kelby Training (www.Kelbytraining.com) videos by Kelby Media GroupThanks Chap.
Not sure why the -W isn't working now. I need to keep resuming (-e) but it looks like the entire file might come in. It does toss an error - ERROR: HandleCtrl: Ignoring SWFVerification request, use --swfVfy! |
Re: Recording Kelby Training (www.Kelbytraining.com) videos by Kelby Media Grouprtmpdmp is using cached swf player data for SWFVerification response which is not valid anymore. if we set the option --swfAge 0 (by default it's 30 days) it forces rtmpdump to fetch new swf file but in this particular case their cache server returns HTTP 304 response saying swf player is not modified. there are two ways you can correct this.
1. delete .swfinfo file from user directory (C:\Documents and Settings\username). 2. instead of --swfVfy | -W switch use Code:
--swfUrl "http://media.kelbymediagroup.com/players/player5.6/player.swf" --swfsize 205074 --swfhash "22589a1043f320c0d30995949dce327c3e8fe973fe56f8d35d493c6f3cf5eda2" |
Re: Recording Kelby Training (www.Kelbytraining.com) videos by Kelby Media GroupQuote:
Thanks KSV for all the work and advice. **edit - I deleted the .swfinfo file and ran rtmpExplorer. The same info in the old file was saved in the new file. Replacing the size and hash with KSV's posted info lets rtmpExplorer download. |
All times are GMT -6. The time now is 10:02 PM. |