Bug #5556
closedmultistream 5.0W not working on tbs6909x - with fix
0%
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