Reputation: 680
I'm livestreaming an event and I use some songs from other author. The live video now show the Youtube logo because youtube detect the copyright. The question is can I get the copyright status of video through Youtube API ? So I can stop the song before youtube stop my stream ?
Upvotes: 0
Views: 452
Reputation: 6791
You may want to check the docs regarding the contentDetails
, as stated you can use contentDetails.licensedContent
to check if the video is copyrighted:
Indicates whether the video represents licensed content, which means that the content was uploaded to a channel linked to a YouTube content partner and then claimed by that partner.
Hope this helps.
Upvotes: 0