Project

General

Profile

This project is closed and read-only.

Actions

Bug #2674

closed

Allow fastscan bouquets to create muxes on other networks.

Bug #2674: Allow fastscan bouquets to create muxes on other networks.

Added by glenn ch over 11 years ago. Updated over 11 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 1 (0 open1 closed)

Bug #2681: Tvheadend Fixed2015-02-16

Actions

Updated by Jaroslav Kysela over 11 years ago Actions #1

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

Applied in changeset commit:tvheadend|89a5ca49143e365a6e0f904c215ae25a2502ba20.

Updated by Jaroslav Kysela over 11 years ago Actions #2

  • 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/

Updated by glenn ch over 11 years ago Actions #3

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

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

Updated by Jaroslav Kysela over 11 years ago Actions #4

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

Applied in changeset commit:tvheadend|51e9aec9a06b21a51ad802c31e4889d276f026f5.

Updated by glenn ch over 11 years ago Actions #5

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

Updated by Jaroslav Kysela over 11 years ago Actions #6

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

Actions

Also available in: PDF Atom