Dies ist eine mobil optimierte Seite, die schnell lädt. Wenn Sie die Seite ohne Optimierung laden möchten, dann klicken Sie auf diesen Text.

ICAM Patch oscam-emu

Status
Für weitere Antworten geschlossen.
Den Patch ins oscam-svn Verzeichnis kopieren und dann eben manuell mit patch -p0 < oscam-emu.patch einfügen, so hatte ich bei ner frisch ausgecheckten oscam kein einzigen Hunk und so siehts nun aus:
Code:
Unix starttime: 1699988219
Starttime:      14.11.2023 19:56:59
Version:        oscam-1.20_svn-r11726-798
Compiler:       aarch64-dreambox-linux-gnu-ssl
Box type:       two (generic)
PID:            4359
TempDir:        /tmp/.oscam
ConfigDir:      /etc/tuxbox/config/
WebifPort:      8888

Web interface support:                   yes
LiveLog support:                         yes
jQuery support intern:                   no
Touch interface support:                 no
SSL support:                             yes
DVB API support:                         yes
DVB API with AZBOX support:              no
DVB API with MCA support:                no
DVB API with COOLAPI support:            no
DVB API with COOLAPI2 support:           no
DVB API with STAPI support:              no
DVB API with STAPI5 support:             no
DVB API with NEUTRINO support:           no
DVB API read-sdt charsets:               no
DVB API with ICAM v9 stream relay support: yes

 
Zuletzt bearbeitet von einem Moderator:
Genau das habe ich auch gemacht, nur das der Patch in nem anderen Verzeichnis lag
 
Hunks kommen keine aber wie schon geschrieben, werden die Change-Sets aus 11726 rückgängig gemacht und natürlich hat man damit dann auch ein Bild
Du musst Regestriert sein, um das angehängte Bild zusehen.
 

Anhänge

Du musst angemeldet sein, um die Anhangsliste zu sehen.
Zum Verständniss, habt ihr den aktuellen oscam-emu genommen?

bei mir sieht mein patching anders aus, weil ich noch den vorgänger genommen habe


ubuntu@ubuntu-virtual-machine:~/Downloads/build/oscam-svn$ patch -p0 < oscam-emu_11726.patch
patching file CMakeLists.txt
patching file Makefile
patching file config.h
patching file config.sh
patching file globals.h
patching file module-dvbapi.c
patching file module-emulator-biss.c
patching file module-emulator-biss.h
patching file module-emulator-cryptoworks.c
patching file module-emulator-cryptoworks.h
patching file module-emulator-director.c
patching file module-emulator-director.h
patching file module-emulator-irdeto.c
patching file module-emulator-irdeto.h
patching file module-emulator-nagravision.c
patching file module-emulator-nagravision.h
patching file module-emulator-osemu.c
patching file module-emulator-osemu.h
patching file module-emulator-powervu.c
patching file module-emulator-powervu.h
patching file module-emulator-streamserver.c
patching file module-emulator-streamserver.h
patching file module-emulator-viaccess.c
patching file module-emulator-viaccess.h
patching file module-emulator.c
patching file oscam.c
patching file webif/config/dvbapi.html
ubuntu@ubuntu-virtual-machine:~/Downloads/build/oscam-svn$ patch -p1 < oscam_emu_icam_dvbapi_radegast_v9_11726_CC_OPTS-02.patch
patching file CMakeLists.txt
patching file Makefile
patching file config.h
patching file config.sh
patching file ffdecsa/CMakeLists.txt
patching file ffdecsa/ffdecsa.c
patching file ffdecsa/ffdecsa.h
patching file ffdecsa/parallel_128_neon.h
patching file module-dvbapi.c
patching file module-emulator-icam.c
patching file module-emulator-icam.h
patching file module-emulator-streamserver.c
patching file module-emulator-streamserver.h
patching file module-radegast.c
patching file oscam.c
ubuntu@ubuntu-virtual-machine:~/Downloads/build/oscam-svn$ patch -p1 < buffer_11726_v3.patch
patching file ffdecsa/ffdecsa.c
patching file globals.h
patching file module-emulator-streamserver.c
patching file module-emulator-streamserver.h
patching file module-emulator.c
patching file module-webif.c
patching file oscam-config-global.c
patching file webif/config/streamrelay.html
 
direkt von hier geladen:
 
oder man nutzt s3 mit der richtigen URL
Code:
./s3 get_patch
Du musst Regestriert sein, um das angehängte Bild zusehen.

Code:
PATCHURL="https://raw.githubusercontent.com/oscam-emu/oscam-emu/master/oscam-emu.patch"
PATCHNAME="oscam-emu.patch"
 

Anhänge

Du musst angemeldet sein, um die Anhangsliste zu sehen.
Zuletzt bearbeitet:
sorry war ein langer Tag sollte auch ins Bett aber nochmal kurz zum Verständnis. Wenn ich nehme, wo jetzt icam patch V9 enthalten ist, dann wird aus einer 11726 wieder eine 11725, im WebInf wird aber fälschlicherweise 11726 angezeigt?
 
Alles klar, ich hab meine 11726 Arm Version über die previous version von oscam-emu, plus v9 plus v3 gebaut, müsste dann ja passen und alles auf r11726 sein.

ubuntu@ubuntu-virtual-machine:~/Downloads/build/oscam-svn$ patch -p0 < oscam-emu_11726.patch
patching file CMakeLists.txt
patching file Makefile
patching file config.h
patching file config.sh
patching file globals.h
patching file module-dvbapi.c
patching file module-emulator-biss.c
patching file module-emulator-biss.h
patching file module-emulator-cryptoworks.c
patching file module-emulator-cryptoworks.h
patching file module-emulator-director.c
patching file module-emulator-director.h
patching file module-emulator-irdeto.c
patching file module-emulator-irdeto.h
patching file module-emulator-nagravision.c
patching file module-emulator-nagravision.h
patching file module-emulator-osemu.c
patching file module-emulator-osemu.h
patching file module-emulator-powervu.c
patching file module-emulator-powervu.h
patching file module-emulator-streamserver.c
patching file module-emulator-streamserver.h
patching file module-emulator-viaccess.c
patching file module-emulator-viaccess.h
patching file module-emulator.c
patching file oscam.c
patching file webif/config/dvbapi.html
ubuntu@ubuntu-virtual-machine:~/Downloads/build/oscam-svn$ patch -p1 < oscam_emu_icam_dvbapi_radegast_v9_11726_CC_OPTS-02.patch
patching file CMakeLists.txt
patching file Makefile
patching file config.h
patching file config.sh
patching file ffdecsa/CMakeLists.txt
patching file ffdecsa/ffdecsa.c
patching file ffdecsa/ffdecsa.h
patching file ffdecsa/parallel_128_neon.h
patching file module-dvbapi.c
patching file module-emulator-icam.c
patching file module-emulator-icam.h
patching file module-emulator-streamserver.c
patching file module-emulator-streamserver.h
patching file module-radegast.c
patching file oscam.c
ubuntu@ubuntu-virtual-machine:~/Downloads/build/oscam-svn$ patch -p1 < buffer_11726_v3.patch
patching file ffdecsa/ffdecsa.c
patching file globals.h
patching file module-emulator-streamserver.c
patching file module-emulator-streamserver.h
patching file module-emulator.c
patching file module-webif.c
patching file oscam-config-global.c
patching file webif/config/streamrelay.html

 
Code:
+// Version info
+#define EMU_VERSION 798

Sollte es da nicht 799 sein?
 
naja, wenn das oscam-emu.patch im git erweitert worden ist, sollte es auch ein höhere version anzeigen.
 
Zuletzt bearbeitet:
Das ist schon immer die ein und selbe Nummer beim Emu. Nicht dass das unbedingt Sinn macht, ist aber schon immer so
 
Seit dem letzte Anpassung zur 798 in 2019, sind es ja nur synchronisation zur oscam angebracht worden.
Da jetzt icam-v9 mit integriert worden ist, sollte nach meine Meinung nach, ein höhere version anzeigen. weil eben 798 ist diesmal nicht mehr 798.
 
Status
Für weitere Antworten geschlossen.
Für die Nutzung dieser Website sind Cookies erforderlich. Du musst diese akzeptieren, um die Website weiter nutzen zu können. Erfahre mehr…