VideoHelp Forum
+ Reply to Thread
Results 1 to 5 of 5
Thread
  1. Hey everyone,

    can someone please show me how to download HTML5 video streams from this website?

    xxxxx


    Thanks very much!
    Last edited by rogue2020; 23rd Feb 2020 at 04:31.
    Quote Quote  
  2. Member
    Join Date
    Nov 2015
    Location
    Campuchia - Sapoche
    Search Comp PM
    Originally Posted by rogue2020 View Post
    Hey everyone,

    can someone please show me how to download HTML5 video streams from this website?

    https://www.nicabm.com/radical-compassion-1/content-2/?_lay


    Thanks very much!
    I used IDM to download direct link

    Code:
    https://embedwistia-a.akamaihd.net/deliveries/5c11bf021f1b1039d0e300c863f58bbe5ad15c59.ts
    Here is info this file

    Code:
    Format                      : MPEG-TS
    File size                   : 115 MiB
    Duration                    : 10mn 14s
    Overall bit rate mode       : Variable
    Overall bit rate            : 1 575 Kbps
    
    Video
    ID                          : 257 (0x101)
    Menu ID                     : 1 (0x1)
    Format                      : AVC
    Format/Info                 : Advanced Video Codec
    Format profile              : High@L3.1
    Format settings, CABAC      : Yes
    Format settings, ReFrames   : 4 frames
    Codec ID                    : 27
    Duration                    : 10mn 14s
    Width                       : 1 280 pixels
    Height                      : 720 pixels
    Display aspect ratio        : 16:9
    Frame rate mode             : Variable
    Color space                 : YUV
    Chroma subsampling          : 4:2:0
    Bit depth                   : 8 bits
    Scan type                   : Progressive
    Writing library             : x264 core 155
    
    Audio
    ID                          : 256 (0x100)
    Menu ID                     : 1 (0x1)
    Format                      : AAC
    Format/Info                 : Advanced Audio Codec
    Format version              : Version 4
    Format profile              : LC
    Muxing mode                 : ADTS
    Codec ID                    : 15
    Duration                    : 10mn 15s
    Bit rate mode               : Variable
    Channel(s)                  : 2 channels
    Channel positions           : Front: L R
    Sampling rate               : 44.1 KHz
    Compression mode            : Lossy
    Delay relative to video     : -47ms
    Language                    : English
    Used ffmpeg to get info .mp4

    Code:
    D:\Capture TV\ffmpeg\bin>ffmpeg -i "https://embedwistia-a.akamaihd.net/deliverie
    s/5c11bf021f1b1039d0e300c863f58bbe5ad15c59.ts"
    ffmpeg version 4.2 Copyright (c) 2000-2019 the FFmpeg developers
      built with gcc 9.1.1 (GCC) 20190807
      configuration: --enable-gpl --enable-version3 --enable-sdl2 --enable-fontconfi
    g --enable-gnutls --enable-iconv --enable-libass --enable-libdav1d --enable-libb
    luray --enable-libfreetype --enable-libmp3lame --enable-libopencore-amrnb --enab
    le-libopencore-amrwb --enable-libopenjpeg --enable-libopus --enable-libshine --e
    nable-libsnappy --enable-libsoxr --enable-libtheora --enable-libtwolame --enable
    -libvpx --enable-libwavpack --enable-libwebp --enable-libx264 --enable-libx265 -
    -enable-libxml2 --enable-libzimg --enable-lzma --enable-zlib --enable-gmp --enab
    le-libvidstab --enable-libvorbis --enable-libvo-amrwbenc --enable-libmysofa --en
    able-libspeex --enable-libxvid --enable-libaom --enable-libmfx --enable-amf --en
    able-ffnvcodec --enable-cuvid --enable-d3d11va --enable-nvenc --enable-nvdec --e
    nable-dxva2 --enable-avisynth --enable-libopenmpt
      libavutil      56. 31.100 / 56. 31.100
      libavcodec     58. 54.100 / 58. 54.100
      libavformat    58. 29.100 / 58. 29.100
      libavdevice    58.  8.100 / 58.  8.100
      libavfilter     7. 57.100 /  7. 57.100
      libswscale      5.  5.100 /  5.  5.100
      libswresample   3.  5.100 /  3.  5.100
      libpostproc    55.  5.100 / 55.  5.100
    Input #0, mpegts, from 'https://embedwistia-a.akamaihd.net/deliveries/5c11bf021f
    1b1039d0e300c863f58bbe5ad15c59.ts':
      Duration: 00:10:15.05, start: 1.420289, bitrate: 1575 kb/s
      Program 1
        Metadata:
          service_name    : Service01
          service_provider: FFmpeg
        Stream #0:0[0x100](eng): Audio: aac (LC) ([15][0][0][0] / 0x000F), 44100 Hz,
     stereo, fltp, 125 kb/s
        Stream #0:1[0x101]: Video: h264 (High) ([27][0][0][0] / 0x001B), yuv420p(pro
    gressive), 1280x720 [SAR 1:1 DAR 16:9], 29.97 fps, 29.97 tbr, 90k tbn, 59.94 tbc
    Code to download

    Code:
    D:\Capture TV\ffmpeg\bin>ffmpeg -i "https://embedwistia-a.akamaihd.net/deliverie
    s/5c11bf021f1b1039d0e300c863f58bbe5ad15c59.ts" -c copy test.mp4
    ffmpeg version 4.2 Copyright (c) 2000-2019 the FFmpeg developers
      built with gcc 9.1.1 (GCC) 20190807
      configuration: --enable-gpl --enable-version3 --enable-sdl2 --enable-fontconfi
    g --enable-gnutls --enable-iconv --enable-libass --enable-libdav1d --enable-libb
    luray --enable-libfreetype --enable-libmp3lame --enable-libopencore-amrnb --enab
    le-libopencore-amrwb --enable-libopenjpeg --enable-libopus --enable-libshine --e
    nable-libsnappy --enable-libsoxr --enable-libtheora --enable-libtwolame --enable
    -libvpx --enable-libwavpack --enable-libwebp --enable-libx264 --enable-libx265 -
    -enable-libxml2 --enable-libzimg --enable-lzma --enable-zlib --enable-gmp --enab
    le-libvidstab --enable-libvorbis --enable-libvo-amrwbenc --enable-libmysofa --en
    able-libspeex --enable-libxvid --enable-libaom --enable-libmfx --enable-amf --en
    able-ffnvcodec --enable-cuvid --enable-d3d11va --enable-nvenc --enable-nvdec --e
    nable-dxva2 --enable-avisynth --enable-libopenmpt
      libavutil      56. 31.100 / 56. 31.100
      libavcodec     58. 54.100 / 58. 54.100
      libavformat    58. 29.100 / 58. 29.100
      libavdevice    58.  8.100 / 58.  8.100
      libavfilter     7. 57.100 /  7. 57.100
      libswscale      5.  5.100 /  5.  5.100
      libswresample   3.  5.100 /  3.  5.100
      libpostproc    55.  5.100 / 55.  5.100
    Input #0, mpegts, from 'https://embedwistia-a.akamaihd.net/deliveries/5c11bf021f
    1b1039d0e300c863f58bbe5ad15c59.ts':
      Duration: 00:10:15.05, start: 1.420289, bitrate: 1575 kb/s
      Program 1
        Metadata:
          service_name    : Service01
          service_provider: FFmpeg
        Stream #0:0[0x100](eng): Audio: aac (LC) ([15][0][0][0] / 0x000F), 44100 Hz,
     stereo, fltp, 125 kb/s
        Stream #0:1[0x101]: Video: h264 (High) ([27][0][0][0] / 0x001B), yuv420p(pro
    gressive), 1280x720 [SAR 1:1 DAR 16:9], 29.97 fps, 29.97 tbr, 90k tbn, 59.94 tbc
    
    Output #0, mp4, to 'test.mp4':
      Metadata:
        encoder         : Lavf58.29.100
        Stream #0:0: Video: h264 (High) (avc1 / 0x31637661), yuv420p(progressive), 1
    280x720 [SAR 1:1 DAR 16:9], q=2-31, 29.97 fps, 29.97 tbr, 90k tbn, 90k tbc
        Stream #0:1(eng): Audio: aac (LC) (mp4a / 0x6134706D), 44100 Hz, stereo, flt
    p, 125 kb/s
    Stream mapping:
      Stream #0:1 -> #0:0 (copy)
      Stream #0:0 -> #0:1 (copy)
    Press [q] to stop, [?] for help
    frame=17801 fps=648 q=-1.0 size=  108800kB time=00:09:53.90 bitrate=1500.7kbits/
    frame=18157 fps=649 q=-1.0 size=  111360kB time=00:10:05.78 bitrate=1505.9kbits/
    frame=18431 fps=651 q=-1.0 Lsize=  113728kB time=00:10:15.02 bitrate=1514.8kbits
    /s speed=21.7x
    video:103448kB audio:9791kB subtitle:0kB other streams:0kB global headers:0kB mu
    xing overhead: 0.431433%
    Last edited by therain; 21st Sep 2019 at 05:26.
    Quote Quote  
  3. Hey bro,

    Thanks very much for the link. I can't seem to get IDM to work on my computer, I have no idea why.

    Would you mind giving me the video direct links for the other 2 parts from the same website?

    https://www.nicabm.com/radical-compassion-1/content-1/?_lay

    https://www.nicabm.com/radical-compassion-1/content-3/?_lay


    I can convert the ts videos to MP4.


    Many thanks in advance...
    Quote Quote  
  4. Member
    Join Date
    Nov 2015
    Location
    Campuchia - Sapoche
    Search Comp PM
    Originally Posted by rogue2020 View Post
    Hey bro,

    Thanks very much for the link. I can't seem to get IDM to work on my computer, I have no idea why.

    Would you mind giving me the video direct links for the other 2 parts from the same website?

    https://www.nicabm.com/radical-compassion-1/content-1/?_lay

    https://www.nicabm.com/radical-compassion-1/content-3/?_lay


    I can convert the ts videos to MP4.


    Many thanks in advance...
    You can used a browser's Developer Tools (F12) -- watched the Network traffic as the page loaded and the video played .ts

    Open link with Chrome --> Dev Tools (F12) --> play this video --> tab Network (see attached file for more detail)

    I get direct link and add URL to IDM download file .ts or used FFmpeg download file .mp4
    Code:
    https://embedwistia-a.akamaihd.net/deliveries/ad627bfe3c10facd925d462d44b47b844b747568.ts
    For example--> https://www.nicabm.com/radical-compassion-1/content-1/?_lay


    Code:
    D:\Capture TV\ffmpeg\bin>ffmpeg -i "https://embedwistia-a.akamaihd.net/deliverie
    s/ad627bfe3c10facd925d462d44b47b844b747568.ts"
    ffmpeg version 4.2 Copyright (c) 2000-2019 the FFmpeg developers
      built with gcc 9.1.1 (GCC) 20190807
      configuration: --enable-gpl --enable-version3 --enable-sdl2 --enable-fontconfi
    g --enable-gnutls --enable-iconv --enable-libass --enable-libdav1d --enable-libb
    luray --enable-libfreetype --enable-libmp3lame --enable-libopencore-amrnb --enab
    le-libopencore-amrwb --enable-libopenjpeg --enable-libopus --enable-libshine --e
    nable-libsnappy --enable-libsoxr --enable-libtheora --enable-libtwolame --enable
    -libvpx --enable-libwavpack --enable-libwebp --enable-libx264 --enable-libx265 -
    -enable-libxml2 --enable-libzimg --enable-lzma --enable-zlib --enable-gmp --enab
    le-libvidstab --enable-libvorbis --enable-libvo-amrwbenc --enable-libmysofa --en
    able-libspeex --enable-libxvid --enable-libaom --enable-libmfx --enable-amf --en
    able-ffnvcodec --enable-cuvid --enable-d3d11va --enable-nvenc --enable-nvdec --e
    nable-dxva2 --enable-avisynth --enable-libopenmpt
      libavutil      56. 31.100 / 56. 31.100
      libavcodec     58. 54.100 / 58. 54.100
      libavformat    58. 29.100 / 58. 29.100
      libavdevice    58.  8.100 / 58.  8.100
      libavfilter     7. 57.100 /  7. 57.100
      libswscale      5.  5.100 /  5.  5.100
      libswresample   3.  5.100 /  3.  5.100
      libpostproc    55.  5.100 / 55.  5.100
    Input #0, mpegts, from 'https://embedwistia-a.akamaihd.net/deliveries/ad627bfe3c
    10facd925d462d44b47b844b747568.ts':
      Duration: 00:10:31.58, start: 1.420289, bitrate: 1818 kb/s
      Program 1
        Metadata:
          service_name    : Service01
          service_provider: FFmpeg
        Stream #0:0[0x100](eng): Audio: aac (LC) ([15][0][0][0] / 0x000F), 44100 Hz,
     stereo, fltp, 128 kb/s
        Stream #0:1[0x101]: Video: h264 (High) ([27][0][0][0] / 0x001B), yuv420p(pro
    gressive), 1280x720 [SAR 1:1 DAR 16:9], 29.97 fps, 29.97 tbr, 90k tbn, 59.94 tbc
    Image Attached Thumbnails Click image for larger version

Name:	nicabm.jpg
Views:	1114
Size:	222.0 KB
ID:	50252  

    Last edited by therain; 22nd Sep 2019 at 05:15.
    Quote Quote  
  5. Hi all ,

    My try :

    Code:
    launch Httpfox & start
    ---
    Firefox , launch https://www.nicabm.com/radical-compassion-1/content-1/?_lay
    !!! after the video has begun , put it in "pause" !!!
    ---
    Stop Httpfox
    ======
    In Httpfox 
    search a line with 'text/javascript' and on the right , copy :
    https://fast.wistia.com/embed/medias/mweo99r4bg.json?callback=wistiajson1
    ======
    open in Firefox
    https://fast.wistia.com/embed/medias/mweo99r4bg.json?callback=wistiajson1
    ---
    copy all & paste in a text editor
    find :
    {"type":"hls_video","slug":"m3u8_h264_0k_seg3s","display_name":"720p","details":{},"container":"m3u8","codec":"h264","width":1280,"height":720,"ext":"m3u8",
    "size":20665,"bitrate":0,"public":true,"status":2,"progress":1.0,"metadata":{"max_bitrate":203977,"early_max_bitrate":527288,"average_bitrate":226117},
    "url":"https://embed-ssl.wistia.com/deliveries/854b827170b984b5475c819c2d38bcd65700827c.bin",
    "created_at":1568756280,"segment_duration":3,"opt_vbitrate":3750},
    ---
    find & select & rename
    https://embed-ssl.wistia.com/deliveries/854b827170b984b5475c819c2d38bcd65700827c.bin
    to
    https://embed-ssl.wistia.com/deliveries/854b827170b984b5475c819c2d38bcd65700827c.ts
    here , above is your link !!!
    Cheers .
    JE SUIS CHARLIE !!!
    Quote Quote  



Similar Threads

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