Project

General

Profile

Actions

Feature #1533

open

Monitoring tuners status

Added by TheTroll over 10 years ago. Updated about 10 years ago.

Status:
New
Priority:
Normal
Assignee:
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:

http://a1501.phobos.apple.com/us/r1000/070/Purple2/v4/a8/ab/b8/a8abb8a1-d052-f8c8-6730-385615f12bf1/mzl.jzfxfbli.320x480-75.jpg

Actions #1

Updated by TheTroll over 10 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();
Actions #2

Updated by herrlado over 10 years ago

Are you sure this code handle device status? Or just the status which client is connected?

Actions #3

Updated by TheTroll over 10 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...

Actions #4

Updated by herrlado about 10 years ago

  • Assignee set to herrlado
  • Target version set to vdr-plugin-vdrmanager-x.x
Actions

Also available in: Atom PDF