Coder Social home page Coder Social logo

Comments (17)

ostryck avatar ostryck commented on July 17, 2024

As I've already told You mumudvb is not getting any messages from oscam despite sending correct capmt for those adapters so it's oscam issue.

from mumudvb.

mcwago avatar mcwago commented on July 17, 2024

no its not oscam issue,
ERRO: SCAM_DECSA: thread starved
there is some bug in the code of mumudvb, i have
1.7.1_20121001_scam working fine
1.7.2_20130915_master working only autoconf with error "thread starved"
libdvbcsa-1.1.0
i think there may be some problem with communication between mumu and libdvbcsa.
I can send you debug, but tell me what you need.

from mumudvb.

ostryck avatar ostryck commented on July 17, 2024

are you sure that, you're reffering to the same bug as petarslavnic ??? For no autoconfigurated channels I've pushed to my repo temporal fix https://github.com/ostryck/MuMuDVB

from mumudvb.

mcwago avatar mcwago commented on July 17, 2024

ok, patched πŸ‘
but, the error persist:
Sep 30 20:58:30 streamer MUMUDVB[9618]: ERRO: SCAM_DECSA: thread starved, channel channelname1 0 0
Sep 30 20:58:30 streamer MUMUDVB[9618]: ERRO: SCAM_DECSA: thread starved, channel channelname2 0 0
Sep 30 20:58:30 streamer MUMUDVB[9618]: ERRO: SCAM_DECSA: thread starved, channel channelname3 0 0
Sep 30 20:58:30 streamer MUMUDVB[9618]: ERRO: SCAM_DECSA: thread starved, channel channelname4 0 0
Sep 30 20:58:30 streamer MUMUDVB[9618]: ERRO: SCAM_DECSA: thread starved, channel channelname5 0 0
Sep 30 20:58:30 streamer MUMUDVB[9618]: ERRO: SCAM_DECSA: thread starved, channel channelname6 0 0
do you know what does it mean?
i havent this error on older version.

from mumudvb.

ostryck avatar ostryck commented on July 17, 2024

it's normal on startup due to recent change of when mumudvb threads connected with software cam get started. As long as they don't persist later you're good to go, I'll take care of that soon.

from mumudvb.

petarslavnic avatar petarslavnic commented on July 17, 2024

So if I understand there is problem only with auto configuration, am I right?

from mumudvb.

ostryck avatar ostryck commented on July 17, 2024

no, mcwago had different kind of problem, not in any way connected with more than 8 adapters. Due to recent change(2 weeks old) of how ca_indexes get mapped to mumudvb channel, software cam was not working with disabled autoconfiguration.

from mumudvb.

kamil-bednarek avatar kamil-bednarek commented on July 17, 2024

Same problem for me :(

ERRO: SCAM_SEND: thread starved, channel TVN CNBC Biznes 0 0
ERRO: SCAM_SEND: thread starved, channel ttv 0 0
ERRO: SCAM_DECSA: thread starved, channel n Sport 0 0
ERRO: SCAM_DECSA: thread starved, channel TVN24 0 0
ERRO: SCAM_DECSA: thread starved, channel TVN Turbo 0 0
ERRO: SCAM_DECSA: thread starved, channel TVN7 0 0
ERRO: SCAM_DECSA: thread starved, channel TVN CNBC Biznes 0 0
ERRO: SCAM_DECSA: thread starved, channel ttv 0 0
ERRO: SCAM_DECSA: thread starved, channel TVN Style 0 0
ERRO: SCAM_DECSA: thread starved, channel TVN Meteo 0 0
ERRO: SCAM_SEND: thread starved, channel TVN Turbo 0 0
ERRO: SCAM_SEND: thread starved, channel TVN Meteo 0 0
ERRO: SCAM_SEND: thread starved, channel TVN7 0 0
ERRO: SCAM_SEND: thread starved, channel n Sport 0 0
ERRO: SCAM_DECSA: thread starved, channel TVN 0 0
ERRO: SCAM_SEND: thread starved, channel TVN 0 0
ERRO: SCAM_SEND: thread starved, channel TVN CNBC Biznes 0 0
ERRO: SCAM_SEND: thread starved, channel TVN Style 0 0
ERRO: SCAM_SEND: thread starved, channel ttv 0 0
ERRO: SCAM_SEND: thread starved, channel TVN24 0 0

from mumudvb.

savskii avatar savskii commented on July 17, 2024

hi guys

any fix for this problem yet?

getting same errors continuasly and channels not opening

ERRO: SCAM_SEND: thread starved, channel star sport 1 0 0
ERRO: SCAM_DECSA: thread starved, channel star sport 1 0 0
ERRO: SCAM_SEND: thread starved, channel star sport 1 0 0
ERRO: SCAM_DECSA: thread starved, channel star sport 1 0 0

thanks

from mumudvb.

byte123 avatar byte123 commented on July 17, 2024

I have the same problem, 12 adapters with same configuration of mumudvb
1-8 are working fine
the 8th and above, does not decrypt

from mumudvb.

mcwago avatar mcwago commented on July 17, 2024

post config, channel part here, like
autoconf_sid_list=711,...

#CHANNEL HD
new_channel
service_id=711
ip=239.255.0.30
oscam=1
ring_buffer_size=32768
decsa_delay=500000
send_delay=1500000

and version u r using
did u patch kernel for more the 8 cards?
also, MAX_DEMUX for oscam source?
post your os spec, kernel uname...

from mumudvb.

byte123 avatar byte123 commented on July 17, 2024

Kernel patched:
root@test-dvb:~# ls -al /dev/dvb/
total 0
drwxr-xr-x 14 root root 280 May 11 11:31 ./
drwxr-xr-x 15 root root 5080 May 11 11:31 ../
drwxr-xr-x 2 root root 120 May 11 11:31 adapter0/
drwxr-xr-x 2 root root 120 May 11 11:31 adapter1/
drwxr-xr-x 2 root root 120 May 11 11:31 adapter10/
drwxr-xr-x 2 root root 120 May 11 11:31 adapter11/
drwxr-xr-x 2 root root 120 May 11 11:31 adapter2/
drwxr-xr-x 2 root root 120 May 11 11:31 adapter3/
drwxr-xr-x 2 root root 120 May 11 11:31 adapter4/
drwxr-xr-x 2 root root 120 May 11 11:31 adapter5/
drwxr-xr-x 2 root root 120 May 11 11:31 adapter6/
drwxr-xr-x 2 root root 120 May 11 11:31 adapter7/
drwxr-xr-x 2 root root 120 May 11 11:31 adapter8/
drwxr-xr-x 2 root root 120 May 11 11:31 adapter9/

All cards are TBS6985, and are working fine on FTA channels

This is the config file, that I am using (only changing card numer)

#----------- TUNING -------------
#The DVB/ATSC card we want to use
card=11
freq=12525
pol=h
srate=30000

autoconfiguration=full
autoconf_sid_list=1003
rewrite_pat=1
rewrite_sdt=1
sort_eit=1
dont_send_scrambled=1
filter_transport_error=1
check_cc=1
port_http=10011
unicast=1
scam_support=1
lnb_voltage_off=1
unicast_queue_size=2024000
ring_buffer_default_size=131072
decsa_default_delay=10000000
send_default_delay=30000000
sap=0

#Channel 1
new_channel
ip=239.2.115.28
name=BNT 1
service_id=1003
oscam=1

On Cards 0-7 everything is fine, on cards 8-11 I receive error:
ERRO: SCAM_DECSA: thread starved, channel BNT 1 0 44915
ERRO: SCAM_DECSA: thread starved, channel BNT 1 0 44915
....
When I change the cards order on the mainboard ( dvb8 become dvb0 ), the mumudvb is working.
I had tested it with Mumudvb 1.7.3 and 2.0.0 ( 20150614 )

Kernel is:
3.2.29-smp #2 SMP Mon Sep 17 13:16:43 CDT 2012 i686 Intel(R) Xeon(R) CPU E3-1275 v3 @ 3.50GHz GenuineIntel GNU/Linux
Slackware 14.0

from mumudvb.

mcwago avatar mcwago commented on July 17, 2024

My problem gone with older oscam change,

What cas system u have? Viacess, irdeto, seca....? Do u have local card, or remote share? What is your decoding time, look in live log in oscam.

From: byte123 [mailto:[email protected]]
Sent: Wednesday, May 11, 2016 1:08 PM
To: braice/MuMuDVB
Cc: Joe McWago; Comment
Subject: Re: [braice/MuMuDVB] Software descrambling with oscam on adapter grather then 8 (#34)

Kernel patched:
root@test-dvb:~# ls -al /dev/dvb/
total 0
drwxr-xr-x 14 root root 280 May 11 11:31 ./
drwxr-xr-x 15 root root 5080 May 11 11:31 ../
drwxr-xr-x 2 root root 120 May 11 11:31 adapter0/
drwxr-xr-x 2 root root 120 May 11 11:31 adapter1/
drwxr-xr-x 2 root root 120 May 11 11:31 adapter10/
drwxr-xr-x 2 root root 120 May 11 11:31 adapter11/
drwxr-xr-x 2 root root 120 May 11 11:31 adapter2/
drwxr-xr-x 2 root root 120 May 11 11:31 adapter3/
drwxr-xr-x 2 root root 120 May 11 11:31 adapter4/
drwxr-xr-x 2 root root 120 May 11 11:31 adapter5/
drwxr-xr-x 2 root root 120 May 11 11:31 adapter6/
drwxr-xr-x 2 root root 120 May 11 11:31 adapter7/
drwxr-xr-x 2 root root 120 May 11 11:31 adapter8/
drwxr-xr-x 2 root root 120 May 11 11:31 adapter9/

All cards are TBS6985, and are working fine on FTA channels

This is the config file, that I am using (only changing card numer)

#----------- TUNING -------------
#The DVB/ATSC card we want to use
card=11
freq=12525
pol=h
srate=30000

autoconfiguration=full
autoconf_sid_list=1003
rewrite_pat=1
rewrite_sdt=1
sort_eit=1
dont_send_scrambled=1
filter_transport_error=1
check_cc=1
port_http=10011
unicast=1
scam_support=1
lnb_voltage_off=1
unicast_queue_size=2024000
ring_buffer_default_size=131072
decsa_default_delay=10000000
send_default_delay=30000000
sap=0

#Channel 1
new_channel
ip=239.2.115.28
name=BNT 1
service_id=1003
oscam=1

On Cards 0-7 everything is fine, on cards 8-11 I receive error:
ERRO: SCAM_DECSA: thread starved, channel BNT 1 0 44915
ERRO: SCAM_DECSA: thread starved, channel BNT 1 0 44915
....
When I change the cards order on the mainboard ( dvb8 become dvb0 ), the mumudvb is working.
I had tested it with Mumudvb 1.7.3 and 2.0.0 ( 20150614 )

β€”
You are receiving this because you commented.
Reply to this email directly or view it on GitHub #34 (comment) https://github.com/notifications/beacon/AFUbUxzfuqoq8GuQ1j_9ySwbPQSv5N0uks5qAbh2gaJpZM4BA7Ug.gif

from mumudvb.

mcwago avatar mcwago commented on July 17, 2024

Oscam source patched?

From: byte123 [mailto:[email protected]]
Sent: Wednesday, May 11, 2016 1:08 PM
To: braice/MuMuDVB
Cc: Joe McWago; Comment
Subject: Re: [braice/MuMuDVB] Software descrambling with oscam on adapter grather then 8 (#34)

Kernel patched:
root@test-dvb:~# ls -al /dev/dvb/
total 0
drwxr-xr-x 14 root root 280 May 11 11:31 ./
drwxr-xr-x 15 root root 5080 May 11 11:31 ../
drwxr-xr-x 2 root root 120 May 11 11:31 adapter0/
drwxr-xr-x 2 root root 120 May 11 11:31 adapter1/
drwxr-xr-x 2 root root 120 May 11 11:31 adapter10/
drwxr-xr-x 2 root root 120 May 11 11:31 adapter11/
drwxr-xr-x 2 root root 120 May 11 11:31 adapter2/
drwxr-xr-x 2 root root 120 May 11 11:31 adapter3/
drwxr-xr-x 2 root root 120 May 11 11:31 adapter4/
drwxr-xr-x 2 root root 120 May 11 11:31 adapter5/
drwxr-xr-x 2 root root 120 May 11 11:31 adapter6/
drwxr-xr-x 2 root root 120 May 11 11:31 adapter7/
drwxr-xr-x 2 root root 120 May 11 11:31 adapter8/
drwxr-xr-x 2 root root 120 May 11 11:31 adapter9/

All cards are TBS6985, and are working fine on FTA channels

This is the config file, that I am using (only changing card numer)

#----------- TUNING -------------
#The DVB/ATSC card we want to use
card=11
freq=12525
pol=h
srate=30000

autoconfiguration=full
autoconf_sid_list=1003
rewrite_pat=1
rewrite_sdt=1
sort_eit=1
dont_send_scrambled=1
filter_transport_error=1
check_cc=1
port_http=10011
unicast=1
scam_support=1
lnb_voltage_off=1
unicast_queue_size=2024000
ring_buffer_default_size=131072
decsa_default_delay=10000000
send_default_delay=30000000
sap=0

#Channel 1
new_channel
ip=239.2.115.28
name=BNT 1
service_id=1003
oscam=1

On Cards 0-7 everything is fine, on cards 8-11 I receive error:
ERRO: SCAM_DECSA: thread starved, channel BNT 1 0 44915
ERRO: SCAM_DECSA: thread starved, channel BNT 1 0 44915
....
When I change the cards order on the mainboard ( dvb8 become dvb0 ), the mumudvb is working.
I had tested it with Mumudvb 1.7.3 and 2.0.0 ( 20150614 )

β€”
You are receiving this because you commented.
Reply to this email directly or view it on GitHub #34 (comment) https://github.com/notifications/beacon/AFUbUxzfuqoq8GuQ1j_9ySwbPQSv5N0uks5qAbh2gaJpZM4BA7Ug.gif

from mumudvb.

byte123 avatar byte123 commented on July 17, 2024

I haven't pached my oscam.
Which version do you use ?

from mumudvb.

mcwago avatar mcwago commented on July 17, 2024

no matter which version, use latest from repo
svn checkout http://www.streamboard.tv/svn/oscam/trunk oscam-svn
cd oscam-svn
manualy patch

Note from mumu doc:
When using oscam with more than 16 channels adjust macro definition MAX_DEMUX (line below) on oscam header module-dvbapi.h to number of your channels
#define MAX_DEMUX 16
finaly ->
make

from mumudvb.

byte123 avatar byte123 commented on July 17, 2024

OK, which patch ?

Saturday, May 14, 2016, 10:59:35 PM, you wrote:

no matter which version, use latest from repo
svn checkout http://www.streamboard.tv/svn/oscam/trunk oscam-svn
cd oscam-svn
manualy patch
Note from mumu doc:
When using oscam with more than 16 channels adjust macro definition MAX_DEMUX (line below) on oscam header module-dvbapi.h to number of your channels
#define MAX_DEMUX 16
finaly ->
make
β€”
You are receiving this because you commented.
Reply to this email directly or view it on GitHub

Best regards,
Anatoli Trifonov mailto:[email protected]
Network Administrator
Unics Ltd.
Gabrovo +359 66 803134

from mumudvb.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.