Collecting statistics causing SteamCast service to crash

Steamcast is a stand alone server that combines the features of SHOUTcast and Icecast2 and more to make one mega awesome server.
Post Reply
RayScites
Posts: 1
Joined: Fri Jun 07, 2019 10:16 am

Collecting statistics causing SteamCast service to crash

Post by RayScites »

I've been tasked with creating a statistics collection service that aggregates data from SteamCast and Wowza into a database for reporting. I have found that the /admin/status.json page has all of the data I would ever need.

The problem I am running into is in the collection interval. If I collect data from that page too often, the SteamCast service becomes unstable and crashes. I'm using the .net core httpClient to send GET requests for the json data. Right now, I can collect once every 30 seconds with too much of a problem, but I would like to update more often than that. The SteamCast service is running on a Windows 2012 server with less than 10 sources and 300-400 streams.

Any ideas or suggestions are greatly appreciated!

Thanks,

Ray
User avatar
Max
Posts: 153
Joined: Fri Oct 21, 2011 1:39 am

Re: Collecting statistics causing SteamCast service to crash

Post by Max »

Which version of Steamcast are you using? It should be completely stable.
Post Reply