I need to monitor about 15 audio streams leaving our station for bandwidth utilization.
Has anyone attempted this before?
They are shoutcast streams.
Monitoring Audio Streams
-
- Posts: 7698
- Joined: Mon Apr 23, 2012 4:28 pm
- Location: Travelling through time and space...
Re: Monitoring Audio Streams
Do you have software which already monitors this locally? If so, you may be able to write a plugin which interfaces with the software and returns data to you, lets see if others who work in broadcasting chime in.
-
- Posts: 524
- Joined: Tue May 22, 2012 2:16 pm
Re: Monitoring Audio Streams
we have software which monitors the streams for silence, but not bandwidth.
Re: Monitoring Audio Streams
If there is some physical network separation, you could monitoring the switch ports they use...
-
- Posts: 524
- Joined: Tue May 22, 2012 2:16 pm
Re: Monitoring Audio Streams
I had thought about that, but all 15 streams use the same nic
-
- Posts: 524
- Joined: Tue May 22, 2012 2:16 pm
Re: Monitoring Audio Streams
they do all use different IP address, but that would still just give me the total numbers for the nic, and they would all read the same, correct?
Re: Monitoring Audio Streams
That is correct. I took a look around the exchange and no plugin currently exists there that would do what you are attempting. There were a couple that would try to collect bandwidth data from an ip rather than interface, but your mileage may vary.
Former Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
-
- Posts: 7698
- Joined: Mon Apr 23, 2012 4:28 pm
- Location: Travelling through time and space...
Re: Monitoring Audio Streams
You could create a hostgroup or servicegroup.. even a BPI group for the different NIC's to reside in, and then aggregate the port I/O under one umbrella. Just adding some thoughts to your project that may help.
-
- Posts: 524
- Joined: Tue May 22, 2012 2:16 pm
Re: Monitoring Audio Streams
There are no different nic's, just one for the server.
-
- Posts: 7698
- Joined: Mon Apr 23, 2012 4:28 pm
- Location: Travelling through time and space...
Re: Monitoring Audio Streams
Oh woops, I meant IP's. It would be a good idea to place them under the same group as they would be monitored for the same purpose.