PDA

View Full Version : Should be trivial for a non-newbie like me


patrinos
02-13-2014, 12:02 PM
I'm trying to download the stream on:

http://www.alphatv.gr/shows/entertainment/pamepaketo/webtv/pame-paketo-060214-0

If i'm locating the stream correct, it should be:

rtmp://194.219.221.195:80/vod/mp4:/2013-2014/microsites/paketo/video/20140206/PAKETO_060214_EP16_.mp4.mp4

I'm using the following command with rtmpdump-2.1c, it gets stuck at 0.2% and returns the error "ERROR: RTMP_ReadPacket, failed to read RTMP packet header, Download may be incomplete (downloaded about 0.20%), try resuming":

rtmpdump -r "rtmp://194.219.221.195:80/vod/mp4:/2013-2014/microsites/paketo/video/20140206/PAKETO_060214_EP16_.mp4.mp4" -o filename.mp4

I've also tried the same command with rtmpdump-2.4 (Compiled by KSV), it returns the error "ERROR: Closing connection: NetStream.Play.StreamNotFound"

What am i doing wrong?

Thanks for your help

patrinos
02-13-2014, 12:33 PM
Wow doesnt look trivial at all after all, downloading with v2.4 from KSV right now.

Thanks a million hasomaso!