Quantcast
Aktuelles
Digital Eliteboard - Das Digitale Technik Forum

Registriere dich noch heute kostenlos, um Mitglied zu werden! Sobald du angemeldet bist, kannst du auf unserer Seite aktiv teilnehmen, indem du deine eigenen Themen und Beiträge erstellst und dich über deinen eigenen Posteingang mit anderen Mitgliedern unterhalten kannst! Zudem bekommst du Zutritt zu Bereichen, welche für Gäste verwehrt bleiben

Registriere dich noch heute kostenlos, um Mitglied zu werden! Sobald du angemeldet bist, kannst du auf unserer Seite aktiv teilnehmen, indem du deine eigenen Themen und Beiträge erstellst und dich über deinen eigenen Posteingang mit anderen Mitgliedern unterhalten kannst! Zudem bekommst du Zutritt zu Bereichen, welche für Gäste verwehrt bleiben

oscam config path change

emmiko

Newbie
Registriert
18. März 2020
Beiträge
16
Reaktionspunkte
4
Punkte
23
have a question :
when oscam start run its default read config files /usr/local/etc (oscam.conf oscam.server oscam.user)
anyone know how to compile oscam (simplebuild) , let oscam start run then read config files /usr/local/etc (aaa.conf aaa.server aaa.user)
aaa.conf aaa.server aaa.user ----> replace ---> oscam.conf oscam.server oscam.user
thanks~
 
use --> -c, --config-dir <dir>
start oscam -c /your-conf-dir
or edit line 376 globals.h
or
use s3
./s3 arm_dream -c/data/oscam/
or make your.profile --> /s3/support/profiles
Code:
WEBIF LIVELOG JQUERY TOUCH SSL DVBAPI READ_SDT IRDETO_GUESSING ANTICASC DEBUG MONITOR LB LCD CACHEEX CACHEEX_AIO CWCC EMU CAMD35 CAMD35_TCP NEWCAMD CCCAM CCCSHARE GBOX RADEGAST SCAM SERIAL CONSTCW PANDORA GHTTP NAGRA NAGRA_MERLIN IRDETO CONAX CRYPTOGUARD CRYPTOWORKS SECA VIACCESS VIDEOGUARD DRE TONGFANG BULCRYPT GRIFFIN DGCRYPT DRECAS PHOENIX INTERNAL MP35 SMARGO STINGER USE_LIBUSB USE_LIBCRYPTO USE_UTF8
-c=/data/oscam-emu/
and use
./s3 arm_dream -p=your.profile
 
Zuletzt bearbeitet:
hi~
you seem to not understand what I mean
i want oscam read aaa.conf aaa.server aaa.user
not is oscam.conf oscam.server oscam.user

oscam.conf rename is aaa.conf
oscam.server rename is aaa.server
oscam.user rename is aaa.user

but oscam default read files /usr/local/etc (oscam.conf oscam.server oscam.user)
i want oscam start run then read files /usr/local/etc (aaa.conf aaa.server aaa.user)

how to do ??

You have to change source code
change which one file and which line
 
Zuletzt bearbeitet von einem Moderator:
Just symlink aaa.conf to oscam.conf, aaa.user to oscam.user, and aaa.server to oscam.server
 
Zurück
Oben