wse-rest-library-php | PHP library that wraps the Wowza Streaming Engine REST API | REST library
kandi X-RAY | wse-rest-library-php Summary
kandi X-RAY | wse-rest-library-php Summary
PHP library that wraps the Wowza Streaming Engine™ REST API
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
- Send a JSON request to the API .
- Convert a device .
- Update this entry .
- Set no parameters .
- Disconnect from the server
- Get advanced settings
- Update application settings
- Get module item .
- Create a new user
- Receive a single file .
wse-rest-library-php Key Features
wse-rest-library-php Examples and Code Snippets
Community Discussions
Trending Discussions on wse-rest-library-php
QUESTION
I am getting started with the Wowza PHP Library and I am having trouble connecting to the streaming engine i have installed locally. As directed from https://github.com/WowzaMediaSystems/wse-rest-library-php, I installed composer, created the config file with my server host and authentication settings
wowza_config.php
...ANSWER
Answered 2018-Dec-14 at 12:47One thing I notice: In your settings you don't set a value for "useDigest". So it defaults to false (see https://github.com/WowzaMediaSystems/wse-rest-library-php/blob/master/src/Entities/Application/Helpers/Settings.php). Then when you call getServerStatistics() eventually it calls "sendRequest()" in the Wowza class (see https://github.com/WowzaMediaSystems/wse-rest-library-php/blob/master/src/Wowza.php). And in this class, it only adds username and password to the request if "useDigest" is set to true in the settings:
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install wse-rest-library-php
Please install composer
$ composer require "wowza/wse-rest-library-php:dev-master"
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page