user509652
user509652

Reputation: 31

As3 to YouTube Upload

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

Answers (1)

jonshariat
jonshariat

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

Related Questions