2017 © Pedro PelĂĄez
 

library wowza

PHP REST Library for Wowza Streaming Engine

image

minarikede/wowza

PHP REST Library for Wowza Streaming Engine

  • Thursday, March 9, 2017
  • by minarikede
  • Repository
  • 1 Watchers
  • 0 Stars
  • 22 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 35 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

PHP REST Library for Wowza Streaming Engine

Wowza Streaming Engine media server software includes a REST API that you can wrap with a PHP library to configure, manage, and monitor your streaming media server through PHP requests., (*1)

Prerequisites

Wowza Streaming Engine™ 4.0.0 or later is required., (*2)

Usage

To set up the PHP library to point to your streaming media server, modify the following lines in include/constants.php:, (*3)

define("BASE_DIR", dirname(dirname(__FILE__)));
define("WOWZA_HOST","http://localhost:8087/v2");
define("WOWZA_SERVER_INSTANCE", "_defaultServer_");
define("WOWZA_VHOST_INSTANCE", "_defaultVHost_");
define("WOWZA_USERNAME", "admin");
define("WOWZA_PASSWORD", "admin");

See several examples of usage in the tests folder., (*4)

To learn the basics of how to query the Wowza Streaming Engine REST service using PHP, see How to use PHP to make requests to the Wowza Streaming Engine REST API. For examples on how to leverage this PHP library, see REST API Query Examples (PHP)., (*5)

More resources

Wowza Media Systems™ provides developers with a platform to create streaming applications and solutions. See Wowza Developer Tools to learn more about our APIs and SDK., (*6)

Contact

Wowza Media Systems, LLC, (*7)

License

This code is distributed under the Wowza Public License., (*8)

alt tag, (*9)

The Versions

09/03 2017

dev-master

9999999-dev https://github.com/minarikede/wse-rest-library-php

PHP REST Library for Wowza Streaming Engine

  Sources   Download

MIT