Has anyone managed to get Supcam and Oscam_Icam to work simultaneously

There are 5 replies in this Thread which was already clicked 1,403 times. The last Post () by agamon2017.

  • Has anyone managed to get Supcam and Oscam_Icam to work simultaneously? I installed SupCam_Oscam but only either SupCam or Oscam works.


    Most of the time it is SupCam, sometimes I can get Oscam to work by selecting channels in a certain order, but then Supcam stops working.

  • #!/bin/sh

    case "$1" in

    start)

    ulimit -s 1024

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

    /usr/local/etc/oscammips --config-dir /usr/local/etc --daemon --pidfile /tmp/oscamh.pid --restart 2


    ;;

    stop)


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

    killall -9 oscamicam

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

    killall -9 oscammips


    ;;

    restart|reload)

    $0 stop

    sleep 1

    $0 start

    ;;

    version)

    echo "1.20"

    ;;

    info)

    echo "OSCAM_HIDEEN"

    ;;

    *)

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

    exit 1

    ;;

    esac

    exit 0


    my script in Vu+duo 4k se ,openatv 6.4 and all works fine

  • Is the channel switching OK for you? I am using the standard script in SupCam_Oscam with the Atari configs.


    The issue I seem to have is that both Supcam and Oscam start, but the receiver does not seem to be able to switch between the two i.e. one takes preference and if that cam does not clear a channel, the receiver does not try the other channel.

  • [global]

    logfile = stdout

    fallbacktimeout = 2000

    nice = -1

    maxlogsize = 1024

    preferlocalcards = 1

    emmlogdir = /etc/tuxbox/config/

    disablecrccws_only_for = 098C:000000;0500:030B00;1884:000000;0B01:000000;1813:000068;0B00:000000;098D:000000;092B:000000;4AEE:000001,000003;0500:042820;1830:000000;0500:032A00;0500:051200;0500:061200;0E00:000000;0500:50F000;1811:003311,003315;1883:003311;1819:00006D;0650:000000;0648:000000;0500:042800;0653:000000;1817:00006A;0500:032940;091F:000000


    [cache]

    delay = 1

    max_time = 300


    [radegast]

    port = 9090

    allowed = 127.0.0.1,192.168.0.0-192.168.255.255

    user = icam


    [streamrelay]

    stream_ecm_delay = 0

    stream_relay_ctab = 098D


    [dvbapi]

    enabled = 1

    au = 1

    pmt_mode = 6

    delayer = 60

    user = dvbapiau

    read_sdt = 2

    write_sdt_prov = 1

    extended_cw_api = 1

    boxtype = dreambox


    [webif]

    httpport = 8081

    httphideidleclients = 0

    httpshowuserinfo = 1

    httpshowcacheexinfo = 1

    httpshowecminfo = 1

    httpshowloadinfo = 1

    httpallowed = 0.0.0.0-255.255.255.255




    #!/bin/sh

    case "$1" in

    start)

    ulimit -s 1024

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

    /usr/local/etc/oscammips --config-dir /usr/local/etc --daemon --pidfile /tmp/oscamh.pid --restart 2


    ;;

    stop)


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

    killall -9 oscamicam

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

    killall -9 oscammips


    ;;

    restart|reload)

    $0 stop

    sleep 1

    $0 start

    ;;

    version)

    echo "1.20"

    ;;

    info)

    echo "OSCAM_HIDEEN"

    ;;

    *)

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

    exit 1

    ;;

    esac

    exit 0


    here first oscam,conf from etc/tuxbox/config and second softcam.Oscam_Supcam script from etc/init.d.Oscam with Sky de and Supcam works fine together.That is all.

OSCam Support Forum

Configs, discussion, downloads and guides for OSCam Softcam.

Participate now!

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