Method of Opening PowerVu Channels in Enigma2 Using Oscam

satmafia

Registered
Messages
58
I have installed OpenPLi-4.0-beta-vuuno-20150809_usb.zip image in my vu+uno and installed also the ipk file...

oscam included did not work :(

Will check later with other versions...
Are you sure that you have "Include ECM in http streams" option in System->Customize enabled?
 

boyet05

Registered
Messages
245
Joeuser's oscam_pvu_patch with DES and CSA optimized works even if you killall oscam. And the glitches lessen when oscam is off. It worked like you are using a BISS encryption.

Waiting for the new patch with fix on glitches.
 

cbr900

Registered
Messages
33
oscam-svn10940
patched with oscam-emu patch
with fixed ECM for PowerVU
with SSL
with IPv6
with debug off

BISS working properly either.

Binary: https://mega.nz/#!0NdHHJaa!n_4P9ybUfVG8xK0PT4ZO5ZlSWAQyKCLe3xIvOXj2WMw
IPK file for OpenPLI 4: https://mega.nz/#!wB1C3Lga!-F36G2BlJ64X_UildaKWCyB7GZA-A4Pf38lqTbp7_xk

After installing the ipk afn did not work

Then I replaced the oscam file in /usr/bin with oscam (1,455,324 bytes) then afn works perfectly.

Edit1:
I just used the oscam file from
https://mega.nz/#!0NdHHJaa!n_4P9ybUfVG8xK0PT4ZO5ZlSWAQyKCLe3xIvOXj2WMw

and it works perfectly also
 
Last edited:

taree

Registered
Messages
40
whats i m doing wrong ?
install openpli 4.0 latest build by gjstrom
downloaded oscam from plugin feed.
replace the bin file in usr/bin
replace configuration files in etc/tuxbox/config with satmafia provided files.
scan afn chanells .
created a new bouquet with dreamedit according to instructions given in first post.
restarted my dm800se..
but none of the afn chanell opening.
there are lot of oscam bin files now available in this post.
so situation is very confusing.
can any one guide step by step how to do it with openpli4?
 

joeuser

Registered
Messages
199
Here is my latest fix. Included in tar file is:

ffdecsa <dir> - a newer version with header files for better optimizations (sse2, etc)
Makefile.sh4 - a makefile for building OSEmu for sh4 (optimizations and fix for unaligned userspace errors)
Makefile.x86.opt.sse3.g++ - a makefile for building OSEmu for x86
OSEmu.c - changes made to allow command line setting of stream server IP
module-emulator-osemu.c - changes made for compiling with g++
module-emulator-stream.h - changes made to allow command line setting of stream server IP
module-emulator-stream.c - optimization of csa decryption, multi-client connections for OSEmu (ignored when compiling oscam)

BTW - to build oscam for sh4 you need the following extra options to avoid unaligned userspace errors...
Code:
 make sh4 CROSS_DIR=/opt/STM/STLinux-2.4/devkit/sh4/bin/ EXTRA_CC_OPTS='-DPARALLEL_MODE=PARALLEL_32_INT -DMEMALIGN_VAL=4 -DCOPY_UNALIGNED_PKT=1'

NOTE: I have not tested this patch with oscam using dvbapi (i.e. streams which do not include ECM)

I will try to upload to git and make a pull request when I have time...

https://mega.co.nz/#!vVYi0LAA!s3JPLvWugRI0oH0Pg2pGtSCDpC6Dpyy_O8DB5JAnmfY
 

joeuser

Registered
Messages
199
Attached is a new patch for 10940 which includes my latest powervu csa decryption optimizations.

Also attached is an optimize binary for sh4 (with default oscam options enabled)

Built with command line:
Code:
make sh4 CROSS_DIR=/opt/STM/STLinux-2.4/devkit/sh4/bin/ EXTRA_CC_OPTS='-DPARALLEL_MODE=PARALLEL_32_INT -DMEMALIGN_VAL=4 -DCOPY_UNALIGNED_PKT=1'

For mips you can try to build with the following extra options and see if it is better then the default 32_INT mode:
Code:
EXTRA_CC_OPTS='-DPARALLEL_MODE=PARALLEL_128_4INT'

For x86 try:
Code:
EXTRA_CC_OPTS='-DPARALLEL_MODE=PARALLEL_128_SSE2'

oscam-emu-10940.pvu_opt_ffdecsa.patch

oscam-1.20-unstable_svn10940-sh4-linux
 
Last edited:

cupof

Registered
Messages
143
@joeuser

i would say the majority of peeps here
dont know what the fook your on about
and dont even have a linux op system

and just want to use a oscam patched with powervu

the oscam link posted in this thread post 407
works perfect with
powervu
biss
and all the other stuff
 

torkanr

Registered
Messages
1
I have no signal in ip tv for hd sport in 9E I have dreambox 800hd with openpli 4 wath is wrong with it? how can I go to oscam web interface?
 

joeuser

Registered
Messages
199
@joeuser

i would say the majority of peeps here
dont know what the fook your on about
and dont even have a linux op system

and just want to use a oscam patched with powervu

the oscam link posted in this thread post 407
works perfect with
powervu
biss
and all the other stuff
So what is you point? I should only spoon feed people with working binaries? If you want to start a new thread for binaries only, go ahead. But this is the " Encryptions chat" section. If you are not interested in my posts, you can easily ignore them.
 

kingcarlos

Registered
Messages
7
Hi to everybody . Can somebody check if the channel ID Europe in 4.8E is clearing . Because oscam show that is decoding but no pic is clearing . I check with a vuuno original kai and a clone solo both with same results . Other channels is clearing .
 

cupof

Registered
Messages
143
So what is you point? I should only spoon feed people with working binaries? If you want to start a new thread for binaries only, go ahead. But this is the " Encryptions chat" section. If you are not interested in my posts, you can easily ignore them.


no need to patch the patch
as its all working like in post 407
no need to keep posting gobble de gook
and trying to make yourself look
clever
 

joeuser

Registered
Messages
199
no need to patch the patch
as its all working like in post 407
no need to keep posting gobble de gook
and trying to make yourself look
clever

Aha, so you do not understand. Ok, just ignore it. But please don't go posting any binaries with my patches. :)
 

DAMMM

Registered
Messages
148
Are these channels PowerVu also go directly to the oscam emu or just as a only stream a DM800se?
 

joeuser

Registered
Messages
199
Attached is a new patch for 10940 which includes my latest powervu csa decryption optimizations.

Also attached is an optimize binary for sh4 (with default oscam options enabled)

Built with command line:
Code:
make sh4 CROSS_DIR=/opt/STM/STLinux-2.4/devkit/sh4/bin/ EXTRA_CC_OPTS='-DPARALLEL_MODE=PARALLEL_32_INT -DMEMALIGN_VAL=4 -DCOPY_UNALIGNED_PKT=1'

For mips you can try to build with the following extra options and see if it is better then the default 32_INT mode:
Code:
EXTRA_CC_OPTS='-DPARALLEL_MODE=PARALLEL_128_4INT'

For x86 try:
Code:
EXTRA_CC_OPTS='-DPARALLEL_MODE=PARALLEL_128_SSE2'

oscam-emu-10940.pvu_opt_ffdecsa.patch

oscam-1.20-unstable_svn10940-sh4-linux

Someone pointed out that my patch was missing ffdecsa/CMakeLists.txt, so here is a new version.

oscam-emu-10940.pvu_opt_ffdecsa.patch
 

dydyer

Banned
Messages
127
Hi to everybody . Can somebody check if the channel ID Europe in 4.8E is clearing . Because oscam show that is decoding but no pic is clearing . I check with a vuuno original kai and a clone solo both with same results . Other channels is clearing .

Hi, it's ok, all channels are opens...
 

cbr900

Registered
Messages
33
oscam-svn10940
patched with oscam-emu patch
with fixed ECM for PowerVU
with SSL
with IPv6
with debug off

BISS working properly either.

Binary: https://mega.nz/#!0NdHHJaa!n_4P9ybUfVG8xK0PT4ZO5ZlSWAQyKCLe3xIvOXj2WMw
IPK file for OpenPLI 4: https://mega.nz/#!wB1C3Lga!-F36G2BlJ64X_UildaKWCyB7GZA-A4Pf38lqTbp7_xk

After installing the ipk afn did not work

Then I replaced the oscam file in /usr/bin with oscam (1,455,324 bytes) then afn works perfectly.

Edit1:
I just used the oscam file from
https://mega.nz/#!0NdHHJaa!n_4P9ybUfVG8xK0PT4ZO5ZlSWAQyKCLe3xIvOXj2WMw

and it works perfectly also

Is that okay with you...
 
Top