Feature #2646
RTCP APP Packet String Payload Format for DVB - C/C2:
100%
Description
Hi,
Is it possible to implement the new RTCP APP Packet String Payload Format for DVB-C/C2
so it is possible to show the signal and snr.
see: http://www.satip.info/sites/satip/files/resource/satip_specification_version_1_2_2.pdf
Thanks
History
Updated by Jaroslav Kysela almost 10 years ago
It's implemented, but I think that some tuners (especially DVB-C) do report only lock.. You may check it with --trace=satip (the tvheadend must be compiled with --enable-trace).
EDIT: Or you may use wireshare/tcpdump to grab the ethernet traffic - there are plain ASCII strings in these RTCP UDP packets...
Updated by Marc Postema almost 10 years ago
Is it implemented like this?:
ver=1.2;tuner=<feID>,<level>,<lock>,<quality>,<freq>,<bw>,<msys>,<mtype>,<sr>,<c2tft>,<ds>,<plp>,<specinv>;pids=<pid0>,...,<pidn>
notice the ver=1.2
Updated by Jaroslav Kysela almost 10 years ago
- Status changed from New to Fixed
- % Done changed from 0 to 100
Applied in changeset commit:tvheadend|98783a5c9e9d37b98501250fb0c62a06aa5647ab.
Updated by Jaroslav Kysela almost 10 years ago
OK, commit v3.9-2437-g98783a5 should add the ver=1.2 support. Only preliminary ver=0.9 string was parsed for DVB-C (OctopusNet).