View Single Post
  #11  
Old 12-10-2012, 06:25 PM
chap chap is offline
Senior Member
 
Join Date: Feb 2011
Location: Ukraine
Posts: 1,165
chap is on a distinguished road
Default

Re: How to download Mosaik.tv videos ?


thanks
Code:
rtmpdump -r "rtmpt://178.33.47.133/vod/mosaiktv" -y "mosaiktv/20110610_carr%C3%A9" -o 20121207.flv
yes it works in your assembly (v2.4-75-ge783798)
you changed something in the code?

but why is not working on KSV
Code:
>rtmpdump
-r "rtmpt://178.33.47.133/vod/mosaiktv" -y "mosaiktv/20110610_carr%C3%A9" -o 201
21207.flv
RTMPDump v2.4 GIT-2012-11-09 (Compiled by KSV)
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
INFO: Connected...
Starting download at: 0.000 kB
ERROR: RTMP_ReadPacket, failed to read RTMP packet header
0.000 kB / 0.00 sec
Download complete
but works fine

Code:
>rtmpdump -r "rtmpt://178.33.47.133/vod/mosaiktv" -y "mosaiktv/20121207" -o 20121207.flv
RTMPDump v2.4 GIT-2012-11-09 (Compiled by KSV)
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
INFO: Connected...
Starting download at: 0.000 kB
INFO: Metadata:
INFO:   duration                2667.20
INFO:   width                   720.00
INFO:   height                  400.00
INFO:   videodatarate           1000.00
INFO:   framerate               25.00
INFO:   videocodecid            4.00
INFO:   audiodatarate           128.00
INFO:   audiodelay              0.03
INFO:   audiocodecid            2.00
INFO:   canSeekToEnd            TRUE
2491.396 kB / 19.63 sec (0.7%)
probably due to the encoding?
Reply With Quote