The video I'm trying to get is: http://www.hulu.com/watch/638325
Thankyou to anyone who can help!
EDIT:
I've got past the block... what do you recommend to record this? I have rtmpe dump. I have tried ffmpeg but it didn't work.. unless I used the wrong url? -- rtmpe://8.254.30.253
+ Reply to Thread
Results 2,611 to 2,640 of 4610
-
Last edited by videonerd86; 1st Jul 2014 at 13:35.
-
Code:
http://nv-se01.se.c04cp.vds-is.castup.net/vod/_definst_/smil:server12/31/888/88819519-149.smil/chunklist_b1200000.m3u8
Audio: aac, 48000 Hz, stereo, s16, 93 kb/s (und)
Video: h264, yuv420p, 848x480, 1200 kb/s, 25.00 fps(r) (und)
http://www13.zippyshare.com/v/82804502/file.html
http://www13.zippyshare.com/v/1766994/file.html
http://www13.zippyshare.com/v/78712351/file.htmlLast edited by CristianoA; 1st Jul 2014 at 13:24.
-
-
Does anybody can help me with this?
I've been tried download videos (testing with demo) from this site: http://atitudecursosonline.com.br/cursos/detalheCursoView/45, but i've got no success.
I've already tried the fowling command using FFMPEG (20140123-git-e6d1c66-win32) and (20140425-git-c7b0890-win64)
ffmpeg -i https://stream07.localmidia.com.br/lhveras/_definst_/mp4:lhveras//aulas_gratuitas_2014.../playlist.m3u8 flaviano.mkv
ffmpeg -i https://stream07.localmidia.com.br/lhveras/_definst_/mp4:lhveras//aulas_gratuitas_2014.../playlist.m3u8 -c copy flaviano.mkv
thanks -
Your ffmpeg example works here. What sort of error is displayed? Your ffmpeg version may only work with http but not https, so try http instead of https.
This also works (for me);
Code:ffmpeg -i "http://stream07.localmidia.com.br/lhveras/_definst_/mp4:lhveras//aulas_gratuitas_2014/FLAVIANO%20LIMA%20DIR%20PREVIDENCIARIO%20INSS%20AULAO%20140514_PARTE01.mp4/chunklist_w1041103554.m3u8" -c copy w1041103554.ts
-
-
Hello guys, I am in need of some help with a stubborn video.
http://www.cbc.ca/player/News/ID/2470057209/
I hope this video is viewable outside Canada!
There is an ad that is in front of the video and it fools all the video tools that I use. The actual video is 2h30m long. I have tried quite a few video downloaders with no luck on this one. -
Hi guys,
What should I do to download videos from USA Network? For example, this URL:
http://www.usanetwork.com/psych/videos/psych-out-truck-things
Please, help me! I've tried for so long time and nothing... -
use ffmpeg
Code:ffmpeg -i "http://mobilehls-vh.akamaihd.net/i/prodVideo/news/308/626/Canada_Day_Special_12_00_00_2014-07-01_,960x540_250,852x480_180,640x360_120,640x360_90,370x208_50,320x180_35,0kbps.mp4.csmil/master.m3u8?hdnea=st=1404323648~exp=1404323978~acl=/i/*~id=54d6a5fa-3adf-4992-8013-dd08970cd542~hmac=f78002ac7e88b11e1ba1f5d87c8752b45f3b7d40722f9e8cbc498f52c7f3e6b5" -c copy video.mkv
-
-
Okay, I've got this code:
Code:ffmpeg -i "http://usahls-f.akamaihd.net/z/NBCU_USA_Network/6/1024/1202635_psychout_4012_bloopers_190_,0496,1696,1296,0896,0696,0306,0240,.mp4.csmil/master.m3u8?__b__=1000" -c copy video.mkv
http://www.usanetwork.com/psych/videos/psych-out-bleeps-are-air
What is wrong with the code? Because I'm trying to download the video, but FFMPEG acuses error 440 (Bad Request). Please, help me!!!Last edited by henrickperes; 2nd Jul 2014 at 15:36.
-
-
-
So, i'm trying to rip an episode from Adult Swim Gold with this command:
Code:rtmpdump -r "rtmpe://cp219687.edgefcs.net:1935/ondemand" -a "ondemand?auth=daEaAaKaPa4aDb5aQascXdSb5dWczcsa8dO-btTgQ7-eS-pmJuDBLrE&aifp=v001&slist=protected/2014-06/ASOE1006111400056801_B3R2" -f "WIN 11,9,900,170" -W "http://z.cdn.turner.com/xslo/cvp/plugins/akamai/streaming/osmf2.0/3.0.3/AkamaiAdvancedStreamingPlugin.swf" -C O:1 -C O:0 -y "mp4:protected/2014-06/ASOE1006111400056801_B3R2.mp4" -o ASOE1006111400056801_B3R2.flv
RTMPDump v2.4
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
WARNING: HandShake: Type mismatch: client sent 6, server answered 10
INFO: Connected...
ERROR: rtmp server sent error
ERROR: rtmp server requested close
Also,
http://www14.zippyshare.com/v/60246268/file.htmlLast edited by ASSauLTxMasTER; 2nd Jul 2014 at 16:12.
-
-
[QUOTE=ASSauLTxMasTER;2331142]So, i'm trying to rip an episode from Adult Swim Gold with this command:
Code:rtmpdump -r "rtmpe://cp219687.edgefcs.net:1935/ondemand" -a "ondemand?auth=daEaAaKaPa4aDb5aQascXdSb5dWczcsa8dO-btTgQ7-eS-pmJuDBLrE&aifp=v001&slist=protected/2014-06/ASOE1006111400056801_B3R2" -f "WIN 11,9,900,170" -W "http://z.cdn.turner.com/xslo/cvp/plugins/akamai/streaming/osmf2.0/3.0.3/AkamaiAdvancedStreamingPlugin.swf" -C O:1 -C O:0 -y "mp4:protected/2014-06/ASOE1006111400056801_B3R2.mp4" -o ASOE1006111400056801_B3R2.flv
RTMPDump v2.4
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
WARNING: HandShake: Type mismatch: client sent 6, server answered 10
INFO: Connected...
ERROR: rtmp server sent error
ERROR: rtmp server requested closeCode:http://m.adultswim.com
btw your rtmpdump is outdated use this oneCode:https://github.com/K-S-V/Scripts/releases/download/v2.4/rtmpdump-2.4.zip
-
-
Cristiano, you helped me A LOT. Thank you SO MUCH, man! Now, one more question and I swear that is just this, hahahaha... And when the file is "f4m", what I have to do? Because the code below doesn't work:
Code:ffmpeg -i "http://usahls-i.akamaihd.net/i/NBCU_USA_Network/923/951/130117_2619403_Social_Sector_Week_8__Video_1_2500,.f4m.csmil/master.m3u8?__b__=1000" -c copy video.mkv
Last edited by henrickperes; 2nd Jul 2014 at 20:00.
-
-
Hey, hi..
i'm trying to download this video for months, but i never got it..
https://mediamtvnserv-a.akamaihd.net/embed/mgid:hcx:content:vh1brasil.com.br:1f30e559-...d-a1d894efd809
or
http://vh1brasil.uol.com.br/musica/artistas/lady-gaga/videos/bad-romance-455472/
(this version has some different scenes compared to youtube version)
I've tried everything.. everything.., since RTMPDumpHelper to Getflv ...and .. nothing.
can anyone help me?
I need this video in the highest quality that the stream can provide.
I'll be veery grateful. -
To sysanin and CristianoA
My computer broke down right after my last post
I now see your success
thanks All the best to you both.
Similar Threads
-
How to download a rtmp stream from a website
By krb214 in forum Video Streaming DownloadingReplies: 2Last Post: 26th Jul 2011, 18:08 -
Need some advice on how to download certain rtmp streams
By aveceux in forum Video Streaming DownloadingReplies: 3Last Post: 13th Jun 2011, 08:45 -
Free DivX Pro Software Download
By MJA in forum Video ConversionReplies: 11Last Post: 18th Dec 2010, 07:21 -
RTMP Flash file help?
By xiaofan in forum Newbie / General discussionsReplies: 0Last Post: 3rd Jun 2007, 08:16