Wowza Community

Wowza REST API and Laravel 5.4

Hello.

I am new to website development and started a simple webapplication. In this app I want to be able to show the status of a LIVE stream (Active / NOT Active).

How can this be accomplished within Laravel 5.4?

Any help would be much appreciated.

You can setup a development wowza server (development license is valid for 180 days, you can extend is as long as you want). From there on you can run a test live/vod stream, open te API config/settings

Maybe these links will help a bit:
https://github.com/WowzaMediaSystems/wse-rest-library-php
https://www.wowza.com/blog/new-php-library-to-access-rest-api
https://www.wowza.com/docs/how-to-query-wowza-rest-api

https://www.wowza.com/docs/wowza-streaming-engine-rest-api-query-examples-curl

Found this one on github, maybe you can use it Eddie. Have no idea if it works though

https://github.com/topix-hackademy/laravel-wowza-restapi

If you are working with Laravel Rest API, these guides will be helpful to you:

http://esbenp.github.io/2016/04/11/modern-rest-api-laravel-part-1/

https://www.cloudways.com/blog/rest-api-laravel-passport-authentication/