Wowza REST APIs and HTTP Providers

This article show the different ways to make calls to Wowza Media Engine from external applications and environments for various purposes  such as getting server status , listeners , connections , applications and its streams etc . HTTP Providers HTTP Providers are Java classes that are configured on a per-virtual host basis. Some pre packaged … Continue reading Wowza REST APIs and HTTP Providers

Wowza Secure URL params Authentication for streams in an application

To secure the publishers for a common application through username -password specific for streamnames , this post is useful . It uses Module Core Security to prompt back the user for supplying credentials. check the rtmp query-string for parameters and performs the checks - is user is allowed to connect and is user allowed to stream on given streamname is given below .