VideoHelp Forum




+ Reply to Thread
Results 1 to 4 of 4
  1. can anyone tell me how to use rtmpdump to download these videos

    http://cwtv.com/shows/the-flash/revenge-of-the-rogues/?play=a197b2ee-8b4b-48cd-9213-34a65adc8079

    http://cwtv.com/shows/arrow/the-climb/?play=016fd038-616a-4405-ad53-7d7fd5c16deb

    http://www.fox.com/watch/427083331754/7684182528

    http://www.cbs.com/shows/zoo/video/9Tjcslt_5XXF8IveGa5Q3PuXOM4kXifF/zoo-this-is-what-it-sounds-like/

    I have never used rtmpdump so would need a detailed simple guide please

    And can you please tell me how to get the correct URL to videos from them sites as
    There's alot more videos that I want to download

    Also how can I choose what quality I want to download? 480p 720p etc...

    Thanks
    Quote Quote  
  2. Originally Posted by blade2005 View Post
    can anyone tell me how to use rtmpdump to download these videos

    http://cwtv.com/shows/the-flash/revenge-of-the-rogues/?play=a197b2ee-8b4b-48cd-9213-34a65adc8079

    http://cwtv.com/shows/arrow/the-climb/?play=016fd038-616a-4405-ad53-7d7fd5c16deb

    http://www.fox.com/watch/427083331754/7684182528

    http://www.cbs.com/shows/zoo/video/9Tjcslt_5XXF8IveGa5Q3PuXOM4kXifF/zoo-this-is-what-it-sounds-like/

    I have never used rtmpdump so would need a detailed simple guide please

    And can you please tell me how to get the correct URL to videos from them sites as
    There's alot more videos that I want to download

    Also how can I choose what quality I want to download? 480p 720p etc...

    Thanks


    Code:
    https://www.cwtv.com/ioshlskeys/videos/2015/01/16/TheFlash-110-RevengeofTheRogues-3J5360-CW-Stereo_a7029ca49.m3u8
    Code:
    https://www.cwtv.com/ioshlskeys/videos/2014/12/09/Arrow-309-TheClimb-3J5159-CW-Stereo_b1c159d7d.m3u8

    fox

    Code:
    http://link.theplatform.com/s/fox.com/QJ_yaOALeViR?mbr=true&manifest=m3u&callback=jquery
    cbs

    Code:
    http://link.theplatform.com/s/dJ5BDC/_aL9JyWa4pK_?mbr=true&manifest=m3u&callback=jquery

    to have m3u8 link
    Quote Quote  
  3. thanks for the reply but can you please tell me how to run rtmpdump
    (when I click the .exe it flashes black screen) and where would I need to paste the URLs you gave me?

    thank you
    Quote Quote  
  4. Originally Posted by blade2005 View Post
    thanks for the reply but can you please tell me how to run rtmpdump
    (when I click the .exe it flashes black screen) and where would I need to paste the URLs you gave me?

    thank you
    you can't use rtmpdump.exe because not rtmp protocol but hls protocol (m3u8)

    you can use ffmpeg or livestreamer

    Nota: ffmpeg livestreamer and rtmpdump are tools run in command line with command prompt

    so for example for this m3u8 link
    Code:
    https://www.cwtv.com/ioshlskeys/videos/2015/01/16/TheFlash-110-RevengeofTheRogues-3J5360-CW-Stereo_a7029ca49.m3u8
    in command prompt

    Code:
    livestreamer "hlsvariant://https://www.cwtv.com/ioshlskeys/videos/2015/01/16/TheFlash-110-RevengeofTheRogues-3J5360-CW-Stereo_a7029ca49.m3u8" best -o video.ts
    or

    Code:
    ffmpeg -i "https://www.cwtv.com/ioshlskeys/videos/2015/01/16/TheFlash-110-RevengeofTheRogues-3J5360-CW-Stereo_a7029ca49.m3u8" -c copy video.ts
    Quote Quote  



Similar Threads

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