Wowza Community

wowza and Joomla integration

Hello Experts,

My task is making Joomla as a front-end system (web server) and Wowza as backend system (live-streaming).

Web server would give an access to the live-stream via user-password-interface.

Please advice how can I realize that or recomend any articles or links about the subject.

Denis

Denis,

You can serve players from your web site. You can do authentication through a Flash RTMP player or HTTPProvider. If you have already handled authentication in your web site, you can get HTTP cookies from the html container of a Flash RTMP client with Actionscript ExternalInterface API. Either way, you can pass credentials or token in NetConnection and handle server-side in onConnect. For example:

https://www.wowza.com/docs/how-to-do-file-based-rtmp-authentication-with-url-query-strings-onconnectauthenticate2

Richard