VideoHelp Forum
+ Reply to Thread
Results 1 to 7 of 7
Thread
  1. I am unable to download certain video files for backup from this link:

    https://cdnvideos.org/hls/live_zoom_89944892260_1616333738.m3u8

    These are recorded Zoom calls that I was a part of, I am not trying to download copyrighted content.

    I keep getting a 403 error when I use ffmpeg:

    There are some key files requested during playback like:

    Code:
    https://cdnvideos.org/hls/live_zoom_89944892260_1616333738.key
    Which has a content of :

    Code:
    ðÞ.=ºYßóB;=ǽˆ
    Code:
    ffmpeg -protocol_whitelist file,tls,tcp,https,crypto -allowed_extensions ALL -i
     "https://cdnvideos.org/hls/live_zoom_89944892260_1616333738.m
    3u8" -c copy output.mp4
    ffmpeg version git-2019-11-22-27c6c92 Copyright (c) 2000-2019 the FFmpeg develop
    ers
      built with gcc 9.2.1 (GCC) 20191010
      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-ffnvcode
    c --enable-cuvid --enable-d3d11va --enable-nvenc --enable-nvdec --enable-dxva2 -
    -enable-avisynth --enable-libopenmpt --enable-amf
      libavutil      56. 36.100 / 56. 36.100
      libavcodec     58. 62.100 / 58. 62.100
      libavformat    58. 35.100 / 58. 35.100
      libavdevice    58.  9.101 / 58.  9.101
      libavfilter     7. 66.100 /  7. 66.100
      libswscale      5.  6.100 /  5.  6.100
      libswresample   3.  6.100 /  3.  6.100
      libpostproc    55.  6.100 / 55.  6.100
    [https @ 000000d99412b180] HTTP error 403 Forbidden
    https://cdnvideos.org/hls/live_zoom_89944892260_1616333738.m3u
    8: Server returned 403 Forbidden (access denied)
    I tried TubeDigger , but I have to login through Google to access the videos. This is not allowed in TubeDigger's browser.

    Can anyone help me ?
    Last edited by ng.newbie; 6th Jun 2021 at 08:01.
    Quote Quote  
  2. download key file then try N_m3u8DL-CLI
    it can use external key file when downloading m3u8
    Quote Quote  
  3. Originally Posted by tamagoyaki View Post
    download key file then try N_m3u8DL-CLI
    it can use external key file when downloading m3u8
    Can you please clarify what you mean by the key file ?

    Is it this?

    https://cdnvideos.org/hls/live_zoom_89944892260_1616333738.key

    Or are you referring to the m3u8 file ?

    https://cdnvideos.org/hls/live_zoom_89944892260_1616333738.m3u8

    The m3u8 contains this: (shortened)

    Code:
    #EXTM3U
    #EXT-X-ALLOW-CACHE:NO
    #EXT-X-VERSION:3
    #EXT-X-TARGETDURATION:4
    #EXT-X-MEDIA-SEQUENCE:1
    #EXT-X-PLAYLIST-TYPE:VOD
    #EXT-X-KEY:METHOD=AES-128,URI="live_zoom_89944892260_1616333738.key",IV=0x501C8EAA7F0FAD7C8A3FE7D6B26F11FC
    #EXTINF:4,
    live_zoom_89944892260_1616333738-hlsx240p/00000/live_zoom_89944892260_1616333738hlsx240pseg_00001.ts
    Last edited by ng.newbie; 6th Jun 2021 at 08:00.
    Quote Quote  
  4. That .key file is the key file I meant, but it seems your problem is not the key.

    ffmpeg can't even download the m3u8.
    You probably need to provide cookies or referer info for the request headers.

    Try this:
    Code:
    youtube-dl --referer "https://cdnvideos.geeksforgeeks.org/" -f best "https://cdnvideos.geeksforgeeks.org/hls/live_zoom_89944892260_1616333738_gfg.m3u8"
    Quote Quote  
  5. Originally Posted by tamagoyaki View Post
    download key file then try N_m3u8DL-CLI
    it can use external key file when downloading m3u8
    Sir it worked perfectly.

    Thank you much.

    Attaching the configuration I have used.

    Image
    [Attachment 59313 - Click to enlarge]
    Last edited by ng.newbie; 7th Jun 2021 at 11:17.
    Quote Quote  
  6. Originally Posted by ng.newbie View Post
    Originally Posted by tamagoyaki View Post
    download key file then try N_m3u8DL-CLI
    it can use external key file when downloading m3u8
    Sir it worked perfectly.

    Thank you much.

    Attaching the configuration I have used.

    Image
    [Attachment 59293 - Click to enlarge]
    Solved.
    Quote Quote  



Similar Threads

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