Oscam EMU Test

ettore88

Registered
Messages
338
Hi guys!I ask for a small info.I have an Octagon SF4008.To enjoy the encrypted channels in PowerVu I use the streamrelay.Unfortunately, the latest versions of oscam are not working for a long time!Do you confirm it?THX in advance.:)
 

swmathe

Registered
Messages
4
Oscam 11503-r790 test

Hi,

VU+solo2, openATV 6.3 (02/21/2019)
Emu: oscam-svn 11503 mips openPli40-r790 (02/21/2019 18:56)
Tested with: no modified dvbapi and modified dvbapi, both with succes.


EMU works with AU on all PVU channels : Discovery 0,8W, 4,8E; SIS 4,8E; AFN 9E,
also MEZZO 13E (viacess) to (AU no necessery)

:thum:

Many thanks for all, who worked on it!
 
Last edited:

jakas

Registered
Messages
115
can someone tell me where the keys are and where to add them. Is it just like a softcam key file ? What needs to be added to emu
 

fmoreira

Registered
Messages
249
With 11504 with emu 790 should it work OK on Dm900uhd?

In sis, Discovery and fight network I have a black screen but when I back from those channels I do not need to reboot (Afn works OK) ... Its a configuration problem?

I have extended_cw_api=1 on oscam.conf, it's correct? Do I need change anything else?


My oscam.conf (if someone can take a look):



[global]
serverip = xxx. xxx. x. xxx
logfile = stdout
disablelog = 1
fallbacktimeout = 1500
clientmaxidle = 300
failbantime = 60
failbancount = 1
nice = -10
maxlogsize = 1000
waitforcards = 0
readerrestartseconds = 180
lb_mode = 1
lb_save = 100
lb_nbest_readers = 2
lb_savepath = /usr/keys/oscam.stat
resolvegethostbyname = 1



[cccam]
port = xxxx
reshare = 0
ignorereshare = 0
forward_origin_card = 0
version = 2.2.1
minimizecards = 0
keepconnected = 1
stealth = 0
reshare_mode = 0


[streamrelay]
stream_relay_enabled = 0
stream_ecm_delay = 300
stream_emm_enabled = 1
stream_relay_ctab = 0E00, FFFE


[dvbapi]
enabled = 1
au = 1
group = 1,2
pmt_mode = 0
delayer = 60
ecminfo_type = 1
user = dvbapiau
read_sdt = 1
write_sdt_prov = 1
boxtype = dreambox
extended_cw_api = 1


[webif]
httpport = xxxxxx
httptpl = /etc/tuxbox/config/tpl/
httprefresh = 30
httpallowed = xxxxxxxxxxx
httphideidleclients = 0
httpreadonly = 0
httpsavefullcfg = 0





Thanks for your great work...
 
Last edited:

1Mapenzi

Registered
Messages
1
hello everyone, i am a new member with Zgemma H9s, please can someone help me find the correct emu and softcam? Thanks in advance
 

Rickk

Registered
Messages
2,375
Hi guys!I ask for a small info.I have an Octagon SF4008.To enjoy the encrypted channels in PowerVu I use the streamrelay.Unfortunately, the latest versions of oscam are not working for a long time!Do you confirm it?THX in advance.:)
i am using the 11503 from juli13 with oatv6.3 this works fine with streamrelay
 

flavor

Registered
Messages
22
please test ...
supported devices DM900, DM920, DM520, DM525 and DM7080, DM820

http://www.streamboard.tv/oscam/ticket/4719#no1


Code:
				else
				{
					demux[i].ECMpids[j].useMultipleIndices = 0;
					if(
						(strncmp(boxtype_get(), "dm7080", 6) == 0) ||
						(strncmp(boxtype_get(), "dm525",  5) == 0) ||
						(strncmp(boxtype_get(), "dm520",  5) == 0) ||
						(strncmp(boxtype_get(), "dm820",  5) == 0) ||
						(strncmp(boxtype_get(), "dm900",  5) == 0) ||
						(strncmp(boxtype_get(), "dm920",  5) == 0)){
							dvbapi_write_cw(i, er->cw, j, 0, CA_ALGO_DVBCSA, CA_MODE_CBC, er->msgid);
						}else{
							dvbapi_write_cw(i, er->cw, j, 0, er->cw_ex.algo, er->cw_ex.algo_mode, er->msgid);
						}
				}
#else
				cfg.dvbapi_extended_cw_api = 0; // in CSA mode extended_cw_api should be always 0 regardless what user selected!
				if(
					(strncmp(boxtype_get(), "dm7080", 6) == 0) ||
					(strncmp(boxtype_get(), "dm525",  5) == 0) ||
					(strncmp(boxtype_get(), "dm520",  5) == 0) ||
					(strncmp(boxtype_get(), "dm820",  5) == 0) ||
					(strncmp(boxtype_get(), "dm900",  5) == 0) ||
					(strncmp(boxtype_get(), "dm920",  5) == 0)){
						dvbapi_write_cw(i, er->cw, j, 0, CA_ALGO_DVBCSA, CA_MODE_CBC, er->msgid);
					}else{
						dvbapi_write_cw(i, er->cw, j, 0, CA_ALGO_DVBCSA, CA_MODE_ECB, er->msgid);
					}
#endif
				break;
			}

http://www.mediafire.com/file/gubc2...dream-webif-ssl-oscam-emu-patched.tar.gz/file

http://www.mediafire.com/file/lkvos...00-solo4k-webif-oscam-emu-patched.tar.gz/file
 

fmoreira

Registered
Messages
249
dm900: reboot is not necessary anymore, Howerver, channels of DES shows no picture, only sound is available, thanks anyway, my email: [email protected]

I also have a Dm900 ad the same problem... It seems a box related problem.

What image do you use? I tested with open atv 6.2 and with DreamElite...

Anyone with a Dm900 Uhd have this working ok on DES channels?
 

haoxue

Registered
Messages
13
I also have a Dm900 ad the same problem... It seems a box related problem.

What image do you use? I tested with open atv 6.2 and with DreamElite...

Anyone with a Dm900 Uhd have this working ok on DES channels?

dm900uhd with unstable dreamos2.5 original image.
I have test that, DES channels works ok before oscam 11436; (oscam11437 have no emu version), from oscam 11438 on, DES channels did not show pictures anymore.
 
Last edited:

fmoreira

Registered
Messages
249
I also have a Dm900 ad the same problem... It seems a box related problem.

What image do you use? I tested with open atv 6.2 and with DreamElite...

Anyone with a Dm900 Uhd have this working ok on DES channels?

:clapping: :thum:

I follow this tip from @Rickk:

Code:
delete the emulator under server and reboot the box
now a new one should be created automatically

And is working ok:

After Des channels do not need reboot... and i have picture and sound!!

Thanks!!
 

haoxue

Registered
Messages
13
:clapping: :thum:

I follow this tip from @Rickk:

Code:
delete the emulator under server and reboot the box
now a new one should be created automatically

And is working ok:

After Des channels do not need reboot... and i have picture and sound!!

Thanks!!

could you details it, i am confused. waiting online...
 

fmoreira

Registered
Messages
249
could you details it, i am confused. waiting online...


On oscam.server i have a reader for PowerVu channels:

Code:
[reader]
label = emulator
protocol = emu
device = emulator
caid = 090F,0500,1801,0604,2600,FFFF,0E00,4AE1,1010
detect = cd
ident =090F:000000;0500:000000,023800,021110,007400,007800;1801:00 0000,007301,001101,002111;0604:000000;2600:000000;FFFF:00000 0;0E00:000000;4AE1:000011,000014,0000FE;1010:000000
group = 1
emmcache = 2,1,2,1
emu_auproviders = 0604:010200;0E00:000000;4AE1:000011,000014,0000FE;1010:00000 0

I deleted and reboot the box... and Des channels were working ok with sound and picture!!!
 
Top