Method of Opening PowerVu Channels in Enigma2 Using Oscam

joeuser

Registered
Messages
199
Code:
P 2 00 xxxxxxx
P 2 00 zzzzzzzz
Works for me. If you look at the code, it tries all keys with the same servid until it finds the correct one. Have you tried reversing the order and see if for example always only the first one works or always the last one works? It may be getting a false positive on a wrong key???

I have not had time to test autoroll in latest versions...

Yes, CSA had it but a lot of hardware/software never implemented it.

There is an ioctl call to switch.
 

DrTesla

Registered
Messages
2
Autoroll works.

enter keys like this:
P <srvid> <UA> <key>
P 1234 11223344 11223344556677

you have to wait 40 seconds on a channel until au is started
 

joeuser

Registered
Messages
199
Ok
P 1 1234 xxxxxxxxx
P 2 1234 zzzzzzzzz
Is an idea,I will try that

No, just

P <srvid> <index (00/01)> <key>

for srvid 2, index 00 key xxxxxx
and srvid 2, index 00 key zzzzzz :
Code:
P 2 00 xxxxxxx
P 2 00 zzzzzzzz
 

fmoreira

Registered
Messages
249
Try a newer version of oscam-emu, those freezes have been fixed since 10943.
And yes, including ecm in streams is better.

Thanks again.

Tested the without streamrelay version:

- Power Vu without freezes!!
- Biss is function as in OscamYmod !!

I can not put the OscamInfo working, but it is a minor problem !!

Thanks again!!
 

kebien

Registered
Messages
1,329
so you say
P 1234 00 XXXXXXXX
P 2 00 ZZZZZZZ

I don;t get the part where you have two different key 00 for service 2,looks vague to me.
 

joeuser

Registered
Messages
199
The srvid (service id, SID) is unique for each channel on each transponder. But quite often two powervu channels on different transponders have the same sid. Since oscam-emu uses the channel's sid to index the keys, it looks through the key file and tries every key with the matching sid until it finds the right key. So, you can now have duplicate sid (srvid) lines with different keys for the different channels. For any channel, you can look on lyngsat or kingofsat to find its sid.
 

fmoreira

Registered
Messages
249
Thanks again.

Tested the without streamrelay version:

- Power Vu without freezes!!
- Biss is function as in OscamYmod !!

I can not put the OscamInfo working, but it is a minor problem !!

Thanks again!!

I can´t acess with OscamInfo pluggin....

"Conection refused"

Any ideia where can I fix this?
 

Ghouri

Registered
Messages
154
Mates,
At last, Oscam Emu now support opening of PowerVu channels in Enigma2 (without Stream Relay method). Now you just have to copy oscam emu bin file and config files along with keys in the Softcam file to respective folders in Enigma2 of your Dreambox receiver and then you are ready to go to watch PowerVu channels (without any need to create IPTV bouquet as in the old “Stream Relay” method).

How to:
1. Install Oscam from online server of your installed image.
2. Download “Oscam Emu Patched” package from the provided link.
3. Extract files from the rar package and by using any ftp utility (like DCC or Filezilla) copy and replace files in the respective folders in Enigma2 image.

Oscam Emu Patched v11086 for Dreambox DM800HD/DM800HD SE OE2.0 Enigma2 Images:
Oscam Emu Patched v11086 Mips-OE2-engineerkhan15.rar

File Paths:
oscam: /usr/bin
oscam config files: /etc/tuxbox/config/oscam
softcam: /usr/keys

Note:
• File paths shown here, are for OpenPLi image (check yourself for other images and place accordingly).
• Keys included in softcam file are only for Asisat 7 (105.5 East) powervu channels. For other channels, add your keys in the softcam file as per format.

Keys:
Keys are put into SoftCam.Key, which is placed inside keys folder (/usr/keys).
Key format in SoftCam.Key:
P <srvid> <nb> <key>
Example:
P 1234 01 11223344556677
AU keys:
P <srvid> <UA> <key>
Example:
P 1234 11223344 11223344556677
 
Last edited:

serkanguzel

Registered
Messages
1,445
Mates,
At last, Oscam Emu now support opening of PowerVu channels in Enigma2 (without Stream Relay method). Now you just have to copy oscam emu bin file and config files along with keys in the Softcam file to respective folders in Enigma2 of your Dreambox receiver and then you are ready to go to watch PowerVu channels (without any need to create IPTV bouquet as in the old “Stream Relay” method).

How to:
1. Install Oscam from online server of your installed image.
2. Download “Oscam Emu Patched” package from the provided link.
3. Extract files from the rar package and by using any ftp utility (like DCC or Filezilla) copy and replace files in the respective folders in Enigma2 image.

Oscam Emu Patched v11086 for Dreambox DM800HD/DM800HD SE OE2.0 Enigma2 Images:
Oscam Emu Patched v11086 Mips-OE2-engineerkhan15.rar

File Paths:
oscam: /usr/bin
oscam config files: /etc/tuxbox/config/oscam
softcam: /usr/keys

Note:
• File paths shown here, are for OpenPLi image (check yourself for other images and place accordingly).
• Keys included in softcam file are only for Asisat 7 (105.5 East) powervu channels. For other channels, add your keys in the softcam file as per format.

Keys:
Keys are put into SoftCam.Key, which is placed inside keys folder (/usr/keys).
Key format in SoftCam.Key:
P <srvid> <nb> <key>
Example:
P 1234 01 11223344556677
AU keys:
P <srvid> <UA> <key>
Example:
P 1234 11223344 11223344556677

Hi mate,

Thank you for sharing files tidy.

But don't work your files, with Merlin image. ( DM800se. )

I added, for BW TV this line ;
P 1F86 01 xxxC667D85Bxxx ; BW TV, 13°E 11054-H-27500

Is it just might be operating in PLI image?

So, do you have friends that are running in the other image?

Regards.
 

janni1

Registered
Messages
16
Hi,
"original" for Merlin3 it was:

bin: /usr/bin/cam/oscam-oe2.0 (chmod 755)
configs + softcam: /etc
startscript: /usr/script/cam/oscam-oe2.0.sh

regards
janni1
 

serkanguzel

Registered
Messages
1,445
Hi,
"original" for Merlin3 it was:

bin: /usr/bin/cam/oscam-oe2.0 (chmod 755)
configs + softcam: /etc
startscript: /usr/script/cam/oscam-oe2.0.sh

regards
janni1

Hi @janni1,

Yes mate, original merlin3

I apply your sets, now.

/usr/bin/cam/oscam-oe2.0

usr/script/cam/oscam-oe2.0.sh

/etc/tuxbox/config/Oscam/ This directory, Is this true ?
And inside files ;
oscam.ccache
oscam.conf
oscam.server
oscam.srvid
oscam.user

For PowerVu
/usr/keys/Softcam.Key ( Key actual )

Thank you in advance for your help.
 

janni1

Registered
Messages
16
...
/etc/tuxbox/config/Oscam/ This directory, Is this true ?
And inside files ;
oscam.ccache
oscam.conf
oscam.server
oscam.srvid
oscam.user
...
/usr/keys/Softcam.Key ( Key actual )
...

Hi
no that's not right for Merlin3
configs + keys: /etc not /etc/tuxbox/config/Oscam/
oscam.conf
oscam.server
oscam.srvid
oscam.user
...
SoftCam.Key

have a look into the file "oscam-oe2.sh"
Code:
#!/bin/sh
CAM="[COLOR="Blue"]oscam-oe2.0[/COLOR]"
...
...
cam_up () {
		[COLOR="Lime"]/usr/bin/cam/[/COLOR]$CAM -c [COLOR="Red"]/etc[/COLOR]
}
...
this is the config-Dir
this is the path for the bin
this is the name of the bin

regards
janni1
 
Last edited:

serkanguzel

Registered
Messages
1,445
Hi
no that's not right for Merlin3
configs + keys: /etc not /etc/tuxbox/config/Oscam/
oscam.conf
oscam.server
oscam.srvid
oscam.user
...
SoftCam.Key

have a look into the file "oscam-oe2.sh"
Code:
...
cam_up () {
		/usr/bin/cam/$CAM -c [COLOR="Red"]/etc[/COLOR]
}
...
this is the config-Dir

regards
janni1

Thanks again.

Last status;

direct inside /etc/
oscam.ccache
oscam.conf
oscam.server
oscam.srvid
oscam.user
SoftCam.Key


"oscam-oe2.sh" file, this sets I applied ;

Code:
cam_up () {
		/usr/bin/cam/$CAM -c /etc
}

Don't open PowerVU channel and/or servers channels.

Regards.
 
Last edited:

janni1

Registered
Messages
16
Hi,
you should have a "oscam-oe2.0.sh" in /usr/script/cam in Merlin, when you have an original oscam installed before.
When not, here it is. Don't forget chmod 755
Start/Stop oscam -> blue button -> DreamCC

regards
janni1
 
Last edited:

serkanguzel

Registered
Messages
1,445
Hi,
you should have a "oscam-oe2.0.sh" in /usr/script/cam in Merlin, when you have an original oscam installed before.
When not, here it is. Don't forget chmod 755
Start/Stop oscam -> blue button -> DreamCC

regards
janni1

Yes mate, big thanks. PowerVU open. :)

rRpG6a.jpg


Mezzo TV, SRG SWİSS keys, Where should it be? İnside Softcam.key ?

Best regards.


EDIT ; server channels open. With oscam-emu.
 
Last edited:

pippone

Registered
Messages
34
guys please ... I can not run ... install OpenPLi beta at the official site, oscam downloaded from the image and I replaced it all with the folder files
What's wrong? maybe someone who has Skype it can 'help better thanks very much
 
Top