Actions
Feature #1533
openMonitoring tuners status
Start date:
09/30/2013
Due date:
% Done:
0%
Estimated time:
Description
Hi,
a great great addition would be to add Monitors status in the application.
TVHClient does it for Iphone/tvheadend and this is just great...
Here is a screenshot of what you get:
Updated by TheTroll about 11 years ago
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();
Updated by herrlado about 11 years ago
Are you sure this code handle device status? Or just the status which client is connected?
Updated by TheTroll about 11 years ago
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...
Updated by herrlado almost 11 years ago
- Assignee set to herrlado
- Target version set to vdr-plugin-vdrmanager-x.x
Actions