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
+ Reply to Thread
Results 1 to 3 of 3
-
-
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==
Code:N_m3u8DL-RE --live-real-time-merge --live-pipe-mux --custom-hls-key <key> "https://livecloud.akamaized.net/weverse/.../playlist.m3u8..."
Similar Threads
-
tving site live streaming download
By yy0901 in forum Video Streaming DownloadingReplies: 3Last Post: 6th Feb 2025, 04:29 -
Help download from 'less than legal' 24/7 TV streaming site
By a name in forum Video Streaming DownloadingReplies: 2Last Post: 23rd Dec 2022, 16:40 -
Is it possible to download from this streaming site?
By BosseB in forum Video Streaming DownloadingReplies: 31Last Post: 21st Apr 2021, 16:37 -
Help to download streaming from this site.
By MarcosJeevs in forum Video Streaming DownloadingReplies: 10Last Post: 7th Jan 2021, 03:50 -
How to download streaming video from this site
By ningnong132 in forum Video Streaming DownloadingReplies: 11Last Post: 11th Dec 2020, 07:35