AFN Oscam Chat Thread Topic

marjanen

Registered
Messages
276
hmmm. Where can I find the correct softcam.key for the new channels?

And does it work without stream realay with Vu Ultimo ( NOT 4K)?
 

j-five

Registered
Messages
18
hi, can you please paste your streamrelay setup i m finding hard time with the streamrelay stuff
 

nautilus7

VIP
Messages
607
Ok, then I will not trust the documentation that it is not recommended and I will do it.
Actually I wanted to do that long time ago to avoid side effects like that one.....but I was stopped by what I read.

It's not recommended to do it. Not impossible. It is advised not to do it mostly because the stream relay server is common for all emu instances and you can't enable it on one instance, but not on the other. And the SoftCam.Key is common of course.

If the user is experienced enough, he can be configure more than one emu readers without any problem.

example

[afn]
caid = 0E00
provider = 000000
srvid = 0066,0067,0068,0069,006A,006b,006C,006D

Unfortunately this doesn't catch exclusively the afn services, as there are other powervu services that use the same srvids as well.


The problem with the afn channels seem to be not emu related, but oscam related.
 
Last edited:

joeuser

Registered
Messages
199
After paying attention to nautilus7's warnings above...

To overcome the problem of other emu channels not working with cacheex enabled, do the following.

1. Create an oscam.services file with:
Code:
[afn]
caid                          = 0E00
provid                        = 000000
srvid                         = 0066,0067,0068,0069,006A,006B,006C,006D
(or add to existing file - making sure "afn" does not already exist...)

2. Create a second emu reader. The oscam.server entries should look something like this simplified example:
Code:
[reader]
label                         = oscam_emu
protocol                      = emu
device                        = Emulator
caid                          = 0D00&0F00,090F,0500,1801,0604,0648,0D98,0650,0D95,0E00,1FFF,2600
detect                        = cd
ident                         = 0E00:000000,000002;0D00:000000,000004,000010,000014,000020,0000C0,000000,0000CC;0D02:000000,00008C,0000A0,0000A4,0000A
8;0D03:000000,000004,000008,000024,000028;0D05:000004,000010;090F:000000;0500:030B00,023800,007400,007800;1801:000000;0604:000000;0D98:000000;0650:000
000;0D95:000000
group                         = 1
emmcache                      = 1,5,31,1
emu_auproviders               = 0E00:000000
auprovid                      = 000E00
services                      = !afn

[reader]
label                         = AFN
description                   = AFN-EMU
protocol                      = emu
device                        = Emulator
caid                          = 0E00
detect                        = cd
group                         = 1
emmcache                      = 1,5,31,1
emu_auproviders               = 0E00:000000
auprovid                      = 000E00
cacheex                       = 1
cacheex_maxhop                = 1
cacheex_allow_request         = 1
services                      = afn

The last line for each reader specifies to either use or not use the afn services.


This can also all be done through the webif...

Note: Some boxes/images do not need the cacheex enabled. So this is ONLY for boxes/images which need cacheex enabled in order for the afn channels to clear.

Note 2: This method also works for tvheadend...
 

nautilus7

VIP
Messages
607
@joeuser, since you have experience on dvbapi and powervu...

Do you know what is causing the problem and afn requires this cacheex = 1 mode to work? And what does this do? Unfortunately documentation is very limited regarding the oscam internals.

P.S For me (edision os nino stb) only "cacheex = 1" is enough to make afn work.
 

dahaka

Registered
Messages
700
After paying attention to nautilus7's warnings above...

To overcome the problem of other emu channels not working with cacheex enabled, do the following.

1. Create an oscam.services file with:
Code:
[afn]
caid                          = 0E00
provid                        = 000000
srvid                         = 0066,0067,0068,0069,006A,006B,006C,006D
(or add to existing file - making sure "afn" does not already exist...)

2. Create a second emu reader. The oscam.server entries should look something like this simplified example:
Code:
[reader]
label                         = oscam_emu
protocol                      = emu
device                        = Emulator
caid                          = 0D00&0F00,090F,0500,1801,0604,0648,0D98,0650,0D95,0E00,1FFF,2600
detect                        = cd
ident                         = 0E00:000000,000002;0D00:000000,000004,000010,000014,000020,0000C0,000000,0000CC;0D02:000000,00008C,0000A0,0000A4,0000A
8;0D03:000000,000004,000008,000024,000028;0D05:000004,000010;090F:000000;0500:030B00,023800,007400,007800;1801:000000;0604:000000;0D98:000000;0650:000
000;0D95:000000
group                         = 1
emmcache                      = 1,5,31,1
emu_auproviders               = 0E00:000000
auprovid                      = 000E00
services                      = !afn

[reader]
label                         = AFN
description                   = AFN-EMU
protocol                      = emu
device                        = Emulator
caid                          = 0E00
detect                        = cd
group                         = 1
emmcache                      = 1,5,31,1
emu_auproviders               = 0E00:000000
auprovid                      = 000E00
cacheex                       = 1
cacheex_maxhop                = 1
cacheex_allow_request         = 1
services                      = afn
The last line for each reader specifies to either use or not use the afn services.


This can also all be done through the webif...

Note: Some boxes/images do not need the cacheex enabled. So this is ONLY for boxes/images which need cacheex enabled in order for the afn channels to clear.

Note 2: This method also works for tvheadend...

Channel open faster than "cacheex = 1" , Work perfect here for spark sti 7111 (spark software) :thum:
 

casco

Registered
Messages
38
Hello
Please i have try it on vu+Solo4k and DM900 UHD 4k but no picture display,only sound, is there any help please. Thanks
 

eaglevision993

Registered
Messages
94
I only use OSCAM, version 11392 works fine, you just have to add the following lines in the oscam.server

cacheex = 1
cacheex_maxhop = 1
cacheex_allow_request = 1
 

anny

Registered
Messages
5
After paying attention to nautilus7's warnings above...

To overcome the problem of other emu channels not working with cacheex enabled, do the following.

1. Create an oscam.services file with:
Code:
[afn]
caid                          = 0E00
provid                        = 000000
srvid                         = 0066,0067,0068,0069,006A,006B,006C,006D
(or add to existing file - making sure "afn" does not already exist...)

2. Create a second emu reader. The oscam.server entries should look something like this simplified example:
Code:
[reader]
label                         = oscam_emu
protocol                      = emu
device                        = Emulator
caid                          = 0D00&0F00,090F,0500,1801,0604,0648,0D98,0650,0D95,0E00,1FFF,2600
detect                        = cd
ident                         = 0E00:000000,000002;0D00:000000,000004,000010,000014,000020,0000C0,000000,0000CC;0D02:000000,00008C,0000A0,0000A4,0000A
8;0D03:000000,000004,000008,000024,000028;0D05:000004,000010;090F:000000;0500:030B00,023800,007400,007800;1801:000000;0604:000000;0D98:000000;0650:000
000;0D95:000000
group                         = 1
emmcache                      = 1,5,31,1
emu_auproviders               = 0E00:000000
auprovid                      = 000E00
services                      = !afn

[reader]
label                         = AFN
description                   = AFN-EMU
protocol                      = emu
device                        = Emulator
caid                          = 0E00
detect                        = cd
group                         = 1
emmcache                      = 1,5,31,1
emu_auproviders               = 0E00:000000
auprovid                      = 000E00
cacheex                       = 1
cacheex_maxhop                = 1
cacheex_allow_request         = 1
services                      = afn

The last line for each reader specifies to either use or not use the afn services.


This can also all be done through the webif...

Note: Some boxes/images do not need the cacheex enabled. So this is ONLY for boxes/images which need cacheex enabled in order for the afn channels to clear.

Note 2: This method also works for tvheadend...

clahes with same sid,another same sid channel cannot work that need't cacheex
 

uglylove

Registered
Messages
146
clahes with same sid,another same sid channel cannot work that need't cacheex

Bro if you wanna get rid of this problem, you should add your second emu reader this line. The problem will solve.:thum::thum::thum:
ecmwhitelist = 0E00:91
 

uglylove

Registered
Messages
146
After paying attention to nautilus7's warnings above...

To overcome the problem of other emu channels not working with cacheex enabled, do the following.

1. Create an oscam.services file with:
Code:
[afn]
caid                          = 0E00
provid                        = 000000
srvid                         = 0066,0067,0068,0069,006A,006B,006C,006D
(or add to existing file - making sure "afn" does not already exist...)

2. Create a second emu reader. The oscam.server entries should look something like this simplified example:
Code:
[reader]
label                         = oscam_emu
protocol                      = emu
device                        = Emulator
caid                          = 0D00&0F00,090F,0500,1801,0604,0648,0D98,0650,0D95,0E00,1FFF,2600
detect                        = cd
ident                         = 0E00:000000,000002;0D00:000000,000004,000010,000014,000020,0000C0,000000,0000CC;0D02:000000,00008C,0000A0,0000A4,0000A
8;0D03:000000,000004,000008,000024,000028;0D05:000004,000010;090F:000000;0500:030B00,023800,007400,007800;1801:000000;0604:000000;0D98:000000;0650:000
000;0D95:000000
group                         = 1
emmcache                      = 1,5,31,1
emu_auproviders               = 0E00:000000
auprovid                      = 000E00
services                      = !afn

[reader]
label                         = AFN
description                   = AFN-EMU
protocol                      = emu
device                        = Emulator
caid                          = 0E00
detect                        = cd
group                         = 1
emmcache                      = 1,5,31,1
emu_auproviders               = 0E00:000000
auprovid                      = 000E00
cacheex                       = 1
cacheex_maxhop                = 1
cacheex_allow_request         = 1
services                      = afn

The last line for each reader specifies to either use or not use the afn services.


This can also all be done through the webif...

Note: Some boxes/images do not need the cacheex enabled. So this is ONLY for boxes/images which need cacheex enabled in order for the afn channels to clear.

Note 2: This method also works for tvheadend...

To not crash other same sid channel.
Need to add reader
PHP:
ecmwhitelist                  = 0E00:91
New second Emu reader would be like that.
PHP:
[reader]
label                         = AFN
description                   = AFN-EMU
protocol                      = emu
device                        = Emulator
caid                          = 0E00
detect                        = cd
group                         = 1
emmcache                      = 1,5,31,1
emu_auproviders               = 0E00:000000
auprovid                      = 000E00
cacheex                       = 1
cacheex_maxhop                = 1
cacheex_allow_request         = 1
services                      = afn
ecmwhitelist                  = 0E00:91
 

arkanoid9

Donating Member
Messages
74
To not crash other same sid channel.
Need to add reader
PHP:
ecmwhitelist                  = 0E00:91
New second Emu reader would be like that.
PHP:
[reader]
label                         = AFN
description                   = AFN-EMU
protocol                      = emu
device                        = Emulator
caid                          = 0E00
detect                        = cd
group                         = 1
emmcache                      = 1,5,31,1
emu_auproviders               = 0E00:000000
auprovid                      = 000E00
cacheex                       = 1
cacheex_maxhop                = 1
cacheex_allow_request         = 1
services                      = afn
ecmwhitelist                  = 0E00:91

it works perfectly on Vu+ Duo2 with OpenATV and on DM900UHD with DreamElite!
 
Top