Project

General

Profile

Actions

Bug #5556

closed

multistream 5.0W not working on tbs6909x - with fix

Added by Deep Thought over 6 years ago. Updated over 6 years ago.

Status:
Invalid
Priority:
Normal
Assignee:
-
Category:
General
Target version:
-
Start date:
2019-02-23
Due date:
% Done:

0%

Estimated time:
Found in version:
4.3
Affected Versions:

Description

I have just tested a tbs 6909x tuner card and am trying to get
the multistreams on 5.0W working with the latest tvheadend
(39db47829b65f140f337d4af3110a8906fed6ff8) and the latest
open source tbs drivers.

This does not work and I tracked it down to the following code
in input/mpegts/linuxdvb/linuxdvb_frontend.c around line 1892:
#if 0 //DEEPTHOUGHT
#if DVB_VER_ATLEAST(5,11)
r = dvb_sat_pls(dmc);
if (r != 0) /* default PLS gold code */
S2CMD;
#endif
#endif //DEEPTHOUGHT

When the code is commented out (with the #if 0) all multistreams work on
5.0 (Italian, French).
With the original code, none of the work.

The pls code is already set on earlier source lines, so I wonder what the dvb_sat_pls
call is supposed to do.

My dvbabi versions are:
#define DVB_API_VERSION 5
#define DVB_API_VERSION_MINOR 11

Actions

Also available in: Atom PDF