Yato
Yato

Reputation: 103

Is there any way to stream videos using Discord.py?

hi im trying to create a bot to stream videos in discord voice chat
but i cant find any docs for video streaming does anyone know about this?

Upvotes: 1

Views: 2045

Answers (1)

Zero
Zero

Reputation: 2286

Bots cannot stream anything other than audio on a voice channel.

Discord's REST - based API all the libraries such as discord.py, discord.js, Eris, etc, are based upon does not provide an endpoint for bot applications to stream in voicechannels as of now, although there is a self-video option in the voice structure it is not available to bots.


Voice Structure

Upvotes: 4

Related Questions