Youtube 视频回调已满

发布于 2024-11-29 17:25:23 字数 500 浏览 1 评论 0 原文

我试图开发一个应用程序来加载 Youtube 视频,但我想在它完全可用时播放它,但是我无法在 API 文档演示页面

但是,在演示页面上,它更新了以下内容:

Total bytes: 14316401
Start bytes: 0
Bytes loaded: 14316401

但是,我不知道最好的方法是什么。您能否建议我一种在视频完全加载时获得回调的正确且稳定的方法,或者如果我错了可以修复我?

I was trying to develop an application where I would load a Youtube video, but I want to play it when it is fully available, however I could not find a proper callback in the API Documentation and on the Demo Page.

However, on the Demo page, it updates the following:

Total bytes: 14316401
Start bytes: 0
Bytes loaded: 14316401

But, I do not know what is the best approach to that. Can you suggest me a proper and stable way of getting a callback when the video is fully loaded or fix me on if I am wrong?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

黯淡〆 2024-12-06 17:25:23

似乎没有人关心,所以我决定在 1/2 秒的时间内检查比率(下载的字节数/总字节数)。

Seems no one cared, so I decided to go with checking the ratio(downloaded bytes/total bytes) in a 1/2 sec period.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文