Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple input stream #14

Closed
medismail opened this issue Mar 18, 2016 · 2 comments
Closed

Multiple input stream #14

medismail opened this issue Mar 18, 2016 · 2 comments

Comments

@medismail
Copy link

Hi,

It is necessary to change MIS=9 to MIS=8 in line 994 "#define MIS 9" to pass correctly the stream id to the tuner card because :

static struct dtv_property dvbs2_cmdargs[] = {
{ .cmd = DTV_DELIVERY_SYSTEM, .u.data = SYS_DVBS2 }, // 0
{ .cmd = DTV_FREQUENCY, .u.data = 0 }, // 1
{ .cmd = DTV_MODULATION, .u.data = PSK_8 }, // 2
{ .cmd = DTV_INVERSION, .u.data = INVERSION_AUTO }, // 3
{ .cmd = DTV_SYMBOL_RATE, .u.data = 27500000 }, // 4
{ .cmd = DTV_INNER_FEC, .u.data = FEC_AUTO }, // 5
{ .cmd = DTV_PILOT, .u.data = PILOT_AUTO }, // 6
{ .cmd = DTV_ROLLOFF, .u.data = ROLLOFF_AUTO }, // 7
{ .cmd = DTV_STREAM_ID, .u.data = 0 }, // 8
{ .cmd = DTV_TUNE },
};

@joolzg
Copy link
Contributor

joolzg commented Sep 16, 2016

Also tbs say that the line

#define DTV_STREAM_ID 42

should be

#define DTV_STREAM_ID 43

joolz

@gfto
Copy link
Owner

gfto commented Mar 12, 2018

The problem is fixed in 'fixes' branch.

@gfto gfto closed this as completed Mar 12, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants