PDA

View Full Version : Stuck with tape.tv


Leviathan
09-09-2013, 09:50 AM
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/aufdendaechern_festival_2013_complete

This is the command I use:

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 :(

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!

chap
09-09-2013, 04:33 PM
example

rtmpdump -r "RTMPE://cp68509.edgefcs.net:1935/ondemand" -a "ondemand?ovpfv=2.1.6&auth=dbEaicVaJc.cwcMdXaQcWdhbRbpaPcKdWbI-bslI6K-vga-vga-KlFnHG&aifp=v001" -W "http://cachinga.tape.tv/static/mini-15872.swf" -p "http://www.tape.tv/telly/addf2012&channel=aufdendaechern_festival_2013_complete" -y "mp4:tapetv/play/tape_2013_KW_35/1525_foty_EDITED.mp4" -o "d.flv"

Leviathan
09-10-2013, 12:47 AM
Thank you very much - I forgot to insert the rtmpe stream url. :o
I got it work with pmdump and HxD for the chapter I was interested in.