Audio/video stream recording forums (http://stream-recorder.com/forum/index.php)
-   Video stream recording (http://stream-recorder.com/forum/forumdisplay.php?f=4)
-   -  

Please how download videos from telefe.com

(http://stream-recorder.com/forum/showthread.php?t=13901)

hectorosoft 09-30-2012 07:52 PM

Please how download videos from telefe.com


 
Hello, please I need download videos from www.telefe.com, but I dont know, you can help me please.

Hola, necesito descargar videos de www.telefe.com, pero no se como, me podrias ayudar.

svnpenn 09-30-2012 10:40 PM

Re: Please how download videos from telefe.com


 
Code:

rtmpdump -r "rtmp://B10430.cdn.telefonica.com/vod/ep" -a "vod/ep" -f "WIN 11,3,3
00,257" -W "http://losgraduados.telefe.com/wp-content/plugins/fc-velocix-video/f
lowplayer/flowplayer.commercial-3.2.7-6.swf" -p "http://losgraduados.telefe.com/
2012/09/28/la-pareja-del-momento-marco-antonio-y-violeta/" -y "mp4:/10430/UAAE16
74_1280x720.mp4?token=1349066689-f4b5e8d41e4fbb78db04810ed3d7cf6ea68815fe" -o UA
AE1674_1280x720.flv
RTMPDump v2.4-41-g7bae82a
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
INFO: Connected...
Starting download at: 0.000 kB
INFO: Metadata:
INFO: trackinfo:
INFO:  timescale            2997.00
INFO:  length                254125.00
INFO:  language              eng
INFO: sampledescription:
INFO:  sampletype            avc1
INFO:  timescale            2997.00
INFO:  length                254124.00
INFO:  language              eng
INFO: sampledescription:
INFO:  sampletype            tmcd
INFO:  timescale            44100.00
INFO:  length                3739648.00
INFO:  language              eng
INFO: sampledescription:
INFO:  sampletype            mp4a
INFO:  audiochannels        2.00
INFO:  audiosamplerate      44100.00
INFO:  videoframerate        23.98
INFO:  aacaot                2.00
INFO:  avclevel              31.00
INFO:  avcprofile            100.00
INFO:  audiocodecid          mp4a
INFO:  videocodecid          avc1
INFO:  width                1280.00
INFO:  height                720.00
INFO:  frameWidth            1280.00
INFO:  frameHeight          720.00
INFO:  displayWidth          1280.00
INFO:  displayHeight        720.00
INFO:  framerate            2997.00
INFO:  moovposition          40.00
INFO:  duration              84.80
3532.489 kB / 31.16 sec (36.7%)


placebo 11-18-2012 09:43 AM

Re: Please how download videos from telefe.com


 
Telefe does not allow pause/unpause trick.

In order to download episodes in normal quality, switch '-v' for live streaming must be added. Also you may try other downloaders.

TubeDigger 11-18-2012 11:24 AM

Re: Please how download videos from telefe.com


 
Quote:

Originally Posted by svnpenn (Post 56503)
Also clearly from my previous post you can see that is not true.

Telefe also has full episodes (capitulos). Without '-v' switch you'll get overlapped video, for example:
Code:

rtmpdump -r "rtmp://B17586.cdn.telefonica.com/vod/ep" -a "vod/ep" -f "
WIN 11,5,502,110" -W "http://dulceamor.telefe.com/wp-content/plugins/f
c-velocix-video/flowplayer/flowplayer.commercial-3.2.7-6.swf" -p "http
://dulceamor.telefe.com/2012/11/17/capitulo-208-hd/" -y "mp4:/17586/UA
AE7045_1280x720.mp4?token=1353262808-88c84978a9064b4c6161d4f99ec25d242
931797e" -o UAAE7045_1280x720.flv
RTMPDump 2.4 git-6230845 2011-9-25
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
INFO: Connected...
Starting download at: 0.000 kB
INFO: Metadata:
INFO: trackinfo:
INFO:  timescale            2500.00
INFO:  length                6496100.00
INFO:  language              eng
INFO: sampledescription:
INFO:  sampletype            avc1
INFO:  timescale            2500.00
INFO:  length                6496081.00
INFO:  language              eng
INFO: sampledescription:
INFO:  sampletype            tmcd
INFO:  timescale            44100.00
INFO:  length                114591744.00
INFO:  language              eng
INFO: sampledescription:
INFO:  sampletype            mp4a
INFO:  audiochannels        2.00
INFO:  audiosamplerate      44100.00
INFO:  videoframerate        25.00
INFO:  aacaot                2.00
INFO:  avclevel              31.00
INFO:  avcprofile            100.00
INFO:  audiocodecid          mp4a
INFO:  videocodecid          avc1
INFO:  width                1280.00
INFO:  height                720.00
INFO:  frameWidth            1280.00
INFO:  frameHeight          720.00
INFO:  displayWidth          1280.00
INFO:  displayHeight        720.00
INFO:  moovposition          40.00
INFO:  duration              2598.45
7742.530 kB / 77.68 sec (2.9%)
INFO: Metadata:
INFO: trackinfo:
INFO:  timescale            2500.00
INFO:  length                6496100.00
INFO:  language              eng
INFO: sampledescription:
INFO:  sampletype            avc1
INFO:  timescale            2500.00
INFO:  length                6496081.00
INFO:  language              eng
INFO: sampledescription:
INFO:  sampletype            tmcd
INFO:  timescale            44100.00
INFO:  length                114591744.00
INFO:  language              eng
INFO: sampledescription:
INFO:  sampletype            mp4a
INFO:  audiochannels        2.00
INFO:  audiosamplerate      44100.00
INFO:  videoframerate        25.00
INFO:  aacaot                2.00
INFO:  avclevel              31.00
INFO:  avcprofile            100.00
INFO:  audiocodecid          mp4a
INFO:  videocodecid          avc1
INFO:  width                1280.00
INFO:  height                720.00
INFO:  frameWidth            1280.00
INFO:  frameHeight          720.00
INFO:  displayWidth          1280.00
INFO:  displayHeight        720.00
INFO:  moovposition          40.00
INFO:  duration              2598.45
8499.785 kB / 23.52 sec (0.9%)


svnpenn 11-18-2012 12:24 PM

Re: Please how download videos from telefe.com


 
It is not a live stream, hence doesnt need the live flag, but the BUFX flag "-R"


All times are GMT -6. The time now is 02:05 AM.