Page 1 of 2

oscam & minisatip & DigiBit R1

Posted: Fri Dec 07, 2018 9:54 pm
by kianusch
Hello,

My configuration: Latest minisatip running on Digibit R1 (satip-axe).
Everything works fine - but when I try to run oscam in this setup,
I actually can decryt the current channel - but as soon as I switch to another channel - oscam decryption does not work - I have to stop minisatip and start it again ... to decrypt the current channel -

Seems that oscam does not recognize switching channels.

I experimented with different boxtypes in oscam - also with different setting in minisatip (-1) ... but can not get it to run correctly.

Also - the included minisatip in the satip-axe package won't work at all - so I compiled my "own" version ...

# minisatip8 --help
minisatip version 0.7.16-axe215, compiled with s2api version: 0501
[07/12 21:51:39.487 main]: Built with dvbcsa
[07/12 21:51:39.488 main]: Built without CI
[07/12 21:51:39.488 main]: Built with dvbapi
[07/12 21:51:39.488 main]: Built without AES (OpenSSL)
[07/12 21:51:39.488 main]: Built with tables processing
[07/12 21:51:39.489 main]: Built with pmt processing
[07/12 21:51:39.489 main]: Built with satip client
[07/12 21:51:39.489 main]: Built with linux dvb client
[07/12 21:51:39.489 main]: Built with backtrace
[07/12 21:51:39.489 main]: Built without netceiver
[07/12 21:51:39.489 main]: Built for satip-axe

minisatip run with -o pointing to an different oscam on a different server works.

Any Ideas?

Re: oscam & minisatip & DigiBit R1

Posted: Fri Dec 07, 2018 11:45 pm
by cata
Can you tell me the command line you are using and attxh the log? (Add -l http -f)

Re: oscam & minisatip & DigiBit R1

Posted: Sat Dec 08, 2018 12:26 am
by kianusch
Hello,

Minisatip started with

minisatip8 -l http -f -j 0:4-984,1:5-1020,2:6-1056,3:7-1092 -o /tmp/camd.socket -p http://qnap.home/channels.m3u > /tmp/log

Re: oscam & minisatip & DigiBit R1

Posted: Tue Dec 18, 2018 7:36 am
by cata
Generally with the default minisatip only adapter 0 works.
You need this patch: http://www.streamboard.tv/oscam/ticket/4625 to have all the adapters working.

Re: oscam & minisatip & DigiBit R1

Posted: Sun Jan 06, 2019 8:02 pm
by kianusch
Even with this patch ... still not working.
Zapping is not recognized.

When I understand the patch correctly - it would be relevant, if zapping would change the demuxer - but even when the demuxer is not changed by zapping - it does not work.

But besides my problem - anybody out there having a working oscam with running with "camd.socket" on a "Digibit R1"?
You'd need stapi - but stapi seems to have some problems - or am I missing something?

Re: oscam & minisatip & DigiBit R1

Posted: Mon Jan 14, 2019 6:08 pm
by 9000h

Re: oscam & minisatip & DigiBit R1

Posted: Wed Jan 23, 2019 1:59 am
by kianusch
Still not working with the latest release (r11486).

Maybe I have a wrong configuration?

BoxType: 12
PMT Mode: 4

But I tried other modes too - and dod not have any success.

Re: oscam & minisatip & DigiBit R1

Posted: Wed Jan 23, 2019 6:51 am
by cata
Can u upload both minisatip and oscam log. Let me know at which date/time the issue occurs.

Re: oscam & minisatip & DigiBit R1

Posted: Sun Jan 27, 2019 10:06 pm
by kianusch
minisatip started as:

minisatip8 -l http -f -j 0:4-984,1:5-1020,2:6-1056,3:7-1092 -o /tmp/camd.socket -p http://qnap.home/channels.m3u

oscam-dvbapi configured with:

BoxType: pc-nodmx
PMT-Mode: 0-use camd.socket and PMT file

Startup with ORF1 -> descrambling works fine (Timestamp 21:54:50)
ZAP to ORF2 -> descrambling stops working (Timestamp 21:55:04)

Re: oscam & minisatip & DigiBit R1

Posted: Sat Feb 16, 2019 7:38 pm
by cata
To run in local mode try the following settings:

[dvbapi]
enabled = 1
au = 1
pmt_mode = 4
request_mode = 1
delayer = 60
user = <USER>
extended_cw_api = 2

Please let me know if this works.