Project

General

Profile

Feature #2646

RTCP APP Packet String Payload Format for DVB - C/C2:

Added by Marc Postema almost 10 years ago. Updated almost 10 years ago.

Status:
Fixed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
2015-01-27
Due date:
% Done:

100%

Estimated time:

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

#1

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...

#2

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

#3

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.

#4

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

Also available in: Atom PDF