JDA 将 mp4 文件流式传输到 Discord。

huangapple go评论85阅读模式
英文:

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.

huangapple
  • 本文由 发表于 2020年9月27日 20:36:58
  • 转载请务必保留本文链接:https://go.coder-hub.com/64088546.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定