Feature #1533
open
The following calls from the streamdev plugin can be used:
cThreadLock lock;
std::string connectionsMonitoring;
const cList<cServerConnection>& clients = cStreamdevServer::Clients(lock);
for (cServerConnection *s = clients.First(); s; s = clients.Next(s))
connectionsMonitoring += s->ToText();
Are you sure this code handle device status? Or just the status which client is connected?
This code tells some info about the connect clients. (Protocol and the device used).
I have a patch for streamdev to support multiple users as well, I should give it upstream someday...
- Assignee set to herrlado
- Target version set to vdr-plugin-vdrmanager-x.x
Also available in: Atom
PDF