Status
Lists statistics of input sources and connections. ADMIN privilege is required for all these functions.
status/connections
Lists currently-connected client devices.
status/subscriptions
Lists currently-active subscriptions.
status/inputs
Lists statistics of input devices.
For DVB-T and DVB-S tuners at least, the signal and SNR values are only non-zero while TVH is actively using the device. Some items may be missing if the device is idle.
The meaning of the statistics is below. Not all input sources provide all of the values.
ber
Bit Error Rate
bps
Bandwidth (bits/second)
cc
Continuity Errors
ec_bit
Bit Error Count
ec_block
Block Error Count
pids
List of pids present in the stream
signal
Signal Strength (see below)
signal_scale
See below
snr
Signal/Noise Ratio (see below)
snr_scale
See below
stream
Stream (multiplex) name
subs
Subscribers
tc_bit
Total Bit Error Count
tc_block
Total Block Error Count
te
Transport Errors
unc
Uncorrected Blocks
weight
Weight
For signal_scale and snr_scale, a value of 1 indicates that the corresponding signal or SNR reading is relative; 65535 = 100%. A value of 2 indicates the reading is absolute; 1000 = 1dB. A value of 0 indicates that the reading is not available or not valid.
The "pids" data is only present in TVH versions 4.3.1420 and later.
status/inputclrstats
Resets the input counters to zero.
uuid
The uuid of the input device from status/inputs. More than one uuid can be specified - syntax?
connections/cancel
Disconnects one or more clients.
id
ids of the connections, obtained from status/connections. If set to 'all' then all connections are cancelled (new in 4.3.1680).
status/activity
Provide information required for assessing the suitability for entering low-power mode and a suitable time for reawakening. For example, then TVH is used as part of an appliance configuration.
For finer analysis and control, the 'activities' property contains individual scheduling times for the following activities:
DVR Recordings
OTA EPG Grabber
Internal EPG Grabber
Mux Scheduler
Times are presented as standard Unix epoch values. A value of zero indicates that nothing for that activity type is currently scheduled.
It should be noted that the times provided are strictly from the point of view of TVH internal activities and that the calling program must take into account operating system and hardware boot times when determining the precise time to reawaken the system.
Times are only reported for the EPG grabbers if there are enabled grabbers of that type. Likewise, only enabled mux schedulers are reported.
DVR recordings in progress are also included, therefore, the reported DVR time may be in the past.
The connection and subscription counts are duplications of the summaries provided by the ‘status/connections’ and ‘status/subscriptions’ API calls and are included here in order to provide a single consolidated API call for assessing the suitability for entering low-power mode.
Requires v4.3-2405.
Last updated
Was this helpful?