Reputation: 814
I want to create new live event in my youtube channel from Wowza Module, so I must to create it using Java. How can I do it?
Upvotes: 0
Views: 902
Reputation: 137
Take a look at this Wowza Support article for Wowza Streaming Engine, How to stream to YouTube. It is no longer required to develop a Java module for this functionality. It is accessible through the Wowza Streaming Engine Manager UI.
If you want to do it programmatically, see the push publishing API. Javadocs are included in the install in the documentation/serverapi folder.
Upvotes: 2