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

descrambling issue with mumudvb using oscam #56

Closed
morsino opened this issue Apr 1, 2014 · 21 comments
Closed

descrambling issue with mumudvb using oscam #56

morsino opened this issue Apr 1, 2014 · 21 comments

Comments

@morsino
Copy link

morsino commented Apr 1, 2014

Hello,

Mumudvb stop descrambling channels after 5-10 minutes, oscam is running and connected to dvbapi, but i don't undersand why doesn't mumudvb continue descrambling channels even with oscam connected, i have to run mumudvb -d -c mychannelconfig.txt to resume manually the channel.

is there a solution for that ?

i'm using mumudvb 1.7.2

Regards,
Morsi

@ostryck
Copy link
Contributor

ostryck commented Apr 1, 2014

Hi. Please send mumudvb log with -d -vvv when it's happening

@iamliuyin
Copy link

Hi ostryck,

I've exact the same issue with morsino so I'm not opening a new topic.

I have tried mumudvb version 1.7.2 and 1.7.3 using oscam and some of the mumudvb threads(majorly 2-4 of 6 tuner cards in total) was randomly crashed after 5-10 minutes, with continuously printing:

ERRO: SCAM_SEND: thread starved, channel abc123 0 0
ERRO: SCAM_DECSA: thread starved, channel xyz789 0 0

Besides, if keep the issued threads running, after several hours, the kernel will crash with saying "kernel panic". I don't have the kernel dump/log currently but could collect if it helps.

My environment for your reference:

Hardware: 6 * tuner cards, frontend is Philips TDA10023
OS: Ubuntu_13.10_x86_64 server edition
libdvbcsa: installed from apt repository
oscam: not particular but normal build from trunk, with MAX_DEMUX set to 128

Sample configuration file:

card=0
multicast_ipv4=0
unicast=1
port_http=4200
autoconfiguration=full
scam_support=1
freq=706000
srate=6875
modulation=QAM64

#channel 1
channel_next
name=channel 1
oscam=1

#channel 2
channel_next
name=channel 2
oscam=1

#channel 3
channel_next
name=channel 3
oscam=1

#channel 4
channel_next
name=channel 4
oscam=1

#channel 5
channel_next
name=channel 5
oscam=1

#channel 6
channel_next
name=channel 6
oscam=1

#channel 7
channel_next
name=channel 7
oscam=1

#channel 8
channel_next
name=channel 8
oscam=1

#channel 9
channel_next
name=channel 9
oscam=1

Let me know if further information is required.

Thanks!

Rgds/Nick

@ostryck
Copy link
Contributor

ostryck commented Apr 7, 2014

Hi,
that's strange that it causes kernel panic, I would suspect that it's driver fault, and mumudvb stops getting packets from the card. Brice do you have any idea how to log it in the easiest way?

@iamliuyin
Copy link

Hi ostryck,

I reproduced the kernel panic and here is all i grabbed from syslog:

Apr 8 08:32:27 dvbhost kernel: [35660.668243] BUG: unable to handle kernel paging request at ffff88007985d000
Apr 8 08:32:27 dvbhost kernel: [35660.668290] IP: [] dvb_dmx_swfilter+0xa8/0x180 [dvb_core]
Apr 8 08:32:27 dvbhost kernel: [35660.668333] PGD 1fd1067 PUD 1fd5067 PMD 1005fc067 PTE 0
Apr 8 08:32:27 dvbhost kernel: [35660.668368] Oops: 0000 [#1] SMP
Apr 8 08:32:27 dvbhost kernel: [35660.668390] Modules linked in: vesafb(F) snd_hda_codec_hdmi snd_hda_codec_realtek x86_pkg_temp_thermal intel_powerclamp coretemp kvm(F) crct10dif_pclmul(F) crc32_pclmul(F) ghash_clmulni_intel(F) cryptd(F) ppdev(F) dvb_pll(OF) tda10023(OF) dvb3221(OF) dvb_usb dvb_core rc_core microcode(F) bonding(F) psmouse(F) serio_raw(F) snd_hda_intel snd_hda_codec lpc_ich i915 snd_hwdep(F) snd_pcm(F) snd_page_alloc(F) snd_timer(F) snd(F) soundcore(F) drm_kms_helper drm i2c_algo_bit lp(F) parport_pc(F) mac_hid parport(F) video(F) ahci(F) libahci(F) r8169 mii(F)
Apr 8 08:32:27 dvbhost kernel: [35660.668707] CPU: 1 PID: 0 Comm: swapper/1 Tainted: GF O 3.11.0-12-generic #19-Ubuntu
Apr 8 08:32:27 dvbhost kernel: [35660.668748] Hardware name: To be filled by O.E.M. To be filled by O.E.M./MAHOBAY, BIOS 4.6.5 10/14/2013
Apr 8 08:32:27 dvbhost kernel: [35660.668792] task: ffff880072fbddc0 ti: ffff880072fc8000 task.ti: ffff880072fc8000
Apr 8 08:32:27 dvbhost kernel: [35660.668828] RIP: 0010:[] [] dvb_dmx_swfilter+0xa8/0x180 [dvb_core]
Apr 8 08:32:27 dvbhost kernel: [35660.668880] RSP: 0018:ffff880100303c20 EFLAGS: 00010006
Apr 8 08:32:27 dvbhost kernel: [35660.668907] RAX: 000000000974f000 RBX: ffff880070d914b0 RCX: 0000000009746a58
Apr 8 08:32:27 dvbhost kernel: [35660.668944] RDX: 00000000000000fc RSI: ffff88007985499c RDI: 0000000000000001
Apr 8 08:32:27 dvbhost kernel: [35660.668977] RBP: ffff880100303c50 R08: 000000000974f000 R09: 000000000974efff
Apr 8 08:32:27 dvbhost kernel: [35660.669011] R10: 0000000000000000 R11: 0000000000000000 R12: ffff880070d91780
Apr 8 08:32:27 dvbhost kernel: [35660.669045] R13: 00000000ffffd2b4 R14: 0000000009746a58 R15: ffff88007010e000
Apr 8 08:32:27 dvbhost kernel: [35660.669079] FS: 0000000000000000(0000) GS:ffff880100300000(0000) knlGS:0000000000000000
Apr 8 08:32:27 dvbhost kernel: [35660.669117] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Apr 8 08:32:27 dvbhost kernel: [35660.669148] CR2: ffff88007985d000 CR3: 0000000001c0e000 CR4: 00000000001407e0
Apr 8 08:32:27 dvbhost kernel: [35660.669182] Stack:
Apr 8 08:32:27 dvbhost kernel: [35660.669193] 0000000c36afa300 ffff880070146b40 ffff880070146b40 0000000000000000
Apr 8 08:32:27 dvbhost kernel: [35660.669236] ffff880070d91878 ffff88007010e000 ffff880100303c60 ffffffffa02a6f00
Apr 8 08:32:27 dvbhost kernel: [35660.669280] ffff880100303c98 ffffffffa02a8372 ffff880070146b40 ffff880072773000
Apr 8 08:32:27 dvbhost kernel: [35660.669322] Call Trace:
Apr 8 08:32:27 dvbhost kernel: [35660.669335]
Apr 8 08:32:27 dvbhost kernel: [35660.669348] [] dvb_usb_data_complete+0x30/0x40 [dvb_usb]
Apr 8 08:32:27 dvbhost kernel: [35660.669390] [] usb_urb_complete+0x102/0x110 [dvb_usb]
Apr 8 08:32:27 dvbhost kernel: [35660.669425] [] usb_hcd_giveback_urb+0x56/0xc0
Apr 8 08:32:27 dvbhost kernel: [35660.669457] [] ehci_urb_done+0x67/0xa0
Apr 8 08:32:27 dvbhost kernel: [35660.669486] [] qh_completions+0x223/0x5c0
Apr 8 08:32:27 dvbhost kernel: [35660.669517] [] ? enqueue_entity+0x2ad/0xb80
Apr 8 08:32:27 dvbhost kernel: [35660.669546] [] ehci_work.part.64+0x6ae/0x9a0
Apr 8 08:32:27 dvbhost kernel: [35660.669577] [] ? ttwu_do_wakeup+0x19/0xd0
Apr 8 08:32:27 dvbhost kernel: [35660.669606] [] ehci_irq+0x2a8/0x4b0
Apr 8 08:32:27 dvbhost kernel: [35660.669634] [] ? cascade+0xa0/0xa0
Apr 8 08:32:27 dvbhost kernel: [35660.669662] [] ? rcu_report_qs_rnp+0x7a/0x130
Apr 8 08:32:27 dvbhost kernel: [35660.669692] [] usb_hcd_irq+0x38/0x60
Apr 8 08:32:27 dvbhost kernel: [35660.669719] [] handle_irq_event_percpu+0x3e/0x1e0
Apr 8 08:32:27 dvbhost kernel: [35660.669751] [] handle_irq_event+0x3f/0x60
Apr 8 08:32:27 dvbhost kernel: [35660.669779] [] handle_fasteoi_irq+0x5a/0x100
Apr 8 08:32:27 dvbhost kernel: [35660.669811] [] handle_irq+0x1e/0x30
Apr 8 08:32:27 dvbhost kernel: [35660.669838] [] do_IRQ+0x4d/0xc0
Apr 8 08:32:27 dvbhost kernel: [35660.671094] [] common_interrupt+0x6d/0x6d
Apr 8 08:32:27 dvbhost kernel: [35660.672352]
Apr 8 08:32:27 dvbhost kernel: [35660.672364] [] ? cpuidle_enter_state+0x52/0xc0
Apr 8 08:32:27 dvbhost kernel: [35660.674875] [] cpuidle_idle_call+0xc9/0x210
Apr 8 08:32:27 dvbhost kernel: [35660.676118] [] arch_cpu_idle+0xe/0x30
Apr 8 08:32:27 dvbhost kernel: [35660.677351] [] cpu_startup_entry+0xce/0x280
Apr 8 08:32:27 dvbhost kernel: [35660.678581] [] start_secondary+0x217/0x2c0
Apr 8 08:32:27 dvbhost kernel: [35660.679779] Code: 00 00 4c 89 f0 77 14 41 89 c8 eb 50 31 c9 45 31 f6 66 90 4d 39 f5 4c 89 f0 76 ec 43 80 3c 37 47 74 e5 41 89 c9 eb 0e 0f 1f 40 00 <41> 80 3c 07 47 74 0f 45 89 c1 45 8d 41 01 49 63 c0 49 39 c5 77
Apr 8 08:32:27 dvbhost kernel: [35660.682391] RIP [] dvb_dmx_swfilter+0xa8/0x180 [dvb_core]
Apr 8 08:32:27 dvbhost kernel: [35660.683622] RSP
Apr 8 08:32:27 dvbhost kernel: [35660.684811] CR2: ffff88007985d000

One more thing to attention is mumudvb printed below message before crash,

WARN: DVB: Error : DVR buffer overrun

I will move to tune dvr_buffer_size and dvr_thread_buffer_size and see if it works.

Rgds/Nick

@morsino
Copy link
Author

morsino commented Apr 10, 2014

I have put multicast_ipv4=0 and multicast=0, and now the result is better,
now, channels are working for 2-3 hours with scam, then stop descrambling have the logs below

ERRO: SCAM_SEND: thread starved, channel mychannel1 0 0
ERRO: SCAM_DECSA: thread starved, channel mychannel2 0 0

@mashvag
Copy link

mashvag commented Dec 17, 2014

is there a tutorial on how to setup oscam with mumudvb help would be gratefull

@braice
Copy link
Owner

braice commented Dec 24, 2014

2014-12-17 3:10 GMT+01:00 mashvag notifications@github.com:

is there a tutorial on how to setup oscam with mumudvb help would be
gratefull

Hello

You should find info in the archives of the mailing list, which I put in
copy so people can share their working configurations

Best

@xforze
Copy link

xforze commented May 10, 2015

Hi All,

I have also an issue with getting my hardware cam working.
Where can I find the mailing archive ?
And where can I sent support questions to ?

Best Regards, Thomas

@braice
Copy link
Owner

braice commented May 11, 2015

The list archives are here
https://lists.crans.org/listinfo/mumudvb-dev

Are you able to see your cam with gnutv -cammenu ?

2015-05-10 11:39 GMT+02:00 xforze notifications@github.com:

Hi All,

I have also an issue with getting my hardware cam working.
Where can I find the mailing archive ?
And where can I sent support questions to ?

Best Regards, Thomas


Reply to this email directly or view it on GitHub
#56 (comment).

@xforze
Copy link

xforze commented May 11, 2015

Hi Braice,

Thank you for your answer.

Yes, it shows the cam menu (viaccess module is plugged in):
root@odroid:~# gnutv -cammenu
CAM Application type: 01
CAM Application manufacturer: cafe
CAM Manufacturer code: babe
CAM Menu string: Viaccess Access
CAM supports the following ca system ids:
0x0500

0x0502

Viaccess Conditional Access
Main Menu
0. Quit menu

  1. Consultation
  2. Settings
  3. Upgrade
    Press 'OK' to confirm, 'EXIT' to quit
    Enter option:

Here is the output of "cat /var/run/mumudvb/caminfo_adapter0_tuner0"
CAM_Application_Type=01
CAM_Application_Manufacturer=cafe
CAM_Manufacturer_Code=babe
CAM_Menu_String=Viaccess Access
ID_CA_Supported=0500
ID_CA_Supported=0502

Here is the output of "cat /var/run/mumudvb/channels_streamed_adapter0_tuner0"
239.100.0.0:1234:SCT7:HighlyScrambled
239.100.0.1:1234:SCT HD:HighlyScrambled
239.100.0.2:1234:SEXY SAT ALGERIE:FullyUnscrambled
239.100.0.3:1234:TELESUR:FullyUnscrambled
239.100.0.4:1234:Redlight:HighlyScrambled
239.100.0.5:1234:EXOTICA TV:HighlyScrambled
239.100.0.6:1234:SCT 5:HighlyScrambled
239.100.0.7:1234:SCT 6:HighlyScrambled
239.100.0.8:1234:SCT 7:HighlyScrambled
239.100.0.9:1234:SCT HQ:HighlyScrambled
239.100.0.10:1234:PLATINUM:FullyUnscrambled
239.100.0.11:1234:SCT PROMO b:FullyUnscrambled
239.100.0.12:1234:SCT PROMO c:FullyUnscrambled
239.100.0.13:1234:SCT PROMO d:FullyUnscrambled
239.100.0.14:1234:SCT PROMO e:FullyUnscrambled
239.100.0.15:1234:SCT PROMO f:FullyUnscrambled
239.100.0.16:1234:SCT PROMO g:FullyUnscrambled
239.100.0.17:1234:SCT PROMO h:FullyUnscrambled
239.100.0.18:1234:SCT PROMO i:FullyUnscrambled
239.100.0.19:1234:SCT PROMO j:FullyUnscrambled
239.100.0.20:1234:SCT PROMO k:FullyUnscrambled
239.100.0.21:1234:SCT PROMO l:FullyUnscrambled
239.100.0.22:1234:SCT PROMO m:FullyUnscrambled
239.100.0.23:1234:SCT PROMO n:FullyUnscrambled
239.100.0.24:1234:SCT PROMO o:FullyUnscrambled
239.100.0.25:1234:PINK O TV:HighlyScrambled
239.100.0.26:1234:HB SEXYSAT 2:FullyUnscrambled
239.100.0.27:1234:Citta Italia HD:FullyUnscrambled
239.100.0.28:1234:TV Record EEUU:FullyUnscrambled

This is my config file (want to descramble SCT7):
unicast=1
freq=11727
pol=v
srate=27500
#autoconf_radios=0
autoconfiguration=full
multicast_ttl=16
dvr_buffer_size=10
dvr_thread=1
dvr_thread_buffer_size = 5000
sat_number = 3
diseqc_repeat = 1
cam_support=1

#autoconf_scrambled=1

new_channel
pids = 4700 4701

ip=239.100.0.0
port=1234
name=SCT7
port1

Im using the newest mumudvb build:
MuMuDVB Version 2.0.0_20150103_mumudvb2
--- Build information ---
Built with CAM support.
Built with SCAM support.
Built with ATSC support.
Built with ATSC long channel names support.
Built with support for DVB API Version 5.10.
Built with support for DVB-T2.


I started mumudvb with -vvv. As the output is very big, I uploaded the log file here
http://xxa.biz/log

How can I see if the channel is unscrambled ?
Is the channel listed as unscrambled in "/var/run/mumudvb/channels_streamed_adapter0_tuner0" ?

Best regards, Tom

@braice
Copy link
Owner

braice commented May 14, 2015

Hello

It's a bug from your provider, the flag free_ca_mode is improperly set
free_CA_mode: This 1-bit field, when set to "0" indicates that all the
component streams of the service are not scrambled.

it's 0 for all your channels

Can you change in mumudvb_channel.c line 217
if(auto_p->autoconf_scrambled && chan_p->channels[ichan].free_ca_mode)

by

if(auto_p->autoconf_scrambled && 1)

And give the log back an tell if it works !

Best

Brice

2015-05-11 22:44 GMT+02:00 xforze notifications@github.com:

Hi Braice,

Thank you for your answer.

Yes, it shows the cam menu (viaccess module is plugged in):
root@odroid:~# gnutv -cammenu
CAM Application type: 01
CAM Application manufacturer: cafe
CAM Manufacturer code: babe
CAM Menu string: Viaccess Access
CAM supports the following ca system ids:
0x0500
0x0502

Viaccess Conditional Access
Main Menu
0. Quit menu

  1. Consultation
  2. Settings
  3. Upgrade
    Press 'OK' to confirm, 'EXIT' to quit
    Enter option:

Here is the output of "cat /var/run/mumudvb/caminfo_adapter0_tuner0"
CAM_Application_Type=01
CAM_Application_Manufacturer=cafe
CAM_Manufacturer_Code=babe
CAM_Menu_String=Viaccess Access
ID_CA_Supported=0500
ID_CA_Supported=0502

Here is the output of "cat
/var/run/mumudvb/channels_streamed_adapter0_tuner0"
239.100.0.0[image: 🔢]SCT7:HighlyScrambled
239.100.0.1[image: 🔢]SCT HD:HighlyScrambled
239.100.0.2[image: 🔢]SEXY SAT ALGERIE:FullyUnscrambled
239.100.0.3[image: 🔢]TELESUR:FullyUnscrambled
239.100.0.4[image: 🔢]Redlight:HighlyScrambled
239.100.0.5[image: 🔢]EXOTICA TV:HighlyScrambled
239.100.0.6[image: 🔢]SCT 5:HighlyScrambled
239.100.0.7[image: 🔢]SCT 6:HighlyScrambled
239.100.0.8[image: 🔢]SCT 7:HighlyScrambled
239.100.0.9[image: 🔢]SCT HQ:HighlyScrambled
239.100.0.10[image: 🔢]PLATINUM:FullyUnscrambled
239.100.0.11[image: 🔢]SCT PROMO b:FullyUnscrambled
239.100.0.12[image: 🔢]SCT PROMO c:FullyUnscrambled
239.100.0.13[image: 🔢]SCT PROMO d:FullyUnscrambled
239.100.0.14[image: 🔢]SCT PROMO e:FullyUnscrambled
239.100.0.15[image: 🔢]SCT PROMO f:FullyUnscrambled
239.100.0.16[image: 🔢]SCT PROMO g:FullyUnscrambled
239.100.0.17[image: 🔢]SCT PROMO h:FullyUnscrambled
239.100.0.18[image: 🔢]SCT PROMO i:FullyUnscrambled
239.100.0.19[image: 🔢]SCT PROMO j:FullyUnscrambled
239.100.0.20[image: 🔢]SCT PROMO k:FullyUnscrambled
239.100.0.21[image: 🔢]SCT PROMO l:FullyUnscrambled
239.100.0.22[image: 🔢]SCT PROMO m:FullyUnscrambled
239.100.0.23[image: 🔢]SCT PROMO n:FullyUnscrambled
239.100.0.24[image: 🔢]SCT PROMO o:FullyUnscrambled
239.100.0.25[image: 🔢]PINK O TV:HighlyScrambled
239.100.0.26[image: 🔢]HB SEXYSAT 2:FullyUnscrambled
239.100.0.27[image: 🔢]Citta Italia HD:FullyUnscrambled
239.100.0.28[image: 🔢]TV Record EEUU:FullyUnscrambled

This is my config file (want to descramble SCT7):
unicast=1
freq=11727
pol=v
srate=27500
#autoconf_radios=0
autoconfiguration=full
multicast_ttl=16
dvr_buffer_size=10
dvr_thread=1
dvr_thread_buffer_size = 5000
sat_number = 3
diseqc_repeat = 1
cam_support=1

#autoconf_scrambled=1

new_channel
pids = 4700 4701

ip=239.100.0.0
port=1234
name=SCT7
port1

Im using the newest mumudvb build:
MuMuDVB Version 2.0.0_20150103_mumudvb2
--- Build information ---
Built with CAM support.
Built with SCAM support.
Built with ATSC support.
Built with ATSC long channel names support.
Built with support for DVB API Version 5.10.
Built with support for DVB-T2.

I started mumudvb with -vvv. As the output is very big, I uploaded the log
file here
http://xxa.biz/log

How can I see if the channel is unscrambled ?
Is the channel listed as unscrambled in
"/var/run/mumudvb/channels_streamed_adapter0_tuner0" ?

Best regards, Tom


Reply to this email directly or view it on GitHub
#56 (comment).

@xforze
Copy link

xforze commented May 14, 2015

Hi Brice,

I made the changes to mumudvb_channel.c line 217 and recompiled it.
But it seems that it makes no difference as you can see here (new log file uploaded ) http://xxa.biz/log
I have a xtratv (conax) card and Sky (NDS) card with CI as well. I can give a try with one of these cards.

Best regards, Thomas

@braice
Copy link
Owner

braice commented May 14, 2015

Hello

You need to wait more, now the channels are asked to the cam

Deb1: CAM: CA_Info_Callback: 2 CA systems supported
Deb0: CAM: CAM supports the following ca system ids:
Deb0: CAM: Ca system id 0x0500 : France Telecom
Deb0: CAM: Ca system id 0x0502 : France Telecom
Deb0: TS: GOOD service_id for PMT 74 and channel "SCT PROMO n"
Info: CAM: Received new PMT - sending to CAM...
Info: CAM: CA PMT (ADDED) sent for channel 23 : "SCT PROMO n"
Deb0: TS: GOOD service_id for PMT 58 and channel "SCT HD"
Info: CAM: Received new PMT - sending to CAM...
Info: CAM: CA PMT (ADDED) sent for channel 1 : "SCT HD"
Deb0: TS: GOOD service_id for PMT 75 and channel "SCT PROMO o"
Info: CAM: Received new PMT - sending to CAM...
Info: CAM: CA PMT (ADDED) sent for channel 24 : "SCT PROMO o"
Info: Main: End of streaming. We streamed during 0d 0:00:19

2015-05-14 20:44 GMT+02:00 xforze notifications@github.com:

Hi Brice,

I made the changes to mumudvb_channel.c line 217 and recompiled it.
But it seems that it makes no difference as you can see here (new log file
uploaded ) http://xxa.biz/log
I have a xtratv (conax) card and Sky (NDS) card with CI as well. I can
give a try with one of these cards.

Best regards, Thomas


Reply to this email directly or view it on GitHub
#56 (comment).

@xforze
Copy link

xforze commented May 14, 2015

Hi !!

The new log looks better: http://xxa.biz/log
there some lines like "Channel "SCT 6" is now fully unscrambled (0% of scrambled packets)"

But:
cat /var/run/mumudvb/channels_streamed_adapter0_tuner0 |grep "SCT 6
shows:
"239.100.0.7:1234:SCT 6:HighlyScrambled"

The other chanels are "HighlyScrambled" as well.

Regards, Thomas

@zavazingo
Copy link

CI can't decode 2 stream at the same time. Just choose one stream or use oscam with cardsharing if you want to decode whole package channels.

@xforze
Copy link

xforze commented May 15, 2015

Thank you zavazingo for this information.
Because of this, I switched to oscam and have a working setup now :-)

Just one question:

If I want to stream only one channel, I have to switch autoconfiguration=0 and add a new channel like this, correct ?

new_channel
pids = 4700 4701
ip=239.100.0.0
port=1234
name=SCT7
oscam=1

If I run this configuration, I get the following warning:
WARN: SCAM_COMMON: channel 0 with SCAM support and no PMT set I disable SCAM support for this channel

How can I get the pid_pmt value ?

Cheers !

@braice
Copy link
Owner

braice commented May 15, 2015

Use Autoconf_sid_list and full autoconfiguration, it is safer
Le 15 mai 2015 22:25, "xforze" notifications@github.com a écrit :

Thank you zavazingo for this information.
Because of this, I switched to oscam and have a working setup now :-)

Just one question:

If I want to stream only one channel, I have to switch autoconfiguration=0
and add a new channel like this:

new_channel
pids = 4700 4701
ip=239.100.0.0
port=1234
name=SCT7
oscam=1

If I run this configuration, I get the following warning:
WARN: SCAM_COMMON: channel 0 with SCAM support and no PMT set I disable
SCAM support for this channel

How can I get the pid_pmt value ?

Cheers !


Reply to this email directly or view it on GitHub
#56 (comment).

@xforze
Copy link

xforze commented May 17, 2015

Great !!

Thank you for this, working fine now :-)

@braice
Copy link
Owner

braice commented May 17, 2015

Perfect !

@braice braice closed this as completed May 17, 2015
@sirk98
Copy link

sirk98 commented Jun 12, 2015

Hi dear,

I have build a little dvb streaming server using mumudvb and I can watch DTT free channel, but I can't watch scrambled channel .
Here my config

Adapter 0

freq=754000
tuner=0
multicast=0
multicast_ipv4=0
multicast_ipv6=0
scam_support=1
autoconfiguration=full
autoconf_scrambled=1
autoconf_unicast_start_port
autoconf_unicast_port
oscam=1
unicast=1
ip_http=192.168.1.254

I've compiled oscam and installed it with dvbapi support ( oscam works perfectly ). I installed libdvbcsa, but scrambled channel are always off .
Can someone help me..
Best regards,
sirk98

@ghost
Copy link

ghost commented Sep 21, 2017

Hello.

You should find info in the archives of the mailing list, which I put in
copy so people can share their working configurations

Does the archives work anymore?
I think not. Could we access them somehow?
Thanks!

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

8 participants