I'm trying to download the stream on:
http://www.alphatv.gr/shows/entertai...aketo-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