Reputation: 651
I am working on a web application where users will register with my application and be able to see certain videos uploaded only for this registered audience. I would personally prefer a video-specialist website like youtube.
Now, can we add users through youtube API who will be allowed to watch these videos. If not, then please suggest a good video hosting service that will allow this.
Upvotes: 2
Views: 1033
Reputation: 36
You can use Vimeo, which allows more privacy and restriction options
Upvotes: 2
Reputation: 56104
You can mark a video as private, public, or unlisted via the API.
You can't add/remove specific accounts to the access-control list of who's allowed to view a private video using the API, though.
Upvotes: 2