Вход в биллинг - Billing entrance - www.CardsharingServer.com

English forum section

Автор Тема: Oscam Icam v9: Installation Guide for any receiver (ARM, AArch64, MIPS)  (Прочитано 15988 раз)

TechGuy

  • -----
  • Администратор
  • Старожил
  • *****
  • Сообщений: 277
1. Downloading the emulator Oscam Icam

Binary files for ARM and MIPS receivers can be downloaded here – https://www.cardsharing.cc/downloads/oscam-icam-v9.zip


2. Installing the emulator

Oscam emulator with Icam support can be installed on almost any Enigma2 receiver, regardless of firmware. In our example, we will be installing the emulator on a Vu+ ZERO 4k receiver with OpenBh 5.1.008 firmware.


2.1 Installing the emulator through command line

To install the emulator manually, you need to have access to the receiver via telnet or ssh. You also need to have an installed version of the Oscam emulator. For example, I have oscam-stable installed. If you don’t have Oscam installed, install it via softcam menu.

Unpack the ZIP archive downloaded above on your PC. Inside the archive you will find two folders – bin, config and bouquets

Next, you must replace the executable file on your receiver with a new file from the archive… First, find where the oscam executable file is located in your receiver. It is usually located in /usr/bin/ or /usr/softcams/ folder. In my case, this is /usr/softcams/oscam-stable

Rename the local file oscam-icam-arm.bin (or oscam-icam-mipsel.bin for MIPS receiver) in bin folder exactly the same as you have in the receiver. In my case, I renamed the file to oscam-stable

Upload the file to the receiver, overwriting the one that is there.

Set the permissions on the file to 755. You can do this by running the command in telnet or ssh:

chmod 755 /usr/softcams/oscam-stable
Use path to your Oscam instead of /usr/softcams/oscam-stable

2.2 Checking if the emulator is running

Login to the receiver using telnet or ssh. Try running the emulator. In my case, I have to run the command:

/usr/softcams/oscam-stable
If you see an error like:

/usr/softcams/oscam-stable: error while loading shared libraries: libcrypto.so.0.9.8: cannot open shared object file: No such file or directory
Then you need to put the correct link to the libcrypto.so library To do this, depending on your firmware, you need to run the command (in my case):

ln -s /usr/lib/libcrypto.so.1.0.2 /usr/lib/libcrypto.so.0.9.8
or

ln -s /lib/libcrypto.so.1.0.2 /usr/lib/libcrypto.so.0.9.8
or  (for example for DreamBox DM900)

ln -s /usr/lib/libcrypto.so.1.0.0 /usr/lib/libcrypto.so.0.9.8
or  (for example for DreamBox ONE)

ln -s /usr/lib/libssl.so.1.0.2 /usr/lib/libssl.so.1.0.0
ln -s /usr/lib/libcrypto.so.1.0.2 /usr/lib/libcrypto.so.1.0.0

On OpenPLI firmware I had another problem. The emulator did not start, gave an error:

/usr/bin/oscam-stable: not found
To fix this error, run the command:

ln -s /lib/ld-linux.so.3 /lib/ld-linux-armhf.so.3

If the emulator starts normally, you should see something like this in the console:

22:28:06 00000000 s >> OSCam << cardserver log switched, version 1.20_svn, build r11711-798 (arm-linux-gnueabihf)
22:28:06 00000000 s (main) System name = Linux
22:28:06 00000000 s (main) Host name = vuzero4k
22:28:06 00000000 s (main) Release = 4.1.20-1.9
22:28:06 00000000 s (main) Version = #1 SMP Sun May 1 03:26:08 UTC 2022
22:28:06 00000000 s (main) Machine = armv7l
22:28:06 00000000 s (main) Stb model = dm8000
22:28:06 00000000 s (main) Stb vumodel = vuzero4k
22:28:06 00000000 s (main) Stb boxtype = vuzero4k
22:28:06 00000000 s (main) creating pidfile /tmp/.oscam/oscam.pid with pid 4201
22:28:06 00000000 s (emu) OSCam-Emu version 798
22:28:06 00000000 s (main) signal handling initialized
22:28:06 00000000 s (config) ERROR: Cannot create file “/var/tuxbox/config/oscam.srvid2.tmp” (errno=2 No such file or directory)
22:28:06 00000000 s (reader) emulator [emu] creating thread for device emulator
22:28:06 00000000 s (main) waiting for local card init
22:28:06 020FA536 r (emu) Stream key delayer initialized
22:28:06 020FA536 r (emu) Stream relay server initialized


Press Ctrl+C to stop the emulator. Let’s move on to setting up the configuration files.


3. Setting up the configuration files

Find the location of your Oscam configuration files. They are usually located in the /etc/tuxbox/config/ folder. In my case, the files are located in the /etc/tuxbox/config/oscam-stable/ folder.

In the previously downloaded archive in the config folder you will find an approximate configuration. In order for oscam-icam to work, you need to make changes to the following files on your receiver:

    oscam.conf – open this file, before the [dvbapi] section, add the following lines:

[streamrelay]
stream_ecm_delay = 0
stream_relay_ctab = 098D

Please do not delete [global] and [dvbapi] sections! Otherwise, you will not be able to watch non-icam channels (HD+, ORF, etc.)

    oscam.server – open this on your receiver file and completely replace it with the config from your billing account!
   
    Please delete files oscam.dvbapi and oscam.whitelist if exist


4. Configuring Emigma2 parameters and changes for old iCam versions

In this version of iCam v9 and starting from iCam v7 there is no need to set any Enigma options.

However, if you have previously used an earlier version of iCam on this receiver, such as iCam v3, then you will need to make changes to the Enigma settings:

1) Disable “Include ECM in http streams” option in enigma

2) Enable “Descramble sending http streams” option in enigma

3) Remove the [radegast] section from the oscam.conf config if it exists


5. Creating a bouquet, adding a channel list.

1) Download the file userbouquet.SkyDeIcam.zip from the site.

2) Unzip the archive.

3) Upload the userbouquet.SkyDeIcam.tv file to the /etc/enigma2 folder via ftp.

4) Go to /etc/enigma2 directory on your receiver and open bouquets.tv file. Add the line before Favorites bouquet add the line::

#SERVICE 1:7:1:0:0:0:0:0:0:0:FROM BOUQUET "userbouquet.SkyDeIcam.tv" ORDER BY bouquet
You can also export the channel list using the DreamboxEdit program.

6. Reboot the receiver


HarryHirsch

  • Новичок
  • *
  • Сообщений: 7
  • Ich halte mich an Regeln
Hi
Sehr gute Anleitung, funktioniert alles prima bis auf eine Sache.
Ich habe die Dreambox Two und wenn ich dann ein Sky Sender aufrufe, läuft sofort eine Aufnahme, das blinkende REC wird eingeblendet und ich kann nicht mehr zu den normalen Sendern umschalten, da der Tuner blockiert wird.
Aber aufgenommen wird nichts, nur die blinkende REC Anzeige und die Blockade des Tuners.
Hat noch wer dieses Problem, da ich bis jetzt nichts davon hier lese, sieht es so aus, als hätte nur ich dieses Phänomen.
Bitte um Feedback, vielen Dank.

Harry Hirsch
Dreambox Two, newcamd, Oscam ICam 11725-r798-v9, 19,2E, VIP Astra, ORF, HD+

TechGuy

  • -----
  • Администратор
  • Старожил
  • *****
  • Сообщений: 277
Very strange behaviour. My DreamBox One doesn't have this.
Do Sky channels work?
Could you please write me to the email - moderator@cardsharing.cc ?

Kicker2023

  • Новичок
  • *
  • Сообщений: 1
Re: Oscam Icam v9: Installation Guide for any receiver (ARM, AArch64, MIPS)
« Ответ #3 : 03 Июня 2023, 12:36:16 »
Hallo zusammen, ich suche ein fertiges Image mit osam icam für eine GigaBlue 800 UE Plus.
Könnt ihr mir weiterhelfen?

vielen dank 

DragonsboyFrank

  • Пользователь
  • **
  • Сообщений: 14
Re: Oscam Icam v9: Installation Guide for any receiver (ARM, AArch64, MIPS)
« Ответ #4 : 03 Июня 2023, 18:04:30 »
Funktioniert das auch im Vodafone Kabelnetz oder nur über Astra?
Danke!
Octagon SF8008 4K UHD,CCcam 2.3.2, Vip Germany

Gollum1981

  • Пользователь
  • **
  • Сообщений: 11
Re: Oscam Icam v9: Installation Guide for any receiver (ARM, AArch64, MIPS)
« Ответ #5 : 10 Июня 2023, 15:07:53 »
Hey

hast du dazu eine Lösung bekommen?
Ich habe das gleiche Problem, dass der angewählte Kanal als Aufnahme angezeigt wird.

Ich habe eine VU+Solo2 mit VTI Image

Die Kanäle funktionieren alle soweit, aber halt das Problem mit der angezeigten Aufnahme.

Gruss

Hi
Sehr gute Anleitung, funktioniert alles prima bis auf eine Sache.
Ich habe die Dreambox Two und wenn ich dann ein Sky Sender aufrufe, läuft sofort eine Aufnahme, das blinkende REC wird eingeblendet und ich kann nicht mehr zu den normalen Sendern umschalten, da der Tuner blockiert wird.
Aber aufgenommen wird nichts, nur die blinkende REC Anzeige und die Blockade des Tuners.
Hat noch wer dieses Problem, da ich bis jetzt nichts davon hier lese, sieht es so aus, als hätte nur ich dieses Phänomen.
Bitte um Feedback, vielen Dank.

Harry Hirsch
VU+Solo2
VTI image 14.0.6
OScam 1.20 rev: 11572

HarryHirsch

  • Новичок
  • *
  • Сообщений: 7
  • Ich halte mich an Regeln
Re: Oscam Icam v9: Installation Guide for any receiver (ARM, AArch64, MIPS)
« Ответ #6 : 13 Июня 2023, 18:21:19 »
Hey, war einige Tage im Krankenhaus und jetzt erst gesehen.
Der Admin hatte ja geschrieben, das ich ihm per Mail schreiben soll, bin ich jetzt mit angefangen.
Gestern hatte ich zum Beispiel bei einigen Sendern kein Bild, komisch.
Mal schauen woran es liegt, übrigens ich habe die Dreambox Two und habe den " oscam-icam-v9_aarch64(dreambox) " genommen.
Dreambox Two, newcamd, Oscam ICam 11725-r798-v9, 19,2E, VIP Astra, ORF, HD+

Tom321

  • Пользователь
  • **
  • Сообщений: 12
Re: Oscam Icam v9: Installation Guide for any receiver (ARM, AArch64, MIPS)
« Ответ #7 : 18 Июня 2023, 20:18:42 »
Weil die ICAM Kanäle zu Streams werden, blinkt die REC Anzeige, da die Box hier nicht zwischen echter Aufnahme und ICAM Stream unterscheidet. Der Tuner ist belegt, weil es bei Dream keiner auf die Reihe bekommt den Treiber dazu zu fixen, somit ist das so und da muss man auch hier kein Moderator belästigen. Dann kann es bei der Two oder ONE auch passieren, dass die Box einfriert und der Ton hämmert, bei den DM9x0 kann es passieren, das entweder Bild oder Ton fehlt, hier hilft einfach paar mal hin und herschalten.
Kann  bei allen anderen Boxen auch zu vergleichbaren Probleme kommen, da der ganze ICAM Kram eben nicht wirklich 100% läuft, aber unterm Strich recht gut.

Am besten läuft es auch, wenn man sich die OSCAM und die nötige Toolchain fürs kompilieren selber erstellt und nicht die allgemein voll geballerten fertigen OSCAMs dazu nimmt.
DM two, AIO Image, Astra 19.2 & Hotbird 13.0, VIP Germany

UncleBOB

  • Новичок
  • *
  • Сообщений: 2
Re: Oscam Icam v9: Installation Guide for any receiver (ARM, AArch64, MIPS)
« Ответ #8 : 20 Августа 2023, 20:23:30 »
Помогите плз. всегда стоял викард, оскама никогда не было. Скачал с фида. Действовал по инструкции до ожидаемой ошибки про библиотеку.После введения команды пишет что файл существует но оскам не запускается с той же ошибкой. Пробовал обе команды для ВУ. Попробовал скачать с фида другой вариант оскама - точно такой же результат. Куда копать?
Спасибо. Vu+ Uno 4K SE Open Pli.
VU UNO 4K SE 2 шт. Open PLi
36° 19° 13° 9° 4.8°

xtruex

  • Главный помощник Moderatora
  • Ветеран
  • ****
  • Сообщений: 5010
  • DM 500HD OpenPli 4
Re: Oscam Icam v9: Installation Guide for any receiver (ARM, AArch64, MIPS)
« Ответ #9 : 22 Августа 2023, 20:27:53 »
Пробуй установить backup https://www.cardsharing.cc/index.php?board=167.0
ICQ:290344
Бесплатный тест
http://www.cardsharingserver.com/index.php?module=test

UncleBOB

  • Новичок
  • *
  • Сообщений: 2
Re: Oscam Icam v9: Installation Guide for any receiver (ARM, AArch64, MIPS)
« Ответ #10 : 24 Августа 2023, 19:43:58 »
Спасибо, универсальный IPK завёлся. Надо было все темы до конца дочитать...
VU UNO 4K SE 2 шт. Open PLi
36° 19° 13° 9° 4.8°

Stuermer11

  • Новичок
  • *
  • Сообщений: 1
Re: Oscam Icam v9: Installation Guide for any receiver (ARM, AArch64, MIPS)
« Ответ #11 : 06 Февраля 2024, 02:53:45 »
Hey

hast du dazu eine Lösung bekommen?
Ich habe das gleiche Problem, dass der angewählte Kanal als Aufnahme angezeigt wird.

Ich habe eine VU+Solo2 mit VTI Image

Die Kanäle funktionieren alle soweit, aber halt das Problem mit der angezeigten Aufnahme.

Gruss

Hi
Sehr gute Anleitung, funktioniert alles prima bis auf eine Sache.
Ich habe die Dreambox Two und wenn ich dann ein Sky Sender aufrufe, läuft sofort eine Aufnahme, das blinkende REC wird eingeblendet und ich kann nicht mehr zu den normalen Sendern umschalten, da der Tuner blockiert wird.
Aber aufgenommen wird nichts, nur die blinkende REC Anzeige und die Blockade des Tuners.
Hat noch wer dieses Problem, da ich bis jetzt nichts davon hier lese, sieht es so aus, als hätte nur ich dieses Phänomen.
Bitte um Feedback, vielen Dank.

Harry Hirsch
Hi, ich bekomme leider die Sender nicht hell ich selbst hab eine vu+ solo2. Ich kann leider nicht auf die Port 8080 zugreifen. Habs dementsprechend unter tuxbox/config hinterlegt. Auch die oscam hab ich ersetzt mit dem selben Namen. Vielleicht noch ein Tip?

HarryHirsch

  • Новичок
  • *
  • Сообщений: 7
  • Ich halte mich an Regeln
Re: Oscam Icam v9: Installation Guide for any receiver (ARM, AArch64, MIPS)
« Ответ #12 : 25 Февраля 2024, 11:25:23 »
Antworten gibt es in anderen Foren mit der Erklärung, dass die Dreambox das nicht unterscheiden könnte zwischen richtigen Stream und der Emulation. Verstehen tue ich das auch nicht, aber mehr gibt es dazu nicht.
Dreambox Two, newcamd, Oscam ICam 11725-r798-v9, 19,2E, VIP Astra, ORF, HD+