Tag: module

"Only a life lived for others is a life worthwhile." – Albert Einstein

Harnessing the power of Quartz Scheduler in ant media server

Quartz scheduler is an enterprise-grade popular open-source job scheduling library for Java applications. The ant media server extends from an open-source media server framework and therefore it brings along all the goodies of the same framework with it. One such extremely useful feature is the quartz scheduler. On its own, the quartz scheduler library can be quite …

Building an API to fetch information about all connections in Ant Media Server

Ant Media Server has a comprehensive collection of REST APIs broadly divided into two categories – Broadcast REST Service & Management REST Service, that enable developers/admins to query & manage the server in a flexible manner. Sometimes however we might come across a custom requirement to while working on a system where the default APIs …

Controlling & Limiting the usage of your Wowza server application

INTRODUCTION The Simple Usage Control module (ModuleSimpleUsageControl) for Wowza Streaming Engine™ media server software can be used to implement usage control on your server application by limiting various aspects of usage. This module was directly inspired by quite a few popular Wowza modules such as – wse-plugin-geoip, wse-plugin-limitpublishedstreambandwidth, wse-plugin-timeddisconnect and wse-plugin-limitstreamviewers – Special thanks to Wowza engineers. …

Execute custom logic via shell script after recording a stream with Wowza streaming engine

INTRODUCTION The OnRecord module for Wowza Streaming Engine™ media server software can be used to execute custom logic after the recording of a stream has been completed. This means you need not bother about writing complex logic in java to do something after the recording has been completed. Some of the common tasks undertaken after recording …