How to run Hypercam 1.06 on IPBox 9000 hd with E2

zorglub

Registered
Messages
26
-------------
Release 1.06
--------------
=> Fixed card support on Dreambox PPC for N2/N3/IRDETO/***
=> Fixed streaming decryption on Dreambox PPC

PS:
4 ipboxhd users:
hypercam dosent work on image based
r9580 and r9341:mad:
r9207 is latest working image.

How to run Hypercam 1.06 on IPBox 9000 hd with E2 (Tested on Sifteam v0.6)

Just to whom interested, I succeed to run hypercam (v1.06) on E2 (v0.6 from sifteam) with both internal card readers active.

The trick is to use the sh4 binary executable compiled for....qboxhd !!

After having copied this executable file in /var/bin/ (chmod 755), I suggest to launch it via the following script (/var/bin/start_hypercam.sh (+chmod 755)):
Code:
#
# Script to start Hypercam on IP9000 E2
#
killall -9 mgcamd_133 >/dev/null
killall -9 mg_launcher >/dev/null
killall -9 newcs >/dev/null
killall -9 hypercam.qboxhd >/dev/null
rm -Rf /dev/dvb/adapter0/ca0
ln -s /dev/dvb/adapter0 /dev/dvb/adapter1
ln -s /dev/dvb/adapter0/ca1 /dev/dvb/adapter0/ca0
/var/bin/newcs -C /var/keys/newcs.xml
sleep 15
killall -9 newcs
/var/bin/hypercam.qboxhd

NB: newcs is used during 15 sec just to reset the cards and the internal card readers

Thanks to stat
 
Top