Dreamos 2.5 images
wget https://raw.githubusercontent.com/biko-73/OSCamicam_Kitte888/main/installer.sh -O - | /bin/sh
--2025-11-25 19:34:04-- https://raw.githubusercontent.com/biko-73/OSCamicam_Kitte888/main/enigma2-plugin-softcams-oscamicamall_V.10.0.Update-no-Kitte888_all.deb
Resolving raw.githubusercontent.com... 185.199.108.133, 2606:50c0:8000::154, 2606:50c0:8001::154, ...
Connecting to raw.githubusercontent.com|185.199.108.133|:443... connected.
HTTP request sent, awaiting response...
200 OK
Length: 2620486 (2,5M) [application/octet-stream]
Saving to: ‘/tmp/enigma2-plugin-softcams-oscamicamall_V.10.0.Update-no-Kitte888_all.deb
Tsimage 6
False
script
/etc/enigma2
1-camd_oscamicamall.json
2-camd_oscamupdateicamemu.json
1
{
"name": "oscamicamall",
"binary": "oscamicamall",
"path": "/bin/sh -c '/etc/tuxbox/config/oscamicamall/binary/oscamicamall -c -b /etc/tuxbox/config/oscamicamall &'"
}
2
{
"name": "oscamupdateicamemu",
"binary": "oscamupdateicamemu",
"path": "/bin/sh -c '/etc/tuxbox/config/oscamupdateicamemu/binary/oscamupdateicamemu -c -b /etc/tuxbox/config/oscamupdateicamemu &'"
}{
"name": "oscamupdateicamemu",
"binary": "oscamupdateicamemu",
"path": "/bin/sh -c '/etc/tuxbox/config/oscamupdateicamemu/binary/oscamupdateicamemu -c -b /etc/tuxbox/config/oscamupdateicamemu &'"
}
bin
/lib/systemd/system
oscamicamall.service
[Unit]
After=dev-dvb-adapter0-ca0.device
After=dev-dvb-adapter0-demux0.device
After=dev-sci0.device
[Service]
Type=forking
ExecStart=/lib/systemd/system/softcam.sh
TimeoutStartSec=15
Restart=on-failure
NotifyAccess=main
NonBlocking=true
[Install]
WantedBy=multi-user.target
====================================================================================
Display More
True
script
/usr/script/cam/OSCam.sh
#!/bin/sh
OSD="TSOscam"
BIN="/usr/bin/tsoscam"
CFG="/etc/tuxbox/config"
PID="/var/run/tsoscam.pid"
# --------------------------------
is_running() {
[ -f "$PID" ] && kill -0 "$(cat "$PID")" 2>/dev/null && return 0
pidof "$(basename "$BIN")" >/dev/null 2>&1
}
cam_clean() {
rm -f /tmp/*.info* /tmp/.oscam /tmp/*.pid
}
cam_up() {
[ -x "$BIN" ] || { echo "Binary not found: $BIN"; exit 1; }
"$BIN" -b -c "$CFG" >/dev/null 2>&1 &
echo $! > "$PID"
}
cam_down() {
if [ -f "$PID" ]; then
kill "$(cat "$PID")" 2>/dev/null
rm -f "$PID"
sleep 1
fi
killall -q "$(basename "$BIN")" 2>/dev/null
cam_clean
}
case "$1" in
cam_up) cam_up ;;
cam_down) cam_down ;;
cam_res) cam_down; sleep 1; cam_up ;;
*) if is_running; then cam_down; else cam_up; fi ;;
esac
exit 0
bin
/usr/bin/cam/oscam
Display More
Gemini 4.2
False
script 2 files
1-/etc/enigma2/camd_oscamicamall.json
2-/etc/enigma2/camd_oscamupdateicamemu.json
1
{
"name": "oscamicamall",
"binary": "oscamicamall",
"path": "/bin/sh -c '/etc/tuxbox/config/oscamicamall/binary/oscamicamall -c -b /etc/tuxbox/config/oscamicamall &'"
}
2
{
"name": "oscamupdateicamemu",
"binary": "oscamupdateicamemu",
"path": "/bin/sh -c '/etc/tuxbox/config/oscamupdateicamemu/binary/oscamupdateicamemu -c -b /etc/tuxbox/config/oscamupdateicamemu &'"
}
bin
/lib/systemd/system
oscamicamall.service
[Unit]
After=dev-dvb-adapter0-ca0.device
After=dev-dvb-adapter0-demux0.device
After=dev-sci0.device
[Service]
Type=forking
ExecStart=/lib/systemd/system/softcam.sh
TimeoutStartSec=15
Restart=on-failure
NotifyAccess=main
NonBlocking=true
[Install]
WantedBy=multi-user.target
Display More
True
script
/etc/enigma2/camd_oscam_2.json
{
"name": "OSCam 2",
"binary": "oscam_2",
"path": "/usr/bin/oscam_2 -b"
}
bin
/usr/bin/oscam_2
Display More
Merlin4
script
/lib/systemd/system/oscamicamall.service >>>>>>>>>>> True
False
[Unit]
After=dev-dvb-adapter0-ca0.device
After=dev-dvb-adapter0-demux0.device >>>>>>>>> False
After=dev-sci0.device
[Service]
Type=forking
ExecStart=/lib/systemd/system/softcam.sh
TimeoutStartSec=15
Restart=on-failure
NotifyAccess=main
NonBlocking=true
[Install]
WantedBy=multi-user.target
[Install]
WantedBy=multi-user.target
True
[Unit]
Requires=dev-dvb-adapter0-ca0.device dev-dvb-adapter0-demux0.device
After=dev-dvb-adapter0-ca0.device
After=dev-dvb-adapter0-demux0.device
[Service]
Type=forking
ExecStart=/bin/sh -c '/usr/bin/cam/OSCam_11905-803 -b -c /etc/tuxbox/config'
ExecStartPost=/bin/sh -c 'if ! /bin/grep -Fxq OSCam_11905-803 /etc/clist.list ; then echo OSCam_11905-803 > /etc/clist.list ; fi'
ExecStopPost=/bin/sh -c 'echo none > /etc/clist.list'
NonBlocking=true
NotifyAccess=main
[Install]
WantedBy=multi-user.target
bin file unavailable
True ======> /usr/bin/cam.emu.xxx.bin
Display More
Newnigma2
script
/usr/script/oscamicamall.emu True
bin file unavailable
/usr/bin/
True
/usr/bin/OSCam_11905-803
Display More
PeterPan
False
script 2 files
/etc/enigma2/camd_oscamicamall.json
/etc/enigma2/camd_oscamupdateicamemu.json
bin
/lib/systemd/system/oscamicamall.service
True
Script
/usr/ppteam/oscam_cam.pp
#!/bin/sh
########################################
###### By Youchie ######
########################################
NAME="oscam_11886-r802"
remove_tmp () {
rm -rf /tmp/*oscam* /tmp/camd.socket /tmp/pid.info /tmp/ecm*.info /tmp/cardinfo /tmp/*cam*.pid /tmp/cam.kill
}
case "$1" in
start)
echo "[SCRIPT] $1: $NAME"
remove_tmp
sleep 1
/usr/bin/oscam &
sleep 1
pidof oscam > /tmp/oscam.pid
;;
stop)
echo "[SCRIPT] $1: $NAME"
kill 2>/dev/null `cat 2>/dev/null /tmp/oscam.pid`
sleep 1
killall -9 oscam 2>/dev/null
remove_tmp
;;
*)
$0 stop
exit 1
;;
esac
exit 0
=========================
bin
/usr/bin/oscam
Display More
Dreamelite 7.2
False
script file unavailable
bin file unavailable
True
script
/etc/enigma2/EliteSoftcam/cam-oscam-11847-icam.json
{
"name": "OSCam 11847 iCam",
"binary": "oscam-11847-icam",
"config": "-b -B -r 2 -w 1 -c /var/tuxbox/config/oscam-icam/ &"
}
bin
/usr/bin/oscam-11847-icam
Display More
Note
Dreamelite 7.2
enigma2-plugin-softcams-oscamemuall-update-v14-kitte888_11905-802.deb
work fine
test
only Dreamelite 7.2