Just wondering, does anyone know how to capture/download live streams from a Discord channel?
HTTP toolkit log, from what I think is the url stream?
https://www.swisstransfer.com/d/973eb00f-7d29-4655-b8fa-0661172c4030
Can pm Discord channel, if needed.
Cheers
+ Reply to Thread
Results 1 to 6 of 6
-
Last edited by stevepen1974; 18th May 2025 at 06:03.
-
try Discord on the browser and inspect its traffic or try the stream detector addon
-
Last edited by stevepen1974; 19th May 2025 at 14:17.
-
Discord from what I can tell use websocket streams. Not HLS or DASH. You can see urls to webcocket streams when livestreaming in the web browser within the network traffic tab.
Here is an example of said websocket url.
Code:wss://c-dfw11-caf062b3.discord.media:2087/?v=9
-
-
I have looked into this and have come to the conclusion that recording Discord livestreams require too much figgin effort.
According to the almighty GPT.
The wws url is just a gateway and doesn't actually contain the media packets.
The media packets are encrypted using SRTP over UDP which is encrypted
So instead you're gonna need:
A bot in that server that has vc perms.
A bot token.
A guild ID.
A stream channel ID.
Maybe more idk.
And the said bot would need a script to receive the stream packets and dump them to ffmpeg. Which then needs some proxy stuff?
Web Socket is confusing and I'm not a CompSci major so I have no idea on how to handle Discord SRTP media packets. Also not sure how accurate this is.
Similar Threads
-
how to catch live streams from rds.live and play it in any player like vlc
By icebreaker101010 in forum Video Streaming DownloadingReplies: 6Last Post: 17th Dec 2024, 17:48 -
Tiktok Live Streams
By khpie in forum Video Streaming DownloadingReplies: 4Last Post: 28th Nov 2024, 09:51 -
Twitch trouble with live streams
By ghostrewel in forum Video Streaming DownloadingReplies: 3Last Post: 3rd Dec 2023, 04:57 -
Decrypting Live streams
By paul92 in forum Video Streaming DownloadingReplies: 14Last Post: 13th Nov 2023, 09:40 -
Download Live Streams
By sowie in forum Video Streaming DownloadingReplies: 13Last Post: 6th Aug 2021, 15:18