- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我在一个网站上工作,用户可以在前端自行注册,也可以在前端访问他们的个人资料帐户。
他们的用户面板中有一个选项可以上传视频。但随之而来的问题是,如果我们尝试使用简单的 HTML video 标签来显示视频,它并不支持所有格式的视频。
此外,客户端有一个特殊的上传选项,可以上传 iPhone 的 .mov
文件,用户可以使用他们的 iPhone 录像机制作并直接上传.
为此,我们考虑使用 Youtube API,让视频几乎可以在任何浏览器和任何手机上播放。
但是,我不是很清楚 Youtube API 是否可以实现我想要发生的事情:
我希望当用户登录到他们的用户面板并尝试上传他们的 .mov
或任何其他格式的视频时,然后通过 Youtube API,他们上传的视频将传输到 < em>我们的 Youtube 帐户,而不让用户知道他们的视频已上传到 Youtube。
最佳答案
是的,您可以使用 Youtube API 让您的用户从您的网站上传视频、创建和管理播放列表等,我不确定他们是否会注意到它正在上传到 Youtube。
你需要什么:
You need a Google Account to access the Google Developers Console,
request an API key and register your application. Create a project in
the Google Developers Console and obtain authorization credentials so
your application can submit API requests. After creating your project,
make sure the YouTube Data API is one of the services that your
application is registered to use: Go to the Developers Console and
select the project that you just registered. Open the API Library in
the Google Developers Console. If prompted, select a project or create
a new one. In the list of APIs, make sure the status is ON for the
YouTube Data API v3. If your application will use any API methods that
require user authorization, read the authentication guide to learn how
to implement OAuth 2.0 authorization. Select a client library to
simplify your API implementation. Familiarize yourself with the core
concepts of the JSON (JavaScript Object Notation) data format. JSON is
a common, language-independent data format that provides a simple text
representation of arbitrary data structures. For more information, see
json.org.
如果您需要更多信息,请访问 official documentation
关于youtube-api - 如何使用 Youtube API 从网站上传视频,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21423606/
我有以下正则表达式 /[a-zA-Z0-9_-]/ 当字符串只包含从 a 到z 大小写、数字、_ 和 -。 我的代码有什么问题? 能否请您向我提供一个简短的解释和有关如何修复它的代码示例? //var
我是一名优秀的程序员,十分优秀!