Hi there - I'm really stuck with a stream I'd like to download and hope someone could give me support.
I try to download the video from
http://addf.tape.tv/addf/aufdendaech..._2013_complete
This is the command I use:
Code:
rtmpdump -r "rtmpe://cp68509.edgefcs.net:1935/" -a "ondemand?ovpfv=2.1.6&auth=dbEctdhdYcNdqcrcObYaIaMcgdzcodgcJai-bslEGD-vga-vga-LmFqCG&aifp=v001" -y "ondemand?ovpfv=2.1.6&auth=dbEctdhdYcNdqcrcObYaIaMcgdzcodgcJai-bslEGD-vga-vga-LmFqCG&aifp=v001" -f "WIN 11,8,800,94" -W "http://cachinga.tape.tv/static/mini-15872.swf" -p "http://www.tape.tv/telly/addf2012&channel=aufdendaechern_festival_2013_complete" -o "output.flv"
And this is my result
Code:
RTMPDump v2.4 GIT-2012-12-30 (Compiled by KSV)
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
WARNING: HandShake: Type mismatch: client sent 6, server answered 9
INFO: Connected...
Starting download at: 0.000 kB
ERROR: RTMP_ReadPacket, failed to read RTMP packet header
0.000 kB / 0.00 sec
INFO: Connection timed out, trying to resume.
Resuming download at: 0.000 kB
ERROR: RTMP_ReadPacket, failed to read RTMP packet header
0.000 kB / 0.00 sec
INFO: Connection timed out, trying to resume.
Resuming download at: 0.000 kB
0.000 kB / 0.00 sec
Download complete
Additionally the stream is separated into chapters - how can I get all of them?
Any advice is really appreciated.
Thanks in advance!