Hello,
Basically my website concept is the following: people can register, they are given a token, and then they can start streaming using their credentials.
It’s already working great on AMS, but i’d like to move to Wowza for some reasons.
So what 'id like to achieve are:
-
Being able to add new publishers via my php scripts, dynamically. not manually through the web-based wowza admin interface.
-
Being able to provide to the newly created publisher a secure token (salted md5 or hmac sha256, etc) so that nobody can “hijack” his channel. only that specific publisher will be able to stream (or anyone who knows that passphrase/token).
NB: I currently have Wowza 4 Trial Edition only since i want to get familiar with it first and eventually decide if I swap from AMS to Wowza.
I’ve spent a lot of time digging the documentation and google but nothing is even close to what i want to do really.
Any hint will be appreciated.
Thanks
Regards,