#Streaming twitch audio to VC

1 messages · Page 1 of 1 (latest)

storm blaze

Is it possible to live stream audio to a VC?
I'm currently getting the audio as an output from streamlink and want to play it on vc.
By saving streamlink's output as a file and playing that through discord.js, I can get the bot to play what's currently on the file in the vc, but nothing after that. I suppose that the audio resource buffers what's currently on the file and nothing after that but I don't know.
Could someone tell me if this is possible?