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).
Last updated