Wowza Community

The API should return JSON instead of plain HTML

Hi,

Pretty much every Wowza HTTP module outputs HTML as if they were consumed by a human. Returning HTML doesn’t make much sense for programmatic access to the API. The API is a “machine to machine” communication channel, thus an appropriate language should be used. JSON would be nice and it’s the web’s default and most of today’s popular languages have a native parser.

Cheers, c.

Hi,

Here is the source, which you can modify as you describe, for connectioncounts and serverinfo

Richard