PDA

View Full Version : Download RTMP from teamfourstar.com


astral2k5
07-26-2014, 04:05 AM
I'm trying to download videos from
teamfourstar.com/video/renegade-life-skyrim/
with rtmpdump but after a few seconds i think the download disconnects and resumes, this happens randomly. So the end file is not correctly downloaded.

Can anybody let me know what am I doing wrong and if this can be fixed somehow ?

Thanks!

hasomaso
07-26-2014, 04:19 AM
add -v in your parameter and try again

or...

try my code

rtmpdump -v -r "rtmp://174.127.86.18/vod/_definst_" -a "vod/_definst_" -f "WIN 14,0,0,145" -W "http://p.jwpcdn.com/6/9/jwplayer.flash.swf" -p "http://player.screenwavemedia.com/play/player.php?id=TeamFourStar-53d153b50c86f" -y "mp4:TeamFourStar-53d153b50c86f_hd1.mp4" -o "output.flv"

astral2k5
07-26-2014, 05:21 AM
Thanks it works. Didn't thought to try the live option as it's a recorded stream not live.