Reputation: 651
I have some questions regarding the YouTube Live Streaming API:
Is there any support or code samples for javascript?
Is it possible to embed the live streaming functionality into Qt
applications by using the Qt-WebKit
and javascript code, e.g. create broadcasts, bind to streams etc. via HTTP requests?
Upvotes: 3
Views: 7639
Reputation: 42449
Creating a Live Event and Live broadcast is language-independent, just use YouTube's Live Streaming HTTP API. Read through the Core Concepts and Life of a Broadcast guides.
Your flow might look something like this:
Note that setting up your encoder is on you. Asking "How do I create an RTMP video encoder in JavaScript" (or qt) is too broad of a question for Stack Overflow.
Upvotes: 6