Youtube api player for android 版权问题 [英] Youtube api player for android copyright issue

查看:38
本文介绍了Youtube api player for android 版权问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

新的 android youtube api 允许开发人员在第三方应用中嵌入和播放视频.我制作了显示 youtube 视频列表并在应用程序中显示视频的 android 应用程序(不使用 youtube 官方应用程序).

The new android youtube api allows developer to embed and play videos in the third party app. I made android app that shows list of youtube videos and show video in the app (not using youtube official app).

我想知道是否会有版权问题.

I want to know if there will be any copyright issues for the same.

我需要任何权限吗?

在这里发布这个问题是因为 youtube 已经提到使用带有标签youtube-api"的堆栈溢出作为官方支持组.看这个链接https://youtube-eng.googleblog.com/2012/09/the-youtube-api-on-stack-overflow_14.html

Posting this question here because youtube has mentioned to use stack-overflow with tag "youtube-api" as the official support group. See this link https://youtube-eng.googleblog.com/2012/09/the-youtube-api-on-stack-overflow_14.html

推荐答案

如果您使用官方 API 来显示视频,无论是在 Android 上还是用于 Web 应用程序,那么这不应该是一个问题,因为 API 只会提供您没有受到内容所有者限制的视频(或者如果对内容有顾虑,这些视频将被删除,因此您的应用程序将不再显示它们).

If you are using the official API to show videos, either on Android or for a Web App, then this should not be a concern as the API will only give you videos that haven't been restricted by the content owners (or if there is a concern over content, the videos will be removed, and hence your apps will no longer be displaying them).

在上传方面,如果您使用 API v3 的 oAuth 身份验证,则上传视频的用户将对通过您的应用上传到其 YouTube 帐户的任何内容负责.也就是说,您不必担心自己进行版权检查,因为一旦视频在 YouTube 服务器上结束就会发生这种情况(这是使用此身份验证方法的最佳理由;如果应用程序放弃 oAuth 身份验证并让上传的内容进入应用所有者的帐户,那么应用所有者可能会对通过该应用发送的侵犯版权的视频负责).

When it comes to uploading, if you utilize oAuth authentication with v3 of the API then users who upload videos will be responsible for whatever is uploaded to their YouTube account through your app. That is, you won't have to worry about doing copyright checks yourself, as that will happen once the video ends up on the YouTube servers (this is the best reason to utilize this authentication method; if an app instead were to forego oAuth authentication and have uploads go into the app owner's account, then the app owner could be liable for copyright infringing videos sent through the app).

请注意,这不是法律建议或 YouTube 官方观点;只是我对阅读服务条款(您也应该阅读)的理解.

Note that this isn't legal advice or an official YouTube perspective; just my interpretation of reading the terms of service (which you should read as well).

这篇关于Youtube api player for android 版权问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆