Method of Opening PowerVu Channels in Enigma2 Using Oscam

dxdy

VIP
Messages
669
and this message is now

2015/07/10 16:48:55 00000000 [Emu] stream client connected with request /1:0:1:BB8:2:5E:E08B00F:0:0:0:
2015/07/10 16:48:57 647AC8C7 c (dvbapi) Demuxer 0 ecmpid 0 CAID: 0E00 ECM_PID: 1FA4 PROVID: 000000
2015/07/10 16:48:57 647AC8C7 c (dvbapi) Demuxer 0 found 1 ECMpids and 9 STREAMpids in PMT
2015/07/10 16:48:57 647AC8C7 c (dvbapi) Demuxer 0 serving srvid 0BB8 (0E00@000000:0BB8 unknown) on adapter 0000 camask 0001 index 0000 pmtpid 0C12
2015/07/10 16:48:57 647AC8C7 c (dvbapi) Demuxer 0 no suitable readers found that can be used for decoding!
2015/07/10 16:49:02 647AC8C7 c (dvbapi) Demuxer 0 no enabled matching ecmpids -> decoding is waiting for matching readers!
 

kalehrl

Registered
Messages
147
I'm afraid you'll have to use an openpli-based image:

250mbeq.png
 

kalehrl

Registered
Messages
147
Maybe open blackhole has this option since it's based on openpli.
Or even better, get rid of that blackhole stuff and use a pure openpli. :D
 

skirmas

Registered
Messages
18
Oscam - Config -> Stream Relay to 500 instead of the default 700

i cant find that in yuors config,i am using with vu+ zero,and sometimes picture pixelizes,but all AFN chanels now opens with pli
 

kalehrl

Registered
Messages
147
Oscam - Config -> Stream Relay to 500 instead of the default 700

i cant find that in yuors config,i am using with vu+ zero,and sometimes picture pixelizes,but all AFN chanels now opens with pli
The value isn't added to config.
Go to oscam web interface, Config - Stream Relay and enter 500 in ECM fix delay field.
 

dxdy

VIP
Messages
669
installed OpenPli
enabled ECM in http streams... now problem with oscam and webif... ERR_CONNECTION_REFUSED lol
 

dxdy

VIP
Messages
669
is not first time to work with oscam... with IP i log to WebIF no problem... but when want log to oscam interface, with OpenPli wont... i checked IP and port... also tried different oscams emu for OpenPli...
 

skirmas

Registered
Messages
18
so its oscam script ,this is original from open pli , it doesnt matter rev.nr cause in /usr/bin/ goes only with name oscam
script is in /etc/init.d/softcam.oscam atributes 755

#!/bin/sh
case "$1" in
start)
ulimit -s 1024
/usr/bin/oscam --config-dir /etc/tuxbox/config/oscam --daemon --pidfile /tmp/oscam.pid --restart 2 --utf8
;;
stop)
kill `cat /tmp/oscam.pid` 2> /dev/null
;;
restart|reload)
$0 stop
sleep 1
$0 start
;;
version)
echo "svn10656"
;;
info)
echo "oscam svn10656"
;;
*)
echo "Usage: $0 start|stop|restart"
exit 1
;;
esac
exit 0
 
Last edited:

dxdy

VIP
Messages
669
you dont understand me.. yes i know all that

simply cant use oscam on OpenPli image for Duo2.. all other images (BH, Open BH, VTI) oscam work like charm and i do whatever want

but on OpenPli on Duo2 never worked for me.. dont know why.... because that alway hated OpenPli :D
 

dxdy

VIP
Messages
669
than try dont use openpli softcam panell,but download autocamsetup plugin from system plugins

thank you but same thing...

installation of oscam from system plugins make oscam folder under etc\tuxbox\config... and in oscam.conf i see port and when try login to oscam i get error... this happens only on OpenPli image, no matter which oscam installed (from system plugins or from IPK files).. i go back to good old BH... maybe PoverVU not working on BH but all others work without any problems
 
Top