VideoHelp Forum




+ Reply to Thread
Results 1 to 3 of 3
  1. Member
    Join Date
    Aug 2021
    Location
    Australia
    Search Comp PM
    Hi!

    seeking to get help with command line for extracting live from weverse website

    Currently https://weverse.io/tribe/live/4-193546915?hl=ko is doing a live streaming but I'm a bit confused with what to use to extract
    also when I use ffmpeg it extracts but I cannot locate the ts file

    I can use yt-dlp, N_m3u8dl-re
    Quote Quote  
  2. yt-dlp used to work out of the box but it seems like weverse has recently added encryption to their live streams so you'll have to use N_m3u8DL-RE and a custom hls key.

    so load up the stream, open the dev tools with F12, switch to the network tab and search for 'aes_key'. click the entry and you'll see a key in the response tab on the right hand side. it'll look something like this:

    Code:
    A9f3doy/e/uDo4wUYcHR9A==
    then you just pass that key to N_m3u8DL-RE along with the playlist.m3u8:

    Code:
    N_m3u8DL-RE --live-real-time-merge --live-pipe-mux --custom-hls-key <key> "https://livecloud.akamaized.net/weverse/.../playlist.m3u8..."
    Quote Quote  
  3. Member
    Join Date
    Aug 2021
    Location
    Australia
    Search Comp PM
    OMG Thank you so much!! I'll try!!
    Quote Quote  



Similar Threads

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