Project

General

Profile

Feature #300

[patch] report signal quality in htsp

Added by Lars Op den Kamp - about 14 years ago. Updated almost 14 years ago.

Status:
Fixed
Priority:
Normal
Assignee:
Category:
General
Target version:
Start date:
Due date:
% Done:

0%

Estimated time:

Description

this patch reports the signal quality of a subscription via htsp. only the code for DVB devices is added, the others are marked with TODO


Files

01-tvheadend-add-signal-status.patch (5.77 KB) 01-tvheadend-add-signal-status.patch patch: report signal quality Lars Op den Kamp -, 2010-10-05 23:41
0002-add-signal-status-in-HTSP.2.patch (9.01 KB) 0002-add-signal-status-in-HTSP.2.patch Lars Op den Kamp -, 2010-10-09 10:13
0002-add-signal-status-in-HTSP.patch (8.53 KB) 0002-add-signal-status-in-HTSP.patch updated to apply to the current trunk Lars Op den Kamp -, 2010-11-06 15:12

History

#1

Updated by Lars Op den Kamp - about 14 years ago

I'll have a look at integrating this in dvb_fe later this week so the ioctl call doesn't block the outgoing message.

the other patch (#299) should be fine

#2

Updated by Lars Op den Kamp - about 14 years ago

hmm can't delete files in trac and I uploaded the patch twice :)

#3

Updated by ruud - about 14 years ago

Hi, can confirm that this patch is working correctly and adds the advertised feature to tvheadend.

#4

Updated by Lars Op den Kamp - about 14 years ago

noticed I forgot a break statement in src/transports.c

switch (current_transport->tht_type)
    {
case TRANSPORT_DVB:
dvb_transport_get_signal_status(current_transport, status);
case TRANSPORT_V4L:
//TODO add signal status from a V4L adapter
break;
case TRANSPORT_IPTV:
//TODO add signal status from an IPTV adapter
break;
}

there should be a break; after dvb_transport_get_signal_status of course.

#5

Updated by Andreas Smas almost 14 years ago

Fixed (a bit different than those patches) in r5615

#6

Updated by Andreas Smas almost 14 years ago

  • Found in version set to fixed

Also available in: Atom PDF