SupCam + Oscam

mosad

Registered
Messages
53
Hello,

I have a Supcam subscription but I need to be able to keep my personal oscam active at the same time.
For now I am on Open Blackhole and I have to switch between supcam and oscam depending on what I want to watch.
Is it possible to have two cams simultaneously so supcam + oscam personal? .
My receiver is a Vu+ULTIMO 4k .

I have already contacted the suptv team but I have remained without response.
I also tested startup scripts combining 2 cams but it doesn't work.

Thank you in advance for your help.

Oscam emu


https://ibb.co/qYytBbn



file




Supcam emu


https://ibb.co/b2J2JYM



file





Files
http://www.mediafire.com/file/npr4ogq9o2gpbec/2_emu_Oscam%2BSupcam.zip/file
 
Last edited:

Motogato

Registered
Messages
326
Hello, first install your private oscam only after you install supcam I think this works
 

Tigertim

Registered
Messages
75
i was never able to find a way...in the end i disabled supcam which was a shame as i wanted the french canal channels
 

demosat1

Registered
Messages
37
Hi,

For use supcam and oscam-emu at sametime.


Setting for oscam-emu in config dvbapi pmt

Code:
[dvbapi]
pmt_mode = 6

Exemple script for openpli launcher softcam.SupCam_OscamEmu

Nota : you have to adapt the name of your oscam binary in the script

Code:
#!/bin/sh
case "$1" in
start)
	ulimit -s 1024
	/usr/bin/oscam-emu --config-dir /etc/tuxbox/config/oscam-emu --daemon --pidfile /tmp/oscam-emu.pid --restart 2
	/usr/local/etc/oscammips --config-dir /usr/local/etc --daemon --pidfile /tmp/oscamh.pid --restart 2
	;;
stop)
	kill `cat /tmp/oscam-emu.pid` 2> /dev/null
	killall -9 oscam-emu
	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
 

abi211

Registered
Messages
11
Hello,

I have a Supcam subscription but I need to be able to keep my personal oscam active at the same time.
For now I am on Open Blackhole and I have to switch between supcam and oscam depending on what I want to watch.
Is it possible to have two cams simultaneously so supcam + oscam personal? .
My receiver is a Vu+ULTIMO 4k .

I have already contacted the suptv team but I have remained without response.
I also tested startup scripts combining 2 cams but it doesn't work.

Thank you in advance for your help.

Oscam emu


https://ibb.co/qYytBbn



file




Supcam emu


https://ibb.co/b2J2JYM



file





Files
http://www.mediafire.com/file/npr4ogq9o2gpbec/2_emu_Oscam%2BSupcam.zip/file
Hi,

Did you find any solution for this? If yes, please share your story :)

Thanks,
Abi
 

beke07

Registered
Messages
8
Hi,someone managed to make it functional, when I start oscam + supcam it only opens what works with supcam, oscam works but doesn't open anything.
 
Top