VideoHelp Forum
+ Reply to Thread
Results 1 to 6 of 6
Thread
  1. Hello ,

    I am trying to download a video from a video hosting site but its giving me error everytime . Tried ffmpeg and livestreamer. But no results. Please help .

    Thank You
    Last edited by achy635; 1st Sep 2017 at 10:58.
    Quote Quote  
  2. Tried ffmpeg and livestreamer
    It is necessary to add Referer=https://view.vzaar.com/11141244/player
    Code:
    livestreamer --http-header "Referer=https://view.vzaar.com/11141244/player" "hlsvariant://https://fable.vzaar.com/v2/uspaes/vzaar/t9X/9yz/target/t9X9yzCtiLJc_aes_,730,2500,5598,.ism/.m3u8?uspak=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9...
    Quote Quote  
  3. Thank you .. it worked
    Quote Quote  
  4. For the above video:
    https://view.vzaar.com/11141244/player
    Sysanin forgot to add
    -o video.ts
    to the end of his code.
    The result of omitting this is that the video just plays in vlc and does not download. You can see that in his above screenshot near the end of the screenshot.
    The livestreamer code should look like this:
    Code:
    livestreamer --http-header "Referer=https://view.vzaar.com/11141244/player" "hlsvariant://put m3u8 here" 360p -o video.ts
    where
    best
    can substitute for
    360p
    for higher resolution.
    Playing the video in Chrome Developer Tools and typing in
    m3u8
    in the box will yield the m3u8 to put into livestreamer.
    The m3u8 is only good for a time so you have to play the video to get your own m3u8.
    Final code for download:
    Code:
    livestreamer --http-header "Referer=https://view.vzaar.com/11141244/player" "hlsvariant://https://fable.vzaar.com/v2/uspaes/vzaar/t9X/9yz/target/t9X9yzCtiLJc_aes_,730,2500,5598,.ism/.m3u8?uspak=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJ0OVg5eXpDdGlMSmMiLCJleHAiOjE1MDQzNTU1MTEsImdleHAiOjE1MDQzMTU5MTEsImlzbSI6Ii91c3BhZXMvdnphYXIvdDlYLzl5ei90YXJnZXQvdDlYOXl6Q3RpTEpjX2Flc18sNzMwLDI1MDAsNTU5OCwuaXNtIiwiY25lIjoidmlldy52emFhci5jb20ifQ.A-4UQLN7Ygx2oMGcViBqhNnNu_fKdsce_wR_ObEf2Lc" 360p -o video.ts
    Image Attached Thumbnails Click image for larger version

Name:	Clipboard01.jpg
Views:	937
Size:	206.5 KB
ID:	43008  

    Last edited by jimdagys; 1st Sep 2017 at 21:39.
    Quote Quote  
  5. Member xplorr's Avatar
    Join Date
    Feb 2017
    Location
    Europe
    Search PM
    Try TVDownloader. This freeware program downloads video and audio streams (from Youtube, Vimeo, DailyMotion, Twitch, Veoh, BBC, VRT, Canvas, VTM, VIER, NPO, +900 more sites) to a videofile or mp3file based on a version of the open-source youtube-dl engine.
    See thread: https://forum.videohelp.com/threads/382423-YoutubeVideoDownloader-download-video-and-a...from-900-sites
    Quote Quote  
  6. How could you find the hlsvariant?
    Quote Quote  



Similar Threads

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