英文:
JDA Stream mp4 files to discord
问题
有没有一种方法可以使用Java Discord API流式传输mp4文件?我在Google上搜索了但没有找到任何信息。
我想编写一个机器人,可以将mp4文件流式传输到Discord频道,以便其他人可以观看。
英文:
Is there a way to stream mp4 files with the java discord API? I searched on google but didn't find anything.
I want to write a bot that can stream mp4 files to discord channels so other people can watch it.
答案1
得分: 4
Discord机器人无法使用视频功能。这是有意为之,因为开发人员无法为视频流提供稳定的API,因此阻止了机器人使用视频功能,因为视频流的复杂性。
英文:
Discord bots cannot use video at all. This is intentionally blocked for bots because the developers can't provide a stable API for video streaming due to its complexity.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论