Hi,
Congratulations on getting your media server running and streaming to multiple platforms!
Someone wrote:
Watching the Servers terminal window I can see it is logging all sorts of stuff, and I could make a C++ program prob to read the log and parse it out, but would like to have something more visible/usable on the website for the admins of the site and the pastors to be able to see. Since we are getting more Live praise and worship groups in, we would like to show them how many people was watching them as well when asked.
Diagnostic logs shown on the screen and written to log files are provided mainly to help in trouble-shooting in case problems are reported. You might be more interested in Event Notifications to simplify the extraction of information. Please check the EMS User Guide and the API Definition documents found in the doc folder of your EMS installation. The "Event Notification System" and "Configuring and Receiving Event Notifications" sections will answer most of your questions.
Someone wrote:
Is this a setup that is already doable from with the EvoSteam or the WebUI or something that would need to be scripted to work with on the log files?
The EMS and the WebUI by themselves won’t really help you process log files. You need to develop your own scripts to work with log files. The "Logging Example" posted on this forum can give you some ideas: viewtopic.php?f=7&t=467&p=892&hilit=rpc#p892
Cheers,
Don