hello live - streams

notes

requirements

streams

  1. install the required programs and add them to your PATH
  2. open the stream in your browser and wait for it to load
  3. open the dev tools with F12, switch to the network tab and filter for m3u8
  4. right click the newest entry and select copy -> copy as cURL
  5. use the manifest url and headers from the curl command to create an n-m3u8dl-re command
  6. n-m3u8dl-re --live-real-time-merge --live-keep-segments false --write-meta-json false <url> \
      -H <header> \
      -H <header> \
      -H <header>
    
  7. when the stream has finished, use ctrl+c to exit n-m3u8dl-re