Moderator Control Panel ]

Oscam SVN for MOI+

Oscam SVN for MOI+

Postby costan » Wed Oct 26, 2016 10:55 pm

Hello,

the last OSCAM *SVN* version.

I checked it on my box, is working since weeks

http://www.costan.org/moiplus/oscam-svn11272

Use at YOUR OWN RISK.

Don't use if it's not legal in your contry. I hereby disclaim any responsibility to the end user.


Just drop the binary under /usr/local/sbin, and put all the oscam config and Softcam.Key file under /usr/local/etc.

Use a startup script under /etc/init.d to have it started on boot.

Mine looks like this:

Code: Select All Code
#!/bin/sh
#
# Oscam        Starts Oscam
#

start() {
        echo -n "Starting OSCam: "
        /usr/local/sbin/oscam -b
        echo "OK"
}
stop() {
        echo -n "Stopping OSCam: "
        killall oscam
        echo "OK"
}
restart() {
        stop
        start
}

case "$1" in
  start)
        start
        ;;
  stop)
        stop
        ;;
  restart|reload)
        restart
        ;;
  *)
        echo "Usage: $0 {start|stop|restart}"
        exit 1
esac

exit $?





Happy OSCamming.
costan
 
Posts: 66
Joined: Sat Feb 21, 2015 8:30 am

Re: Oscam SVN for MOI+

Postby MariuCh » Mon Oct 23, 2017 4:43 am

Hi Costan,
I'm using your tvheadend and oscam versions.
For some time on several channels I have been observe video / audio freeze while refreshing ecm keys.
I'm looking for information and I find some that may be the oscam version and the dvbapi protocol problem.
Can you compile a newer version of oscam?

Regards,
MariuCh
MariuCh
 
Posts: 17
Joined: Wed Jun 22, 2016 4:17 am


Return to MOI+

Who is online

Users browsing this forum: No registered users and 5 guests