Wowza Community

How to get application description and content location using the API with PHP

I need to use the API with PHP to obtain the Description and Content Location of a given applicatio. I’ve seen/tried how to get a list of applications, but those results don’t give the details that I need.

Is this information available via the API, and if so, could someone point me in the right direction to getting started? Old hand at PHP and APIs, but new to Wowza and it’s functions and nomenclature.

Hi @Tom Butterworth

Check out https://github.com/WowzaMediaSystems/wse-rest-library-php

@Karel Boek, thanks for the starting point.

For future reference, the actual API call to get Application details is:

http://{wowza server}:8087/v2/servers/defaultServer/vhosts/defaultVHost/applications/{application name}