Project

General

Profile

BISS + OSCAM + TVheadend

Added by Mark Lee about 6 years ago

hi,

i have been working for weeks now trying to get this to work but no luck, i appreciate if anyone can help, this is my config below:

OSCAM.USER =========================================================
[account]
user = tvheadend
pwd = tvheadend
uniq = 0
group = 1
ident = 2600:000000
caid = 2600
au = constant.cw ========================================================
OSCAM.SERVER ========================================================
[reader]
label = beout
protocol = constcw
device = /etc/oscam-svn/constant.cw
ident = 2600:000000
caid = 2600
detect = cd
group = 1 ======================================================
constant.cw (using Standard format) ======================================================
2600:000000:0005:002E:1FFF:1011:11 22 33 44 55 66 77 88 11 22 33 44 55 66 77 88 ;TV_test ======================================================
OSCAM LOG ======================================================
2018/08/21 08:50:07 00000000 s (main) System name = Linux
2018/08/21 08:50:07 00000000 s (main) Host name = Trans24
2018/08/21 08:50:07 00000000 s (main) Release = 3.13.0-32-generic
2018/08/21 08:50:07 00000000 s (main) Version = #57-Ubuntu SMP Tue Jul 15 03:51:08 UTC 2014
2018/08/21 08:50:07 00000000 s (main) Machine = x86_64
2018/08/21 08:50:07 00000000 s (main) creating pidfile /var/run/oscam-svn.pid with pid 11325
2018/08/21 08:50:07 00000000 s (config) services reloaded: 0 services freed, 2 services loaded, rejected 0
2018/08/21 08:50:07 00000000 s (config) userdb reloaded: 1 accounts loaded, 0 expired, 0 disabled
2018/08/21 08:50:07 00000000 s (main) signal handling initialized
2018/08/21 08:50:07 00000000 s (config) 2 service-id's loaded in 0 ms
2018/08/21 08:50:07 00000000 s (config) 1 lengths for caid guessing loaded
2018/08/21 08:50:07 00000000 s (net) newcamd: initialized (fd=6, port=15050)
2018/08/21 08:50:07 00000000 s (net) -> CAID: 0604 PROVID: 000000
2018/08/21 08:50:07 00000000 s (reader) beout [constcw] creating thread for device /etc/oscam-svn/constant.cw
2018/08/21 08:50:07 00000000 s (stat) loadbalancer: could not open /tmp/oscam-svn/stat for reading (errno=2 No such file or directory)
2018/08/21 08:50:07 00000000 s (main) waiting for local card init
2018/08/21 08:50:07 7FE110DC p (constcw) Local reader: beout (file: /etc/oscam-svn/constant.cw)
2018/08/21 08:50:07 7FE110DC p (reader) beout [constcw] proxy initialized, server /etc/oscam-svn/constant.cw:0
2018/08/21 08:50:07 3645B9CA h (webif) webif: decompressed 184588 bytes back into 434032 bytes
2018/08/21 08:50:07 3645B9CA h (webif) HTTP Server running. ip=0.0.0.0 port=15080
2018/08/21 08:50:08 00000000 s (main) init for all local cards done
2018/08/21 08:50:08 00000000 s (emmcache) loading emmcache disabled since no reader is using it!
2018/08/21 08:50:08 00000000 s (emmcache) loading emmstats disabled since no reader is using it!
2018/08/21 08:50:08 00000000 s (anticasc) anti cascading disabled
2018/08/21 08:50:09 0E47390B c (newcamd) client connected to 15050 port
2018/08/21 08:50:09 0E47390B c (client) encrypted newcamd:15050-client 127.0.0.1 granted (tvheadend, au=on (1 reader))
2018/08/21 08:50:09 0E47390B c (newcamd) user tvheadend authenticated successfully (Tvheadend)
2018/08/21 08:50:09 0E47390B c (newcamd) AU disabled for user tvheadend
2018/08/21 08:50:09 0E47390B c (newcamd) no valid CAID found in CAID for user 'tvheadend'
2018/08/21 08:50:09 0E47390B c (client) tvheadend disconnected from 127.0.0.1
2018/08/21 08:50:12 5DA00C23 c (newcamd) client connected to 15050 port
2018/08/21 08:50:12 5DA00C23 c (client) encrypted newcamd:15050-client 127.0.0.1 granted (tvheadend, au=on (1 reader))
2018/08/21 08:50:12 5DA00C23 c (newcamd) user tvheadend authenticated successfully (Tvheadend)
2018/08/21 08:50:12 5DA00C23 c (newcamd) AU disabled for user tvheadend
2018/08/21 08:50:12 5DA00C23 c (newcamd) no valid CAID found in CAID for user 'tvheadend'
2018/08/21 08:50:12 5DA00C23 c (client) tvheadend disconnected from 127.0.0.1
2018/08/21 08:50:15 69F31C58 c (newcamd) client connected to 15050 port
2018/08/21 08:50:15 69F31C58 c (client) encrypted newcamd:15050-client 127.0.0.1 granted (tvheadend, au=on (1 reader))
2018/08/21 08:50:15 69F31C58 c (newcamd) user tvheadend authenticated successfully (Tvheadend)
2018/08/21 08:50:15 69F31C58 c (newcamd) AU disabled for user tvheadend
2018/08/21 08:50:15 69F31C58 c (newcamd) no valid CAID found in CAID for user 'tvheadend'
2018/08/21 08:50:15 69F31C58 c (client) tvheadend disconnected from 127.0.0.1


Replies (11)

RE: BISS + OSCAM + TVheadend - Added by saen acro about 6 years ago

oscam.conf

[newcamd]
port                          = ???????????
key                           = 0102030405060708091011121314
keepalive                     = 1
mgclient                      = 1

RE: BISS + OSCAM + TVheadend - Added by Mark Lee about 6 years ago

this is my config:
[newcamd]
port = 15050@0604:000000
key = 0102030405060708091011121314
allowed =
keepalive = 1
mgclient = 1

RE: BISS + OSCAM + TVheadend - Added by saen acro about 6 years ago

OSCAM.USER

[account]
user = tvheadend
pwd = tvheadend
uniq = 0
group = 1
ident = 2600:000000 << remove line
caid = 2600 << remove line

what version of oscam +- patch
do you try to put keys directly in oscam.

RE: BISS + OSCAM + TVheadend - Added by Mark Lee about 6 years ago

OSCam: 1.20_svn Build: r0 Compiler: x86_64-linux-gnu
i did not install any patches

also did not try put keys directly into oscam,

RE: BISS + OSCAM + TVheadend - Added by Mark Lee about 6 years ago

ident = 2600:000000 << remove line
caid = 2600 << remove line

removing the above 2 lines, stopped the error from coming
2018/08/21 12:44:32 40D1DEA4 c (newcamd) user tvheadend authenticated successfully (Tvheadend)
2018/08/21 12:44:32 40D1DEA4 c (newcamd) AU enabled for user tvheadend on reader beout

now how do i know if there is a problem with the Keys or not ? if i try to play any encrypted channels from TVH i dont see any logs coming to oscam

RE: BISS + OSCAM + TVheadend - Added by saen acro about 6 years ago

Try wit oscam with will work ;) click

RE: BISS + OSCAM + TVheadend - Added by Mark Lee about 6 years ago

Explain please I did not understand

RE: BISS + OSCAM + TVheadend - Added by saen acro about 6 years ago

Mark Lee wrote:

Explain please I did not understand

Oficial ver is with limitation.

RE: BISS + OSCAM + TVheadend - Added by matias segurola about 6 years ago

Hello how are you ? did you manage to walk? I have oscam walking with keys biss and powervu I help you, tell me how you put the keys and q oscam and tvheadend you use emu? with newcamd I can not get either power vu or biss, biss only with cccam

RE: BISS + OSCAM + TVheadend - Added by Jeroen Bogers about 6 years ago

The issue with your OSCam configuration is that the CAID you used for your newcamd port is not the same as the CAID the card uses. Your card is configured for CAID 2600 (oscam.server, [reader] section, caid and ident values).

You configured newcamd for caid 0604 (ident 0604:000000 to be exact). I'm guessing you copied some example from somewhere. Change the 'port' line for [newcamd] in oscam.conf to match the ident from the [reader] section and you should be on your way.

[newcamd]
port = 15050@2600:000000
key = 0102030405060708091011121314

TL;DR: Make sure that you use a consistent CAID and provider id in all your configurations, including the newcamd config.

RE: BISS + OSCAM + TVheadend - Added by saen acro about 6 years ago

Jeroen Bogers wrote:

The issue with your OSCam configuration is that the CAID you used for your newcamd port is not the same as the CAID the card uses. Your card is configured for CAID 2600 (oscam.server, [reader] section, caid and ident values).

You configured newcamd for caid 0604 (ident 0604:000000 to be exact). I'm guessing you copied some example from somewhere. Change the 'port' line for [newcamd] in oscam.conf to match the ident from the [reader] section and you should be on your way.

[...]

TL;DR: Make sure that you use a consistent CAID and provider id in all your configurations, including the newcamd config.

Or active MGCAMd client and pass all CAID's no meter

Enable mgcamd extended newcamd protocol, allowing for a single connection to work with multiple providers, default:0

Example:
mgclient = 1  # (enabled)
mgclient = 0  # (disabled)

Default:
mgclient = 0

then with config as fallow
[newcamd]
port = 15050@0001:000000
key = 0102030405060708091011121314
mgclient = 1

no problem to use it with more then one CAID
    (1-11/11)