Oscam-emu supports powervu without streamrelay on Alien 2 (for CSA encrypted channels only....)

joeuser

Registered
Messages
199
Oscam-emu now supports powervu without streamrelay on Alien 2 (for CSA encrypted channels only....)

I finally got around to test this on my Alien 2 triplex and it is working with three images I tested (hdmu, openspa, and pkt 5.)



PowerVU config
==============

Keys in SoftCam.Key:
P <srvid> <nb> <key>
example:
P 1234 01 11223344556677

For channels with same srvid: (UPDATED!!!)
Channel #1: P 1234 01 11223344556677
Channel #2: P 1234 01 11223344556677
Channel #3: P 1234 01 11223344556677

AU keys:
P <srvid> <UA> <key>
example:
P 1234 11223344 11223344556677

On compatible Dreambox STBs:

1) Disable the Stream Relay (on by default):
Webif -> Config -> Stream Relay -> Mode
0 - disabled

or in oscam.conf:

[streamrelay]
stream_relay_enabled = 0

2) Select the correct DVB-Api extended CW API:
Webif -> Config -> DVB-Api -> API for extended CWs
1 - OE 2.2
2 - OE 2.0

or in oscam.conf:

[dvbapi]
extended_cw_api = 2


On other devices the Stream Relay must be used:

Key oscam.conf settings:
Code:
[streamrelay]
stream_relay_enabled          = 0

[dvbapi]
enabled                       = 1
au                            = 1
pmt_mode                      = 6
request_mode                  = 1
delayer                       = 60
user                          = emu
extended_cw_api               = 2
boxtype                       = ipbox    # pkt,spa = ipbox ; for hdmu use duckbox
Of course you need the right keys on your SoftCam.Key file.

Attached is the latest oscam-emu (with minimal config.)
http://www.sat-universe.com/showthread.php?t=290195
 

joeuser

Registered
Messages
199
I did not test with openatv, but it will probably work since it uses the same core drivers.
 

ettore88

Registered
Messages
338
Hi guys!!!I installed HDMU image on my Amiko Alien2 box.Should i change just oscam conf?
These are my configurations:

Oscam conf

Code:
[global]
nice = -1
logfile = /var/log/oscam.log
clienttimeout = 5000
fallbacktimeout = 2500
clientmaxidle = 120
cachedelay = 120
bindwait = 120
resolvedelay = 30
serialreadertimeout = 1500
maxlogsize = 10
waitforcards = 1
preferlocalcards = 1
saveinithistory = 1
keepalive = 1

[dvbapi]
enabled = 1
user = 
boxtype = dreambox
au = 1

[webif]
httpport = 8888
httpuser = 
httppwd = 
httprefresh = 15
httpallowed = 192.168.0.0 - 255.255.255.255
debug = 255

[monitor]
appendchaninfo = 1

If i understand him right...(@joeuser) Do i have JUST add this in oscam config on my Amiko Alien2?(in addition to softcam.key...)

Code:
[streamrelay]
stream_relay_enabled          = 0

[dvbapi]
enabled                       = 1
au                            = 1
pmt_mode                      = 6
request_mode                  = 1
delayer                       = 60
user                          = emu
extended_cw_api               = 2
boxtype                       = duckbox

Last curiosity:

What would be the CSA encrypted channels?(AFN,Discovery...on 9E,4.8(/0.8W?)THX in advance!!!:)
 

andy37

Registered
Messages
11
Hi to all is it possible to make an backup image for amiko alien 8900
I have try many times with no luck please
thanks
 
Top