Posts by s3n0

    Why is the services file large ? Short him. Cut it off just to the necessary channels.


    You can make it wrong on the forum. I've found it and opened it, sorry. You got it wrong in SPOILERS.


    Your problem will probably be in PROVID. Because you use not only CAID but also PROVID (in "oscam.dvbapi" file).


    I do not understand your configuration files in general. I don't know which file belongs to Oscam clients and which file belongs to your Oscam server. I can't help you like that. I don't know at all how and what you have connected to each other.


    If you want to allow only specific CAIDs for a specific Oscam user account, then on the Oscam server it is sufficient to limit the client's account (file "oscam.user" - just add CAID = xxxx to the account). You can also divide users into groups and then set up groups for individual users (accounts in "oscam.user", on the Oscam server).


    Or what do you need ? I don't quite understand. Sorry.

    This is just one file of the whole configuration, sorry, I can't do that either. The base files are oscam.server, oscam.user and oscam.conf. Then there are other, often important files, such as: oscam.dvbapi, oscam.services.


    Finally, I would also have to see how your Oscam clients are configured. With an extremely large number of ECMs, the problem may be that re-share is hardly forbidden, which may be abused by one of your clients.


    I still wonder if you have the same Node ID in your config. This could also cause a collapse in communication. Many people are abusively copying configs. This results in the NODE ID being the same everywhere for clients / servers after copying the same config and creating a communication collapse.


    Obviously you have no idea how to set up the configuration, as you have enabled + disabled reshare at the same time in the oscam.conf file you specified.

    http://www.streamboard.tv/wiki…Config/oscam.conf#reshare

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

    Hi.

    Check the configuration of the oscam server and also check all clients.

    You may have incorrectly configured "filter" items in the configuration, such as: group, CAID, services, etc. .

    It's not that complicated. Developing plugins is easy when you learn it and when you already have the basic code ready, just like me.


    The problem is that the development of the plugin eats free time. No one will pay for this plug-in work because it is partly free open source code :). Simple plugins are easy to develop. If there is nothing complicated in their operation, the plugin is very easy to create. Or it's easy to find what you need in the Enigma code on the githube.


    An example of a simple and incomplete plugin for downloading and rewriting EPG data can be found on my github. Also vice versa - more complicated or average is the plugin on my github for the picon update (I am the creator of the plugin and picons provided by Chocholousek).


    I created a lot of basic plugins (not on my github) while I was learning how to create simple functional plugins, so I always have basic plug-in code. Basically it's still Python and you have to know the Enigma code as well as possible. It is really necessary to know the Enigma very well. The whole Enigma in its GUI is object-oriented Python code.

    Sorry, I don't use and I don't know what e2istream is. So I can't advise you on e2istream.


    In your inquiry you mentioned a stream (audio-video multimedia files streamed over a local or internet network). You also remembered "link" what is obviously a URL address (hostname, IP address, with a path to file or to webpage), and you wanted to transform that URL address (I don't know how, I don't know where, I don't know why) into .py code. That's why I didn't understand the whole thing. Sorry.

    Hi.


    It's not that simple. It depends eg. and what kind of Enigma you use. It also depends on the Enigme used. It also depends on whether you want to run Oscam via the GUI Enigma MENU, or whether you want to run Oscam in a Linux style (without using the GUI, only through the added init.d control script).


    To compare 8004 vs 8008: Oscam on Octagon sf 8008


    For example, for many Enigmas, if not added, you can install a feed server ( Softcam Feeds ) with many Softcams packages. It will be added to the Plugin-MENU installation list among the available packages for your Enigma. Then install the selected Softcam (Oscam) from Plugin MENU.


    Whether you decide to search for Oscam's automated installation IPK packages or oscam binary files to use your own init.d script, you need to look for your chipset architecture. Octagon sf4008 includes a Cortex A15 chipset. This means your processor should be ARM v7.

    https://developer.arm.com/ip-p…ssors/cortex-a/cortex-a15

    If you can use Shell, use opkg - the package manager:

    Code
    opkg list-installed | grep cccam
    opkg remove <recognized_cccam_package_name>
    reboot
    
    #### after rebooting :
    
    opkg install /tmp/your_package_filename.ipk
    reboot

    If you are using a "Lauchner" or "Softcam Manager" then also check if there is no need to activate the installed Softcam (Cccam in your case). Many Cccam and Oscam (or other Softcam) installation packages for OpenATV need to be enabled / disabled in the Softcam Panel via the GUI MENU. So, before you uninstall it, you'd better disable it. After installation, enable it.


    However, this is not always necessary, as some IPK installers with Softcam do not require Softcam to be enabled in the GUI MENU.

    I don't know your provider. I don't even know the type of encoding. And I don't even know this Chinese card reader. Sorry I can't advise.


    Try to turn emmcache off:

    emmcache = 0,2,15,0

    Hi.


    And what is the actual temperature outside ? :-D Isn't it also 0'C ?


    I set it up in the OpenATV image and not in the OpenPLi image. Sorry. In OpenATV there is a setup plugin MyMetrixLite, which is used to set up SKIN MetrixHD. The items in this plugin also include weather settings.


    So I suppose that you have OpenWeather installed on OpenPLi for displaying temperature in SKIN ?


    There is probably also an APIKEY to access the service account from the set top box. This APIKEY should be set by default by the plugin author or the OpenPLi firmware team (according to who your OpenWeather is supplied from).


    In the OpenATV weather configuration, there is a blue button to test the functionality of the inserted country ID. If you change the ID and if OpenATV does not verify the functionality of the new ID, then the new setting cannot be saved. New ID verification is also required.


    I don't know how it works in OpenPLi.

    Uninstall the old version first. For sure, reboot the device and then install the newer one and reboot again. "Force reinstall" could also be used, but "force reinstall" can also cause various problems.

    Code
    opkg update
    opkg list-installed | grep backupsuite
    opkg remove <package_name>
    reboot

    Then upload the new version into "/tmp" folder and install again.


    ///// EDIT :


    From the last screeshot you came up with, it seems that you already have a version you are trying to install again (version: 26+git476+ebb705b). So first remove it and then install again. As I wrote, you could also use the "--force-reinstall" argument, but it can cause some small problems at times. You can also try to download a newer version of the backupsuite plugin.

    Hi.


    Which Enigma is installed in your DM520 HD ?


    If there is a plugin Backup Suite on your Enigma feed, download it and install it. This should be found in Plugin-MENU. Or try it through Shell:

    Code
    opkg update
    clear
    opkg list | grep backup
    #### if any Backup Suite plugin is found, install it:
    opkg install <recognized_package_name>

    If the plugin is not on the feed, download it from the Internet, upload it via FTP connection to the "/tmp" folder and install it via Shell "opkg install /tmp/*.ipk".

    Enigma2 Backup Plugins