Wowza Community

how to create one new application by using java

Hi,

I am new to WOWZA. How to create one new application and play the video in java. How to get the json response from the streaming server for all uploaded videos. Your inputs are more valuable for my project. Thanks in advance.

Thanks & Regards,

Rama Devi.

Hello,

You can use the Wowza Streaming Engine REST API to manage the applications on a Wowza server. You should take a look at the “How to use cURL to query Wowza REST APIs” which provides some useful examples on how to use it.

Also, here is a nice article describing how to create a Wowza custom module that can be used by a Flash application to get the list of files from an application’s content folder: “How to get a list of files in your application’s content location (ModuleVideoNameList)

Zoran