Reputation: 31
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.
Upvotes: 3
Views: 648
Reputation: 176
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)
Upvotes: 1