As3 到 YouTube 上传
我想知道是否可以在 Flash 中捕获用户网络摄像头并将其直接上传到 YouTube,而无需设置后端服务器。或者是否有任何第三方提供商支持此服务。
我看到 YouTube 提供了直播 API,但它似乎仅适用于选定的用户。
提前致谢。
I would like to know if it's possible to capture a users webcam in flash and directly upload it to YouTube without a backend server setup. Or if there are any third party providers that support this service.
I see YouTube offers a live streaming API, but it seems it's only available for selected users.
Thank in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,您可以使用 YouTube 的数据 API。基本上,您将使用 XML 和 HTTP 与 API 进行交互,然后您可以上传以及任何其他功能(创建播放列表、搜索等)
Yes you can, by using YouTube's Data API. Basically you will interact with the API using XML and HTTP and then you can upload as well as any other functionality (create play lists, search, etc)