VideoHelp Forum




+ Reply to Thread
Page 89 of 154
FirstFirst ... 39 79 87 88 89 90 91 99 139 ... LastLast
Results 2,641 to 2,670 of 4610
  1. Member
    Join Date
    Jul 2014
    Location
    São Paulo, Brazil
    Search PM
    Anyone can help me download this video, in .f4m extension, please?

    Link to the video:

    http://www.usanetwork.com/psych/videos/social-sector-week-8-video-1

    And the code that I made (I think that is wrong):

    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
    Thanks for attention!
    Quote Quote  
  2. Originally Posted by BlueStone View Post
    Hi guys , while capturing a stream using ffmpeg , sometimes , the download is interrupted before completing the file , so i wonder if its possible to resume an interrupted download! .
    This is the code and link for the m3u8 file , used in ffmpeg .
    Code:
    ffmpeg -i "http://l3md.shahid.net/media/l3/2fda1d3fd7ab453cad983544e8ed70e4/71a59161ad174d61ab2991f1938b6bb7/e37a7343d01d4f48b5c81ff8fe3ccd10/stars_of_science_s05_new_e23_daily.mpegts/playlist-f42db71c8f1536eb5d9e7a286f07b485a57c31da.m3u8" -c copy t.ts
    please any one can help me with this ?
    Quote Quote  
  3. Originally Posted by BlueStone View Post
    Originally Posted by BlueStone View Post
    Hi guys , while capturing a stream using ffmpeg , sometimes , the download is interrupted before completing the file , so i wonder if its possible to resume an interrupted download! .
    This is the code and link for the m3u8 file , used in ffmpeg .
    Code:
    ffmpeg -i "http://l3md.shahid.net/media/l3/2fda1d3fd7ab453cad983544e8ed70e4/71a59161ad174d61ab2991f1938b6bb7/e37a7343d01d4f48b5c81ff8fe3ccd10/stars_of_science_s05_new_e23_daily.mpegts/playlist-f42db71c8f1536eb5d9e7a286f07b485a57c31da.m3u8" -c copy t.ts
    please any one can help me with this ?
    try use newest version of ffmpeg http://ffmpeg.zeranoe.com/builds/
    Quote Quote  
  4. Hi bit of a noobie when it comes to downloading videos but i'm a quick learner so any help would be very much appreciated!

    So i'm trying to download this video:
    https://uk.news.yahoo.com/video/selfie-enhancing-apps-081259862.html

    I've always had problems trying to download any videos from https://uk.news.yahoo.com, i've tried using programs/add-ons like:
    DownloadHelper
    Flash and Video Download
    CacheViewer
    Orbit
    Stream Transport
    URLSnooper 2
    Replay Media Catcher 5

    But whatever i use either no video is found or the program downloads the 20 second advert before the main video instead.

    Could somebody help me out and teach me how to download videos from this site. Thank you!!!
    Quote Quote  
  5. Member
    Join Date
    Jul 2014
    Location
    Indonesia
    Search Comp PM
    Sory im newbie, Can someone please tell me how can I download this video in 480p ?

    http://www.startv.in/episodes/bheem-vows-to-kill-duryodhan-and-his-brothers/68089

    Thanks before
    Quote Quote  
  6. Deceased
    Join Date
    Dec 2007
    Search PM
    Originally Posted by nurkarim View Post
    Sory im newbie, Can someone please tell me how can I download this video in 480p ?

    http://www.startv.in/episodes/bheem-vows-to-kill-duryodhan-and-his-brothers/68089

    Thanks before
    The highest may be only 360p. Do you see a setting for 480p?
    Code:
    http://media.startv.in/newstream/star/starplus/mahabharat/230/lf_1000.mp4
    Quote Quote  
  7. hey,

    could anyone please help me to get the hellfest 2014 HD streams from http://concert.arte.tv/de/collections/hellfest

    I tried it with streamtransport which worked the years before but this time it didn't. Any help how to get those via rtmp or ffdshow would be great. thanks a lot
    Last edited by Gwar; 5th Jul 2014 at 08:48.
    Quote Quote  
  8. Originally Posted by Gwar View Post
    hey,

    could anyone please help me to get the hellfest 2014 HD streams from http://concert.arte.tv/de/collections/hellfest

    I tried it with streamtransport which worked the years before but this time it didn't. Any help how to get those via rtmp or ffdshow would be great. thanks a lot
    try with IDM

    ex:
    Dagoba beim Hellfest
    720p
    Code:
    http://artestras.vo.llnwxd.net/o35/nogeo/ALW/054000/054200/054228-010-B_SQ_0_VO_01342812_MP4-2200_AMM-ALW.mp4
    Click image for larger version

Name:	122.jpg
Views:	285
Size:	157.5 KB
ID:	26110
    Quote Quote  
  9. I just found this information in the sourcecode of the website

    try use


    Code:

    ffmpeg -i "http://livestream-f.akamaihd.net/i/3820269_111021_baa3a490_1@111021/index_1756_av-p.m3u8?sd=10&dw=100&rebase=on&hdnea=st=1401571461~  exp=1401572361~acl=/i/3820269_111021_baa3a490_1@111021/*~hmac=41f391f3e8267d676c34da76883697366c77b45df8e  a566b6c523d05389f8b61" -c copy t.mkv




    I tried to download it with this ffdshow command

    ffmpeg -i "http://livestream-f.akamaihd.net/i/3820269_111021_baa3a490_1@111021/index_1756_av-p.m3u8&rebase=on" -c copy t.mkv
    and also with this one

    ffmpeg -i "http://livestream-f.akamaihd.net/i/3820269_111021_baa3a490_1@111021/index_1756_av-p.m3u8?sd=10&dw=100&rebase=on&hdnea=st=1401571461~ exp=1401572361~acl=/i/3820269_111021_baa3a490_1@111021/*~hmac=41f391f3e8267d676c34da76883697366c77b45df8e a566b6c523d05389f8b61" -c copy t.mkv" -c copy t.mkv
    but both didn't work. I try your internet download manager now.

    thanks
    -gwar
    Quote Quote  
  • thanks a lot IDtox. your idm worked great !
    Quote Quote  
  • Member
    Join Date
    Jul 2014
    Location
    Bangladesh
    Search PM
    Hi could use some help in trying to get the rtmp link all/either of the five channels listed here in this site: http://www.dotinternetbd.com/tv/. from the source I can get the rtmp links like this:

    HTML Code:
    playlist: [{
         image: "images/gtv.png", repeat: "always", shuffle: "false", file: "rtmp://tv.dotinternetbd.com/live/gtv_1", title: "GAZI TV 1Mbps"
            },{
         image: "images/gtv.png", file: "rtmp://tv.dotinternetbd.com/live/gtv_2", title: "GAZI TV 512Kbps"
            },{
         image: "images/sixlogo.png", file: "rtmp://tv.dotinternetbd.com/live/livestream2", title: "SONY SIX"
            },{
         image: "images/zoom.png", file: "rtmp://tv.dotinternetbd.com/live/zoom", title: "ZOOM TV"
            },{
         image: "images/sonymix.png", file: "rtmp://tv.dotinternetbd.com/live/sonymix", title: "SONY MIX"
            },{
        }],
    but I would like to be able to play them using vlc, any idea how I would go about doing it? Thanks for any help.
    Quote Quote  
  • can somebody help me downloading from this site (rtmp dump)?

    http://live.drakulastream.eu/static/popups/22705105470870.html
    Last edited by sasa8y; 6th Jul 2014 at 22:28.
    Quote Quote  
  • Member
    Join Date
    Jul 2014
    Location
    Vietnam
    Search PM
    Hi everyone, I'm a newbie here. I'm trying to download vids from naver with this method but it seem so hard for me.
    Somebody please help me.

    I need download vid from this link: http://tvcast.naver.com/v/174060/, it's just available for Korean, I changed proxy and follow what the #1guide, but nothing happen.

    Please show me how can I get link to download vid from this, I have some vid from this website need to download.
    Quote Quote  
  • ...
    Last edited by sysanin; 13th Nov 2015 at 18:00.
    Quote Quote  
  • Member
    Join Date
    Apr 2014
    Location
    prince26121991
    Search Comp PM
    Is it possible to download this video!
    http://erosnow.com/#!/tv/watch/1005680/comedy-nights-with-kapil/6131417/6160110/22nd-j...--full-episode

    One of my friend download some other video from same site using This method

    Code:
    rtmpdump -r "rtmpe://moviestreaming.erosnow.com/cfx/st" -a "cfx/st" -f "WIN 11,5,502,135" -W "http://erosnow.com/flowplayer/flowplayer.commercial-3.2.12.swf" -p "http://erosnow.com/" -y "mp4:movie/0/1004880/fulllength/6104507/1004880_6104507_1280_720_192_2944.mp4?Expires=(mov ie length)&Signature=(Signature Key)&Key-Pair-Id=(Pair Key)" -o 1004880_6104507_1280_720_192_2944.mp4

    But I dnt knw How n he is not looking interested to tell me!
    I tried rtmpdump helper but I am not getting any rtmpe link in it!
    Quote Quote  
  • Member
    Join Date
    Jul 2014
    Location
    Brasil
    Search PM
    Hi, Im from Brazil.

    I'll buy a course on this site (http://www.silviosande.com.br/cursos/detalhe/isoladas/50).

    You must select the course (Noções de Contabilidade - R$ 170,00) and click on the shopping cart. On the next screen, has a video presentation of the course. Before buying, I need to know if it is possible to download that demo video.


    Could someone help me?
    Quote Quote  
  • Hi, I could use some help.

    I'm trying to use rtmpdump to get a video from Azubu.tv.
    The vod is located here: http://www.azubu.tv/voyboy#!/play/4711/voyboy
    I used URLSnooper to find the location of the RTMP: rtmp://brightcove-83.fcod.llnwd.net:1935/a500/d16

    I've got all the files related to rtmp in C:\Temp.

    As in the first post, I'm entering
    Code:
    "C:\Temp\rtmpdump.exe" -r "rtmp://brightcove-83.fcod.llnwd.net:1935/a500/d16" -o "C:\Temp\video.flv"
    I'm getting an error in the command prompt upon entering the command line.

    The error states:
    INFO: Connected...
    ERROR: rtmp server sent error
    ERROR: rtmp server requested close


    If anyone could point me in the right direction, I'd be eternally grateful.
    Quote Quote  
  • Originally Posted by PrincePyro View Post
    Hi, I could use some help.

    I'm trying to use rtmpdump to get a video from Azubu.tv.
    The vod is located here: http://www.azubu.tv/voyboy#!/play/4711/voyboy
    I used URLSnooper to find the location of the RTMP: rtmp://brightcove-83.fcod.llnwd.net:1935/a500/d16

    I've got all the files related to rtmp in C:\Temp.

    As in the first post, I'm entering
    Code:
    "C:\Temp\rtmpdump.exe" -r "rtmp://brightcove-83.fcod.llnwd.net:1935/a500/d16" -o "C:\Temp\video.flv"
    I'm getting an error in the command prompt upon entering the command line.

    The error states:
    INFO: Connected...
    ERROR: rtmp server sent error
    ERROR: rtmp server requested close


    If anyone could point me in the right direction, I'd be eternally grateful.
    Use RTMPDumpHelper + RTMPDump

    Code:
    rtmpdump -r "rtmp://brightcove-83.fcod.llnwd.net:1935/a500/d16" -a "a500/d16?videoId=3662128608001&lineUpId=&pubId=3361910549001&playerId=3450490480001&affiliateId=" -f "WIN 14,0,0,125" -W "http://admin.brightcove.com/viewer/us20140703.1248/federatedVideoUI/BrightcovePlayer.swf" -p "http://www.azubu.tv/voyboy#!/play/4711/voyboy" -C B:0 -C S:mp4:media/3361910549001/201407/2067/3361910549001_3662086540001_video4711CHVoyboy.mp4&1404828000000&ac37e4ba9c3336818c52d7d1edbdd721 -y "mp4:media/3361910549001/201407/2067/3361910549001_3662086540001_video4711CHVoyboy.mp4?videoId=3662128608001&lineUpId=&pubId=3361910549001&playerId=3450490480001&affiliateId=" -o "2014-07-08_05-35-36_3361910549001_3662086540001_video4711CHVoyboy.flv"
    Quote Quote  
  • ...
    Last edited by sysanin; 13th Nov 2015 at 18:00.
    Quote Quote  
  • Originally Posted by CristianoA View Post
    Use RTMPDumpHelper + RTMPDump

    Code:
    rtmpdump -r "rtmp://brightcove-83.fcod.llnwd.net:1935/a500/d16" -a "a500/d16?videoId=3662128608001&lineUpId=&pubId=3361910549001&playerId=3450490480001&affiliateId=" -f "WIN 14,0,0,125" -W "http://admin.brightcove.com/viewer/us20140703.1248/federatedVideoUI/BrightcovePlayer.swf" -p "http://www.azubu.tv/voyboy#!/play/4711/voyboy" -C B:0 -C S:mp4:media/3361910549001/201407/2067/3361910549001_3662086540001_video4711CHVoyboy.mp4&1404828000000&ac37e4ba9c3336818c52d7d1edbdd721 -y "mp4:media/3361910549001/201407/2067/3361910549001_3662086540001_video4711CHVoyboy.mp4?videoId=3662128608001&lineUpId=&pubId=3361910549001&playerId=3450490480001&affiliateId=" -o "2014-07-08_05-35-36_3361910549001_3662086540001_video4711CHVoyboy.flv"
    When I try that, it returns the same error messages, unfortunately. I'm not sure what's causing the errors. I can't even get RTMDDumpHelper to find what I'm looking for. Are there still issues running it with Chrome?

    Originally Posted by sysanin View Post
    Originally Posted by PrincePyro View Post
    If anyone could point me in the right direction, I'd be eternally grateful.
    IDM (2.33Gb)
    Code:
    http://brightcove.vo.llnwd.net/pd16/media/3361910549001/201407/2067/3361910549001_3662086540001_video4711CHVoyboy.mp4
    That is beautiful, man. That's exactly what I needed, and is about a million times easier than trying to figure out what I'm doing wrong with RTMPDump. Thanks, friend. You've saved me a massive headache
    Quote Quote  
  • Member
    Join Date
    Jul 2014
    Location
    Bangladesh
    Search PM
    Originally Posted by sysanin View Post

    Originally Posted by pavs View Post
    Hi could use some help in trying to get the rtmp link all/either of the five channels listed here in this site: http://www.dotinternetbd.com/tv/
    Code:
    rtmpdump -r "rtmp://tv.dotinternetbd.com/live/" -a "live/" -f "WIN 14,0,0,125" -W "http://www.dotinternetbd.com/tv/jwplayer.flash.swf" -p "http://www.dotinternetbd.com/tv/" --live -y "gtv_1" | "C:\Program Files\VideoLAN\VLC\vlc.exe" -


    To select a channel, change the parameter - y "gtv_2" ("zoom" "livestream2" "sonymix")

    Thanks sysanin you are the best. As a followup can you or anyone else help in re-streaming this stream in rtmp? I am on ubuntu and I tries this but doesn't seem to work:

    Code:
    sudo rtmpdump -r "rtmp://tv.dotinternetbd.com/live/" -a "live/" -f "LNX 14,0,0,125" -W "http://www.dotinternetbd.com/tv/jwplayer.flash.swf" -p "http://www.dotinternetbd.com/tv/" --live -y "gtv_2" | ffmpeg -re -i - -sn -vcodec copy -acodec copy -f flv "rtmp://127.0.0.1:1935/live/tv"

    After about 15-20 second I get this error: RTMP_Connect0, failed to connect socket. 111 (Connection refused)

    Any help with is is appreciated.
    Quote Quote  
  • Member
    Join Date
    Jul 2014
    Location
    Indonesia
    Search Comp PM
    Can someone please tell me how can I download this video in 480p ?

    http://www.dailymotion.com/embed/video/k6IbEuA9asMOny8j9hH?syndication=128180

    Thanks before
    Quote Quote  
  • Originally Posted by nurkarim View Post
    Can someone please tell me how can I download this video in 480p ?

    http://www.dailymotion.com/embed/video/k6IbEuA9asMOny8j9hH?syndication=128180

    Thanks before
    Code:
    http://www.dailymotion.com/cdn/H264-848x480/video/x213hhx.mp4?auth=1405168388-2562-o4sunk96-2b8cf695fcb6399602cab514ee8b25ec
    Last edited by IDTox; 10th Jul 2014 at 11:09.
    Quote Quote  
  • Hello. new here. Need a suggestion for this page containing a video:

    http://www.cbc.ca/player/News/Canada/NL/ID/2472373187/

    (Apparently the CBC recently changed their video player to Comcast's ThePlatform PDK, no more than a week or two ago, I think.)
    Quote Quote  
  • Hi.
    I am new.
    Anybody knows if it is possible to make a link working in vlc player containing this movie ?

    http://flashx.tv/video/QM5DEZFSECA2YV8/Rio-2-2014-BRRip-XviD-AC3-SuperNova

    Thanks for any help.
    Quote Quote  
  • Originally Posted by spider78 View Post
    Hi.
    I am new.
    Anybody knows if it is possible to make a link working in vlc player containing this movie ?

    http://flashx.tv/video/QM5DEZFSECA2YV8/Rio-2-2014-BRRip-XviD-AC3-SuperNova

    Thanks for any help.
    Code:
    http://fx011.flashx.tv:8080/video/2014/06/29---ozucs8f174YqL_ryERtnow---1405076870---140404424185b5a.flv
    Last edited by chapun67; 11th Jul 2014 at 00:08.
    Quote Quote  
  • Originally Posted by chapun67 View Post
    Originally Posted by spider78 View Post
    Hi.
    I am new.
    Anybody knows if it is possible to make a link working in vlc player containing this movie ?

    http://flashx.tv/video/QM5DEZFSECA2YV8/Rio-2-2014-BRRip-XviD-AC3-SuperNova

    Thanks for any help.
    Code:
    http://fx011.flashx.tv:8080/video/2014/06/29---ozucs8f174YqL_ryERtnow---1405076870---140404424185b5a.flv

    Thanks for replying.
    The problem is that this link will not be working after some hours.
    Is there any way we can have a permanent link ?
    Quote Quote  
  • Hi all, I've been trying to download this whole video with various methods and software:
    http://eurovision.digotel.com/ea/index.html?video_id=11981
    but I'm still unable to save the video in its integrity, only small parts.
    Do you know which is the best solution to download it, at the best quality and as full as possible? I will appreciate indeed.
    Thank you very much for your help.
    Quote Quote  



  • Similar Threads

    Visit our sponsor! Try DVDFab and backup Blu-rays!