VideoHelp Forum
+ Reply to Thread
Results 1 to 11 of 11
Thread
  1. hello,

    can any one help download from :

    ProSport
    Quote Quote  
  2. worked for me
    extract RTMPDumpHelper and RTMPDump from ZIPs
    copy all files from RTMPDump to RTMPDumpHelper folder
    run RTMPDumpHelper.exe and conform that you have this messages:

    Click image for larger version

Name:	01.png
Views:	1399
Size:	77.3 KB
ID:	28513

    Go to link video, select 720pHD and click play
    wait for message Closing connection... done! in command line window:

    Click image for larger version

Name:	02.png
Views:	1507
Size:	61.3 KB
ID:	28514

    Find FLV video file in rtmpdumphelper folder:
    Click image for larger version

Name:	03.png
Views:	214
Size:	181.1 KB
ID:	28515

    If you don't have video file,
    refresh video page and again select 720pHD and click play
    wait for message Closing connection... done!
    Quote Quote  
  3. I did a fresh extraction of files and it worked on the link above. Thanks.

    but why is it not working on this
    Quote Quote  
  4. I think Its different type of stream
    Try download with FFmpeg, but don't know if its will work for 100%

    first you need to get m3u8 link
    720p:
    Code:
    http://l3md.shahid.net/media/l3/2fda1d3fd7ab453cad983544e8ed70e4/d3d47396cf3c43bda4380bfacb7ba708/4f02666509404e7ca5a464ebba7b58af/qalam_humra_s01_e15.mpegts/playlist-9f4c8d2ba8e51aa317a8717af70502fd82bc4428.m3u8
    or 420p:
    Code:
    http://l3md.shahid.net/media/l3/2fda1d3fd7ab453cad983544e8ed70e4/d3d47396cf3c43bda4380bfacb7ba708/ae184036f6c64fa1b960a865b55ab3be/qalam_humra_s01_e15.mpegts/playlist-96bec1be23dd518045b88d072ebf86223d7faf32.m3u8
    Download FFmpeg.exe and copy to C:\
    Open Command line copy paste:

    Code:
    C:\ffmpeg -i "http://l3md.shahid.net/media/l3/2fda1d3fd7ab453cad983544e8ed70e4/d3d47396cf3c43bda4380bfacb7ba708/4f02666509404e7ca5a464ebba7b58af/qalam_humra_s01_e15.mpegts/playlist-9f4c8d2ba8e51aa317a8717af70502fd82bc4428.m3u8" -c copy Video.ts
    this will download video.ts file to C:\

    For more info: https://forum.videohelp.com/threads/361161-Need-help-for-download-a-stream
    Last edited by roma_turok; 14th Nov 2014 at 10:59.
    Quote Quote  
  5. Thanks for your help
    Quote Quote  
  6. Originally Posted by roma_turok View Post
    I think Its different type of stream
    Try download with FFmpeg, but don't know if its will work for 100%

    first you need to get m3u8 link
    720p:
    Code:
    http://l3md.shahid.net/media/l3/2fda1d3fd7ab453cad983544e8ed70e4/d3d47396cf3c43bda4380bfacb7ba708/4f02666509404e7ca5a464ebba7b58af/qalam_humra_s01_e15.mpegts/playlist-9f4c8d2ba8e51aa317a8717af70502fd82bc4428.m3u8
    or 420p:
    Code:
    http://l3md.shahid.net/media/l3/2fda1d3fd7ab453cad983544e8ed70e4/d3d47396cf3c43bda4380bfacb7ba708/ae184036f6c64fa1b960a865b55ab3be/qalam_humra_s01_e15.mpegts/playlist-96bec1be23dd518045b88d072ebf86223d7faf32.m3u8
    Download FFmpeg.exe and copy to C:\
    Open Command line copy paste:

    Code:
    C:\ffmpeg -i "http://l3md.shahid.net/media/l3/2fda1d3fd7ab453cad983544e8ed70e4/d3d47396cf3c43bda4380bfacb7ba708/4f02666509404e7ca5a464ebba7b58af/qalam_humra_s01_e15.mpegts/playlist-9f4c8d2ba8e51aa317a8717af70502fd82bc4428.m3u8" -c copy Video.ts
    this will download video.ts file to C:\

    For more info: https://forum.videohelp.com/threads/361161-Need-help-for-download-a-stream
    How did you know which one of the streams is the HD (720p)?
    Quote Quote  
  7. Originally Posted by kim1406 View Post
    How did you know which one of the streams is the HD (720p)?
    I only know when its start downloading:
    Click image for larger version

Name:	01.jpg
Views:	210
Size:	76.4 KB
ID:	30249
    Quote Quote  
  8. Hi ,

    with the instruction : ffmpeg -i "http:... .m3u8"
    you can get informations directly without downloading .
    See below :
    (1) Stream #0:0: Video: h264 (High) ([27][0][0][0] / 0x001B), yuv420p, 1280x720
    (2) Stream #0:0: Video: h264 (Main) ([27][0][0][0] / 0x001B), yuv420p, 426x240

    Code:
    ====== (1) ===============
    ffmpeg -i "http://l3md.shahid.net/media/l3/2fda1d3fd7ab453cad983544e8ed70e4/d3d47396cf3c43bda4380bfacb7ba708/4f02666509404e7ca5a464ebba7b58af/qalam_humra_s01_e15.mpegts/playlist-9f4c8d2ba8e51aa317a8717af70502fd82bc4428.m3u8"
    
    Input #0, hls,applehttp, from 'http://l3md.shahid.net/media/l3/2fda1d3fd7ab453cad983544e8ed70e4/d3d47396cf3c43bda4380bfacb7ba708/4f02666509404e7ca5a464ebba7b58af/qalam_humra_s01_e15.mpegts/playlist-9f4c8d2ba8e51aa317a8717af70502fd82bc4428.m3u8':
      Duration: 00:42:46.47, start: 9.953556, bitrate: 0 kb/s
      Program 0
        Metadata:
          variant_bitrate : 0
        Stream #0:0: Video: h264 (High) ([27][0][0][0] / 0x001B), yuv420p, 1280x720 [SAR 1:1 DAR 16:9], 25 fps, 25 tbr, 90k tbn, 50 tbc
        Stream #0:1: Audio: aac ([15][0][0][0] / 0x000F), 44100 Hz, stereo, fltp, 194 kb/s
    
    ====== (2) ===============
    ffmpeg -i "http://l3md.shahid.net/media/l3/2fda1d3fd7ab453cad983544e8ed70e4/d3d47396cf3c43bda4380bfacb7ba708/4f02666509404e7ca5a464ebba7b58af/qalam_humra_s01_e15.mpegts/playlist-9f4c8d2ba8e51aa317a8717af70502fd82bc4428.m3u8"
    
    Input #0, hls,applehttp, from 'http://l3md.shahid.net/media/l3/2fda1d3fd7ab453cad983544e8ed70e4/d3d47396cf3c43bda4380bfacb7ba708/ae184036f6c64fa1b960a865b55ab3be/qalam_humra_s01_e15.mpegts/playlist-96bec1be23dd518045b88d072ebf86223d7faf32.m3u8':
      Duration: 00:42:46.47, start: 9.953556, bitrate: 0 kb/s
      Program 0
        Metadata:
          variant_bitrate : 0
        Stream #0:0: Video: h264 (Main) ([27][0][0][0] / 0x001B), yuv420p, 426x240 [SAR 1:1 DAR 71:40], 25 fps, 25 tbr, 90k tbn, 50 tbc
        Stream #0:1: Audio: aac ([15][0][0][0] / 0x000F), 44100 Hz, stereo, fltp, 64 kb/s
    =======================
    Cheers .
    JE SUIS CHARLIE !!!
    Quote Quote  
  9. Of course I don't mean you need download to see what resolution
    I meant when its start download you can see resolution then you can close it
    or stay open if you want to download
    Quote Quote  
Visit our sponsor! Try DVDFab and backup Blu-rays!