How to install GCam on OCTAGON SF8008 4K UHD

There are 4 replies in this Thread which was already clicked 691 times. The last Post () by misu.

  • I've been trying to install a softcam-gcam on this receiver for some time, but I can't.

    Sometimes it installs the ipk extension in usr / bin but does not install the script in etc / init.d oscam .ccam installs but not gcam.

  • I've been trying to install a softcam-gcam on this receiver for some time, but I can't.

    Sometimes it installs the ipk extension in usr / bin but does not install the script in etc / init.d oscam .ccam installs but not gcam.

    What images use on your box,please ?

    Edited once, last by bobimilo ().

  • Hi, here is the script for Gcam which is in / etc / init with attribute at 755, then check that the bin is in / usr / bin Gcam and is correctly named as in the script and then put the config in / etc / tuxbox / config / Gcam


    #!/bin/sh

    case "$1" in

    start)

    ulimit -s 1024

    /usr/bin/Gcam --config-dir /etc/tuxbox/config/Gcam --daemon --pidfile /tmp/Gcam.pid --restart 2 --utf8

    ;;

    stop)

    kill `cat /tmp/Gcam.pid` 2> /dev/null

    ;;

    restart|reload)

    $0 stop

    sleep 1

    $0 start

    ;;

    version)

    echo "gitAUTOINC+8a22a36e55"

    ;;

    info)

    echo "Gcam gitAUTOINC+8a22a36e55"

    ;;

    *)

    echo "Usage: $0 start|stop|restart"

    exit 1

    ;;

    esac

    exit 0

    Edited 2 times, last by kashmir ().

OCTAGON SF8008 4K UHD Linux Enigma 2 2160p H.265 HEVC Dual Wifi Multi-Stream DVB-S2X & DVB-C/T2 Combo Receiver

Download OCTAGON SF8008 4K UHD (DUAL OS) Images and Enigma2 Team Support from OpenATV - OpenB - OpenPLi - Open Vision - PurE2

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!