Project

General

Profile

Bug #2674

Allow fastscan bouquets to create muxes on other networks.

Added by glenn ch over 9 years ago. Updated over 9 years ago.

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

100%

Estimated time:
(Total: 0.00 h)
Found in version:
master
Affected Versions:

Description

Hi,

It seems that only muxes on the same satellite position are added
although the fastscan bouquet contains muxes on other satellite positions ass well.

If I add the hack below (dvb_psi.c r215), the muxes are added (but I'm sure that this is not the correct place for this hack)

+    LIST_FOREACH(mn, &mpegts_network_all, mn_global_link)
+    {
+      if (mn->mn_satpos == dmc.u.dmc_fe_qpsk.orbital_pos)
+      {
+        mm->mm_network = mn; //hack
+        return mn->mn_create_mux(mm, onid, tsid, &dmc, force);
+      }
+    }
+    return mm->mm_network->mn_create_mux(mm, onid, tsid, &dmc, force);


Subtasks

Bug #2681: Tvheadend Fixed

Actions

History

#1

Updated by Jaroslav Kysela over 9 years ago

  • Status changed from New to Fixed
  • % Done changed from 0 to 100

Applied in changeset commit:tvheadend|89a5ca49143e365a6e0f904c215ae25a2502ba20.

#2

Updated by Jaroslav Kysela over 9 years ago

  • Status changed from Fixed to New
  • % Done changed from 100 to 0

You cannot override the mm->mm_network . Could you try v3.9-2492-g89a5ca4 ?

https://tvheadend.org/projects/tvheadend/repository/revisions/89a5ca49143e365a6e0f904c215ae25a2502ba20/diff/

#3

Updated by glenn ch over 9 years ago

Crash as soon tvh starts to scan the fastscan bouquet :s

I'm not at home that's why I only have a screenshot.

#4

Updated by Jaroslav Kysela over 9 years ago

  • Status changed from New to Fixed
  • % Done changed from 0 to 100

Applied in changeset commit:tvheadend|51e9aec9a06b21a51ad802c31e4889d276f026f5.

#5

Updated by glenn ch over 9 years ago

Working now, muxes on other networks are added but services on other networks are not mapped.

fastscan on astra1 -> only astra 1 services mapped
fastscan on astra3 -> only astra 3 services mapped

#6

Updated by Jaroslav Kysela over 9 years ago

The services should be added now - commit v3.9-2502-gf2cc2bc.

Also available in: Atom PDF