Posts by s3n0

    I do not understand. According to the dump file, there are extremely large response time from reader_md and reader_mdr (5 - 8 sec.).


    Why do you have two cards ? I do not understand. They have the same CAID, all right, but they also have the same list of available PROVIDs (provider IDs) ? Why two cards with the same CAID ?

    Oskracer:


    Rejected group can be a problem of anything. At first it is a problem of a badly set group (if you know English then you are clear!) - do not forget to add the groups you use, also to the file "oscam.user" for the user "dvbapi" (group = 10,20) or for users, who are connecting to your softcam server.


    I don't see your entire Oscam configuration and I don't know your provider or its crypto mode, so I can't advise you. Sorry.


    You may need to add aeskey to your reader settings, but I don't know your provider and encryption, so maybe it's no problem ... try to add:

    aeskey = 0102030405060708090a0b0c0d0e0f10

    Another example:

    http://www.streamboard.tv/wiki…amples/Reader#PCSC_Reader


    Or the error is caused by badly configured card reader filtering (groups, lb_weight, services, oscam.dvbapi - CAID filtering, etc.).

    hi can you send screen shot english version?

    and do work this picons updater for opnepli 7.2 ?

    and if one channel come to for example hotbird sattelite how can do add picon for that channle to list?

    Hello.


    The screenshot doesn't matter. Currently there is a language translation for DE, CZ, SK + the main version is EN. To create a screenshot in the EN language, it is necessary to switch the localization language of the set-top box to the EN version. I'm lazy to do it. Sorry :-P.


    Of course, the plugin works on all current Enigmas, even new and original - based on OE2.5 / 2.6 (Open Dreambox). So not only on open source Enigma OE2.0 (OpenPLi, OpenATV, OpenHDF, etc.) but also on new Dreambox based Enigma. Plugin has been tested also on very old Enigma, based on OE1.6 core and worked OK.


    If you want only one picon from the Hotbird satellite, then set the Hotbird satellite (13.0 E) in the satellite selection and set up the channel list synchronization (although the complete archive for the Hotbird satellite with picons will be downloaded, but only those picon you need and no other picons will be automatically extracted from the downloaded archive file).


    You can also find basic info on my github, which means here:

    https://github.com/s3n0/e2plug…master/ChocholousekPicons

    SpaceRat:


    Exactly. Not every linux set-top box has the same libraries, directories, linux kernel, etc. so not always an Oscam binary will work in every Enigma. However, in the case of OpenPLi and OpenATV, which are almost identical and there are not many differences, binaries must always work. Problems can only arise with an extremely old version of Enigma, in which a user of a set-top box uploads a new Oscam, or vice versa, when a user of a set-top box uploads an old version of Oscam into a new Enigma. Libraries and directory structure in most cases have Enigma (OE2.0-based) the same. Major changes are made mainly in the new OE2.5 and later (original Dreambox software). However, I will not take a look at them.


    One more thing... don't you plan to change the regex using sed, in your shell script "feed" ? :-P Here I asked for a change: OpenATV SoftCam Feed Discussion Thread. Then I unfortunately forgot to use your nick in my post to see my post.

    lunetoo:


    As far as I know, OpenPLi already uses a functional version of Oscam, which can also work with SKY DE.

    Discussion thread for setting SKY DE can be found here:

    SKY DE

    However, I recommend reading the whole discussion or at least the last 2-3 pages from this discussion :).


    For SKY DE you need to set / change the following (my older post in a different forum thread):

    oscam with .de support


    The shell script what I mentioned will rewrite only the Oscam binary file. Your configuration will remain unchanged.

    Melgas:


    Open the script file and read it (after downloading the script to your disk or you can read it directly on my github profile directly). LOL. There you will find what you need to change.


    It is also possible to change the script content via the "pipe", directly via the "sed" command before it is sent to Bash and the downloaded script content is executed. For example:

    wget -qO- --no-check-certificate "https://github.com/s3n0/e2scripts/raw/master/oscam-new-version-updater.sh" | sed 's/REQUESTED_BUILD=.*/REQUESTED_BUILD="oscam-trunk"/' | bash


    I emphasize that my shell-script is just a simplified shell-script to install a feed-source to download Softcams in Enigma OpenATV (http://updates.mynonpublic.com/oea/feed), from an unknown developer - I assume it is someone from the OpenATV team, maybe SpaceRat?

    lunetoo :


    Why don't you install Softcam directly through Plugin-MENU? OpenPLi supports Softcams directly from its own feed server.


    If you just want to update the oscam binary file itself, use for example my script. Unfortunately, OpenPLi does not use the latest versions of Softcam, but only those versions that are already debugged and verified by users. This means that the latest versions are not always stored on the OpenPLi feed server.


    Melgas :


    Hi. Yes, this script is used to update Oscam binary files in the "/ usr / bin" folder. First, the new version is detected. If there is a newer one on the Internet, your Oscam will stop and it will be downloaded from the Internet and then only the binary file will be overwritten. Then, Oscam starts again (according to the command line, including the original arguments).


    For example, if you want to use Oscam-Emu, you have to download the bash script and edit it before using it.

    Hi there!


    It's not as easy as it looks.


    As far as I know, in each Enigma, the LED picons belong to a different directory. Even each SKIN can use a different directory location. This means that it will necessarily add an extra menu to select a special folder with picons for the display.


    It will also be necessary to add another algorithm for downloading different picons - especially for LED display only. Of course, it is also necessary to create an LED list of filtered picon lists (my internal list of all available picons for certain resolution + background + selected satellites), starting with all Chocholek picons.


    This means that it would be better to create a new plugin just for the purpose of adding a picon for the front LED display.


    A solution could be, for example, converting the resolution of PNG files to a smaller resolution directly using the Python module (directly in the plugin code algorithm). However, this is the copyright of Chocholosuek picons (editing the author's work - editing the images). Also, in this case, there may be a problem with the wrong aspect ratio (not every display template always uses the same resolution for the picons, so I would have to rattle it too).


    LED display on the front panel of various set-top boxes is therefore a little more complicated problem and require a complex solution. I would have to take a long time to look at all displays and how to use them, and then I could modify the plugin and add more options for LED display picons.


    In my opinion, this is the fault of SKIN developers ! They are lazy! In the Python code, it is very easy to add another Component to the Enigma ("Converter" or "Renderer") so that all standard picons can also be used for LED displays after they are automatically converted to the desired resolution! Any aspect ratio can also be solved by the SKIN code algorithm! For this purpose, the basic module "PIL" is quite sufficient and there is generally no need for an extended module "Pillow" (this is only found in new versions of Python-language or if it is installed additionally).

    The softcam server is ideal to run on a set-top-box because it can refresh itself (entitlements / EMMs). If you have a softcam server on an external machine, then there are various problems with refreshing entitlements. It may happen that one set-top-box does not start watching the channel in every 3 days. In that case, the CRON scheduler would be able to help, to watch some channel, at night to refresh the entitlements, for one minute.

    Hi.


    I don't know your provider, but I think it looks like there's trouble receiving EMMs. In my opinion, it is stupid for an provider to send entitlements in only one satellite stream. Only that it would be a set top box paired and closed (an internal closed algorithm in a set top box hardware that downloads EMM via only one satellite stream). Probably your Oscam can not receive and decode EMMs from all satellite streams.


    However, even if you are not able to cope with this problem, it is possible to plan the shell-script via CRON in Linux (CRON is already included in most Enigmas and if not, you can install it through the package manager). For example, every 2 days, at night, as stealth, with the Standby set-top-box, switch for example - 1 minute this one satellite channel and then stop receiving the stream again (stop watching satellite channel). For this you can do a very simple shell-script (bash) and schedule it to run at night, every 2 days for example.

    Use only Oscam as a multiprotocol client + server in one. It is better. Problems can only be with the communication protocol compatibility of some versions of other softcams, so it is sometimes difficult to manage the settings. Well, it would be worth a try!


    All protocol / client types are supported by Oscam protocols. Even the old mgcamd client instead of the newcamd client:

    http://www.streamboard.tv/wiki…onfig/oscam.conf#mgclient


    When it comes to using your own softcam server, it is good to use only one protocol. Either newcamd or cccam server.


    Running multiple softcam clients on a single set top box can be an unnecessary burden on the DVB-system (total chaos in using multiple softcams instead of one softcam).

    I still don't understand where the problem is, sorry. You have some softcam-client, OK. So you should follow the server administrator's commands. From what I see in the LOG, you connect with multiple accounts to one server account. Follow the instructions given to you by the administrator of the softcam server. I can't advise you. I don't own this softcam server. I am sorry. If you share one connection to multiple users, the administrator of the softcam server can also grant you a BAN. Everything depends on the settings on the server.

    Giggzhawker :

    New versions of OpenATV have been upgraded by the Softcams launcher. Unfortunately, EMU files are no longer supported - OpenATV SoftCam Feed Discussion Thread . The shell scripts in the "/etc/init.d" folder are now used and must be named "oscam.<softcam_name>". Unfortunately, the OpenATV startup algorithm (Python source code) can only keep one Softcam active. However, you can also use your own trigger using init.d scripts and omit the OpenATV trigger (via the Enigma source code) altogether. However, if you omit the Softcams launcher via OpenATV/Enigma, you will lose the ability to display Softcam information in the Enigma GUI / SKIN. See there for manually softcam launching but also for installing softcam as manually (necessary knowledge of Linux): Tutorial : How to install softcam (OSCam/CCCam) manually, if you hate ipk packages


    Why do you want so many Softcams ? Isn't one multi-protocol Oscam enough for all protocols ?! Or do you have any compatibility issues in certain protocols when using Oscam ?

    Can anyone tell me what the difference is between oscam-emu and oscam and when to use which?

    OscamEmu also includes an Emu module. The classic Oscam does not include this Emu module.

    This Emu-module is used to emulate a card reader + with a decoding card.

    It is like a software card reader + with a software decoding card inserted in your device.


    Not all crypto modes can be emulated. The main purpose is pirate propagation or sharing of the decoding algorithm!


    Use search - on Google or in this discussion forum.

    For example: oscam vs oscam emu