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

    I'm trying to record the following live streams .m3u8 :

    Code:
    https://besttv1.aoslive.it.best-tv.com/reshet/studio/index_4.m3u8
    Code:
    https://keshethlslive-i.akamaihd.net/hls/live/512033/CH2LIVE_HIGH/index_3100.m3u8
    but I'm getting an 403 Forbidden message, for example:

    Code:
    >ffmpeg -i "https://keshethlslive-i.akamaihd.net/hls/live/512033/CH2LIVE_HIGH/index_3100.m3u8" -c copy -bsf:a aac_adtstoasc try2.mp4
    ffmpeg version N-68482-g92a596f Copyright (c) 2000-2014 the FFmpeg developers
      built on Dec 16 2014 02:53:08 with gcc 4.9.2 (GCC)
      configuration: --enable-gpl --enable-version3 --disable-w32threads --enable-avisynth --enable-bzlib --enable-fontconfig --enable-frei0r --enable-gnutls --enable-iconv --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libfreetype --enable-libgme --enable-libgsm --enable-libilbc --enable-libmodplug --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg --enable-libopus --enable-librtmp --enable-libschroedinger --enable-libsoxr --enable-libspeex --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvo-aacenc --enable-libvo-amrwbenc --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxavs --enable-libxvid --enable-decklink --enable-zlib
      libavutil      54. 15.100 / 54. 15.100
      libavcodec     56. 15.100 / 56. 15.100
      libavformat    56. 15.105 / 56. 15.105
      libavdevice    56.  3.100 / 56.  3.100
      libavfilter     5.  3.101 /  5.  3.101
      libswscale      3.  1.101 /  3.  1.101
      libswresample   1.  1.100 /  1.  1.100
      libpostproc    53.  3.100 / 53.  3.100
    [https @ 0000000006d3c420] HTTP error 403 Forbidden
    https://keshethlslive-i.akamaihd.net/hls/live/512033/CH2LIVE_HIGH/index_3100.m3u8: Server returned 403 Forbidden (access denied)

    If it does any help, here are the source websites of these two:

    Code:
    http://reshet.tv/live/
    Code:
    https://www.mako.co.il/mako-vod-live-tv/VOD-6540b8dcb64fd31006.htm
    thanks in advanced!
    Quote Quote  
  2. doesnt work any other idea?
    Quote Quote  
  3. 1. http://reshet.tv/live/ -> code:

    streamlink --http-header Referer=http://reshet.tv/live/ "hls://https://besttv1.aoslive.it.best-tv.com/reshet/studio/index_4.m3u8" best -o video.ts

    2. https://www.mako.co.il - regisration data needed.
    Quote Quote  
  4. Use a browser's Developer Tools to get the m3u8 link and http referer field. Then use youtube-dl to download:

    Code:
    youtube-dl --no-part --referer "http://reshet.tv/live/" "https://besttv1.aoslive.it.best-tv.com/reshet/studio/index_4.m3u8"
    Since a live stream has no end you have to press CTRL+C to terminate the download.

    Or you can use ffmpeg:

    Code:
    ffmpeg.exe -headers "Referer: http://reshet.tv/live/" -i "https://besttv1.aoslive.it.best-tv.com/reshet/studio/index_4.m3u8" -c copy output.mp4
    Quote Quote  
  5. @jagabo Thank you.
    Quote Quote  



Similar Threads

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