There is an http based admin protocol on QTSS/DSS. The web admin
server (written in perl) uses this protocol.
You need the admin username and password to access the API and this
will only work on localhost (by default). It shouldn't be a security
risk if you call it from a server-side script, and your script wrapped
it securely.
I believe the command that gets the number of current connections is:
http://<admin user>:<admin password>@127.0.0.1:554/modules/admin/
server/qtssRTPSvrCurConn
I am new to this stuff...I have the Darwin streamer up and running
fine but I want to know how many folks are listening. Does anyone
know of a way to get this info without using the admin panel. I want
to track everything thats is being played and also track how many
users are connected.