Wowza Dashboard 1.1

I just released a new version of the Wowza Dashboard. You can find it on Github.
https://github.com/nlmaca/Wowza_Dashboard
More info can be found there.
#Version 1.1
– added detailed info of a application (extraction of serverinfo based on application name)
– added datatransfer information
– code cleaning/optimalisation
– better usage of error reporting
– changed datatransfer rate
– added extra page all applications that are on the wowza server with the status (loaded, unloaded)
– updated demo environment with version 1.1
major update was the detailed information of an application. And the informatio about all the applications available on the server. Check screenshots below.
hi MACA, i be test your front/backend and unable login with admin/admin credentials. thx
Hi Leonardo,
did you insert the sql query in your database?
/* default user: user: admin / email: admin@dashboard.lan / password: dashboard */
INSERT INTO `wow_users` (username, password, salt, email) VALUES
(‘admin’, ‘d7d3814a18eb8695e5db382e5be61bb5ac920fa44c11c707f548ef3601935217’, ‘1a00eed160382dc3’, ‘admin@dashboard.lan’);