-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
请问嵌入的视频不能播放正常吗。。。。 #26
Comments
外观是正常的,行为也符合预期。OpenGraph信息中提供的视频文件链接是b站的嵌入式播放器,但是让为了Discord端显示一个伪视频嵌入,对它的蜘蛛我们将链接的mimetype谎报成video/mp4而非text/html(这个行为是仿造某个小众视频网站vidlii的)。Discord貌似有一个白名单,youtube的嵌入式播放器是可以通过Opengraph嵌入的,但是b站的嵌入式播放器,即使mimetype正确,视频播放器也不会被嵌入,embed反而还会缩小。 有
伪视频嵌入上面的标题还是可以点的,会跳转到视频页 |
也就是说,在b看来这很可能是一个盗链行为,因此不让。。。。除非整一个服务器把浏览器请求和视频给做一个中转? |
本人没有能力搞这个 最近突发奇想,可能还有一个解决方法,可以学tiktok 例如 https://www.tiktok.com/t/ZTLbPHfBN/ ,在预览图上粘一个假的播放按钮 |
Any updates to this @Dobby233Liu? |
I'm going with the first approach I mentioned here. For cobalt integration I don't know what instance to use (can't really host one) |
I think for instances, use the main instance then add in a backup instance (of your choice) just in case the main one fails to work. So with that it should always work if one instance is at least working. |
确实能显示预览图,但是进度一直是0:00/0:00。也不能开始播放。。。
The text was updated successfully, but these errors were encountered: