Posts by agamon2017

    I remember how Sky Italy worked fully via drema plugin 3.years ago .The price was about 70euro for a year subscription .It was working 4.months at me and end..Now it worked via mars or forever server at least.The keys are known but the support is very very expensive for other cs servers especially.

    Total works fine via closed and private server like mars or forever fully but you need their plastic shit box.That is all.

    Hi, for me open atv is definitely the best picture. Virtually conflict-free with other plugins and works on it everything I need. That's what I meant. I've been using supcam for a very long time and I remember that my ip address was also blocked. The complete setup was done by the plugin vendor at that time.

    First of all reinstall your image,You need clear image.Open atv is the best,then install sup cam and activate it by your code.Then you can install oscam and others what you need.That is all.I tried it out with Octagon sf 8008,Vu+ duo 4k se and Pulse 4k.Image open atv 6.4 only.

    [reader]

    label = fransat_V7

    enable = 0

    protocol = internal

    device = /dev/sci0

    autospeed = 0

    caid = 0500

    boxkey = 014D902F

    deskey = 799EE94FE7BC221186CED2B06C8390B6

    detect = cd

    ident = 0500:041950,041960,041970,041980

    aeskeys = 0500@041950:BFB57F9F75D3430E0C047607D620CA44,25CF71988F698D017E555E65F812F3AA,7322518A823C128B787B3B5B52E1132A;0500@041960:BFB57F9F75D3430E0C047607D620CA44,25CF71988F698D017E555E65F812F3AA,7322518A823C128B787B3B5B52E1132A;0500@041970:BFB57F9F75D3430E0C047607D620CA44,25CF71988F698D017E555E65F812F3AA,7322518A823C128B787B3B5B52E1132A;0500@041980:BFB57F9F75D3430E0C047607D620CA44,25CF71988F698D017E555E65F812F3AA,7322518A823C128B787B3B5B52E1132A

    group = 2

    saveemm-unknown = 1

    saveemm-u = 1

    saveemm-s = 1

    saveemm-g = 1

    disablecrccws = 1

    you have to try it out im not sure of working it now

    [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.

    #!/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