Posts by robijay

    OSEmu-r301-all


    OSEmu
    ======


    Here is a working sample for a simple (micro) emu.
    It includes the basic needed cs357x (camd35 UDP) functionality, and is very simple and compact.



    Build:
    ======


    - Put a SoftCam.Key file into the source code directory (for example from skystar.org).
    Note: This does not apply for Mac OSX and Android, SoftCam.Key cannot be integrated on these systems at the moment.

    - Run `make` to compile OSEmu.


    Info: If you want to cross-compile OSEmu search for the "simpleemu" script by gorgone.



    Run:
    ====


    - (optional) OSEmu does not require, but will make use of "SoftCam.Key" if available.
    "SoftCam.Key" is searched in:
    - /var/keys
    - The folder specified with the "-c <folder>" option.


    - You may use the program with the following options:


    -a <user>:<password> (set the cs357x user and password) [REQUIRED]
    -p <portnumber> (set the cs357x port) [REQUIRED]
    -c <folder> (set the folder where SoftCam.Key is searched)
    -b (start OSEmu in background/daemon mode)
    -v (log debug information)
    -l <logfile> (write logs to this file)
    -e (enable emm au)
    - Viaccess3: Needs M0 key; oscam clients must be version r10584 or newer, and the OSEmu reader must have set "emmcache = 1,1,2,1".
    - Irdeto2: Needs M0 and M3/4/5/6 key
    - PowerVU: Needs AU key
    -L (only allow local connections from localhost)
    -i (show OSEmu version info and exit)
    -r <stream source port>:<relay port> (enables stream relay server)
    -s <stream source host> (set stream relay source server host; default: 127.0.0.1)
    -t <stream source user>:<strean source password> (set stream relay source user and password; default: none)


    Examples:
    /usr/bin/OSEmu -a user:password -p 11000 -b
    /usr/bin/OSEmu -a user:password -p 11000 -b -c /usr/keys -l /var/log/osemu.log -e
    /usr/bin/OSEmu -a user:password -p 11000 -b -r 8001:17999


    OSCam reader config for OSEmu
    =============================


    [reader]
    label = OSEmu
    protocol = cs357x
    device = 127.0.0.1,11000
    user = user
    password = password
    caid = 0D00,0D02,090F,0500,1801,0604,2600,FFFF
    ident = 0D00:000000,000004,000010,000014,000020,0000C0,0000C4,0000C8,0000CC;0D02:000000,00008C,0000A0,0000A4,0000A8;090F:000000;0500:000000,030B00,023800,021110,007400,007800;1801:000000,007301,001101,002111;0604:000000;2600:000000;FFFF:000000;
    group = 1
    emmcache = 1,1,2,1



    BISS/ConstCW config
    ===================


    Syntax for keys in SoftCam.Key: (key number can be '00' or '01')
    F <service id><ecm pid> <key number> <key>


    Example:


    service id: 2222
    ecm pid: 1111
    key: 0102030405060708


    F 22221111 00 0102030405060708

    Important:
    The correct ecm pid is only available when using oscam dvbapi.
    For example:
    oscam (dvbapi) <-> OSEmu
    oscam (dvbapi) <-> oscam <-> OSEmu

    When using another client like cccam, the ecm pid seen by OSEmu will always be '1FFF'
    For example:
    cccam <-> oscam <-> OSEmu
    cccam <-> OSEmu
    In this case the above example key line needs to be changed to:
    F 22221FFF 00 0102030405060708



    When using cccam clients for BISS/ConstCW create a second reader with no ident line:

    [reader]
    label = OSEmu-BISS
    protocol = cs357x
    device = 127.0.0.1,11000
    user = user
    password = password
    caid = 2600,FFFF
    group = 2


    PowerVU config
    ==============


    Keys in SoftCam.Key:
    P <srvid> <nb> <key>
    example:
    P 1234 01 11223344556677


    For channels with same srvid the correct key will be detected automatically:
    P 1234 01 11223344556677
    P 1234 01 11223344556677
    P 1234 01 11223344556677

    AU keys:
    P <srvid> <UA> <key>
    example:
    P 1234 11223344 11223344556677


    For PowerVU the Stream Relay must be used:


    IMPORTANT:
    The stream relay needs a fast CPU. Not every STB is fast enough.
    If you encounter problems like suttering, likely your CPU is too slow.


    For OSEmu it is required that the "Include ECM in http streams" setting is enabled.
    If your image supports it (openpli, openatv), you can find it here:
    OpenWebif -> Settings -> Customize

    If your image does not support it, the only option is to use oscam-emu.
    OSEmu's stream relay will NOT work without "Include ECM in http streams".

    Switch to oscam-emu if the option is not available.


    Channel Config:
    1. Go to the OpenWebif and click on the "Stream" button for the channel you want to add.
    2. Download and save the .m3u file.
    3. Open the .m3u file with a text edior and get the stream link. It looks like this:
    http://stb:8001/1:0:19:0123:3EF:1:C00000:0:0:0:
    4. Replace the port (8001) with the relay port (default: 17999) and the host name ("stb") with 127.0.0.1
    http://127.0.0.1:17999/1:0:19:0123:3EF:1:C00000:0:0:0:
    5. Add the new stream link to your channel list (for example with DreamBoxEdit)


    IMPORTANT:
    Do NOT use the correct Transponder ID/Network ID/Namespace for the stream link.
    Use Transponder ID: "11", Network ID: "22" and Namespace: "33".
    Set Service Type to "1", and enter the correct Service ID for the channel.


    Note:
    When using DreamBoxEdit:

    A. Go to the list in the middle "Bouquet details".
    B. Right click on a channel, select "IPTV and other streaming services", select "Add".
    C. Select "DVB/TS".
    D. Chosse a name and use the new stream link as URL.
    E. Use the "Service ID" of the original channel. You can find it in the left list ("Services")


    Drecrypt2 info:
    ===============


    OSemu cannot support Drecrypt2 because no client will send the overcrypt EMMs to it.
    Support for Drecryp2 is available in oscam-emu.

    OpenBH 0.4



    Whats New:
    Completely new image
    Based on OE-A core
    Solo4K supported
    Updated to Gstreamer 1.7.1
    Updated to Python 2.7.9
    Main Features:
    MX HQ9W Full Hd skin (1920x1080)
    Kodi 15.2 (Solo4K, Duo2, Solo2, SoloSE)
    OpenMultiBoot (Solo4K supported)
    OE-A Plugins


    Black Hole:
    Blue panel
    Green Panel
    Extra Settings
    Addons panel
    Compatible with OE-A and PLi plugins and Skins


    What is openBH ?


    It is an exciting project from the same team that produce the Black Hole images.


    This latest project is now based on the OE-Alliance git and coding infrastructure, which means it is not only Open Source, but it is also compatible with all OE-A and PLi plugins, feeds, skins and it also features full online update support (for those users that do not like having to do a full reflash everytime there is an image update). We have just given it the Black Hole touch.


    This means it has the Green Panel and Blue Panels as found in the previous Open BlackHole and the standard Black Hole images, we have also added the BlackHole addons panel and included Full HD skin support, OpenGLes Animations and we have included Kodi 15.2.


    As with the standard Black Hole images, we continue to support Genuine Vu+ Boxes only and therefore our images are optimised for Vu+ boxes and will only work on these models (any openBH, Open BlackHole, or Black Hole images you see on the internet for other box models or clone models are not official images and we offer no support for those boxes or images).




    Do I have to upgrade to this new openBH image ?


    No you don't have to upgrade to the new openBH image, this image is completely separate from the original Black Hole image, this is simply an alternative image so we can offer our users more choice, if you are happy with your current image, then you can continue to use that image, if you want to try the new openBH image then you can do so.




    What about the Black Hole and Black Hole Prism Images ?


    For those of you worried about the standard Black Hole and Prismcube image, please don’t worry, we remain committed to the standard Black Hole and Black Hole Prism images and image updates will continue as normal, this new openBH image is an additional project and we are fully committed to all images.



    Where can I find the openBH git ?


    The openBH git is located here: https://github.com/BlackHole



    DISCLAIMER


    THE OPEN BH IMAGE DOES NOT CONTAIN ANY EMULATOR, K E Y S, SOFTCAMS OR OTHER SYSTEM FOR VIEWING PAY - TV WITH OR WITHOUT A PAID SUBSCRIPTION.


    THE OPEN BH IMAGE DOES NOT CONTAIN ANY SYSTEM TO DOWNLOAD PLUGINS OR EMULATORS FROM EXTERNAL SERVERS OR SOFTWARE THAT MAY BE USED FOR ILLEGAL PURPOSES SUCH AS CARD SHARING.

    [BKP] OpenDroid 5.4 Zgemma Star H2 Sky Edition by Robijay


    Backup date 29/03/2016
    Kernel 4.0.1
    Last Update 28/03/2016
    New Driver 21/01/2016
    Splash Screen OpenDroid by robijay
    Bootlogo by robijay
    Spinner by Robijay and from SkyQ Skin
    Setting Vhannibal Dual Feed 13+19,2+Dtt Italy
    Language: ENGLISH (setup/user interface/extended gui/language)
    Password FTP and Telnet: robijay












    Panel
    LINUXSAT SUPPORT HD PANEL 1.2
    SATVENUS HD PANEL 4.1


    Plugin
    IPTVPLAYER 114.05.04.00 (UPDATE 28/03/2016)
    GMAIL READER 1.3
    KODI DIRECT 3.0 (UPDATE 28/03/2016)
    EPGIMPORT RYTEC (UPDATE)
    VHANNIBAL NGSETTING 1.3
    WEBRADIOFS 16.35
    TSTUBE 1.2
    AND MORE..........


    Emu
    CCCAM 2.3.0
    OSCAM 11221
    CCCAM INFO
    OSCAM INFO


    Skin
    ODREAMY FOR OPENDROID
    SKYQ BY CHABABU (DEFAULT)


    Code
    https://mega.nz/#!pgkSiZxA!V4fln7xB5VQPwCJ-rxBFm7KE2zfQND0D5Kv5NoLAImM

    [BKP] OpenATV 5.3 Zgemma Star H.2H by Robijay


    Backup date 28/03/2016
    Kernel 4.0.1
    Last Update 28/03/2016
    New Driver 21/01/2016
    GStreamer 1.8.0
    Splash Screen OpenATV by robijay
    Bootlogo by robijay
    Spinner from my_Novum skin
    Setting Whannibal Dual Feed 13+19,2+Dtt Italy
    Language: ENGLISH (setup/usage&gui/language)
    Password FTP and Telnet: robijay















    Panel
    LINUXSAT SUPPORT PANEL HD 1.2
    SATVENUS PANEL HD 4.1


    Plugin
    ALBATROS 4.2
    IPTVPLAYER 114.05.04.00 (LATEST)
    KODI DIRECT 3.0 (UPDATE 26/03/2016)
    COOL TV GUIDE 7.3.0 (START WITH EPG/INFO BUTTON)
    LIVE FOOTBALL 6.0
    MEDIAPORTAL 7.4.5 (NEW)
    IPTV WORLD PLUGIN (AT FIRST START CRASH DON'T WORRY)
    WEATHER PLUGIN
    OPENMULTIBOOT
    EPGIMPORT RYTEC
    MEDIAINFO 3.0 (NEW)
    PICON MANAGER MOD 2.2
    ISETTINGE2 3.3.7
    AND MORE..........


    Emu
    CCCAM 2.3.0
    OSCAM 11221 (LATEST)
    DOSCAM 0.25
    CCCAM INFO
    OSCAM INFO


    Skin
    MY_NOVUN FHD2 BLACK (DEFAULT)
    MY MAJSTRO SKIN (NEW)


    Code
    https://mega.nz/#!0w9CwSwS!1-jtNn5hkKxVzq6ffAoG_rGa345NRu2WzQs2GImi48Y

    iFlatFHD v3.1 VTI 9.0.2


    v3.0 + 3.1 - 03/27/16


    Warning: the iFlatFHD is completely deleted during installation. Only higher Version_3.0 there will be this again as an update.
    Unfortunately, this is necessary because there were too many changes.
    Make sure you get before your own Skinparts this should even run again !!
    Prerequisite VTI 9.0.2
    + Complete reconstruction of the skins - almost unlimited color Defintionsmöglichkeiten on the "Colors" definable.


    + New color combination under "iFlat Pro"
    (Light_blue, light_green, light_red, light-white, dark_blue, dark_green, dark_red, white)


    Update - iFlatFHD v_3.1
    Fix - MediaPortal switchable lines

    [BKP] OpenSPA 5.0.006 Vu+Duo2 KODI 16.0 "Jarvis" Edition by Robijay


    Backup date 22/03/2016
    Kernel 3.13.5
    Splash Kodi/SPA by robijay
    Bootlogo by robijay
    Spinner New Original
    Setting Whannibal Quadri Feed 13+19,2+23,5+28,2
    Language: ENGLISH
    Password FTP and Telnet: robijay














    Whats Included ?
    OPENSPA 5.0.006


    Panel
    LINUXSAT SUPPORT PANEL HD 1.2
    SATVENUS PANEL HD 4.1


    Plugins
    KODI 16.0 (JARVIS)
    YOUTUBE PLUGIN
    AUTOBOUQUETS 28,2 (FOR UK USER NEW VERSION)
    MEDIAPORTAL 7.4.4 (LATEST)
    IPTV PLAYER 114.04.01.00 (UPDATE 22/03/2016)
    LIVE FOOTBALL 6.0
    IPTV WORLD PLUGIN
    MEDIAINFO 3.0 (NEW VERSION)
    PICON MANAGER MOD
    LCD4LINUX
    SWAP MANAGER
    WEBRADIOFS 14.32 (NEW VERSION)
    MULTIBOOT
    EPG IMPORT RYTEC
    VHANNIBAL NGSETTING 1.3
    AND MORE..........


    Emu
    OSCAM 11213
    CCCAM 2.3.0
    WICARD EMU 1.19
    CCCAM INFO
    OSCAM STATUS VIEW


    Skins
    CONFLUENCE (DEFAULT)
    CONFLUENCE HD
    MORE......

    Code
    https://mega.nz/#!AhMhmT5D!8HuUvUuRhneF_s87ALod-ChykwfDcJHVtYCZGV0UQSs


    mipsel.deb is only for Dm7080 and Dm820

    [BKP] Egami 7.1.8 Cloud Ibox3 by Robijay [Boot751]


    FOR ORIGINAL BOX ONLY


    WARNING!! DO NOT INSTALL THIS FIRMWARE IN THE CLOUD IBOX3 WITH FLASH AT 128MB BECAUSE DON'T BOOT.......WORK FINE WITH FLASH AT 512MB


    VERY FAST IPTV


    Backup date 18/03/2016
    Kernel 3.12.1
    Last Update 16/03/2016
    New Splash Screen Egami by Robijay
    New Bootlogo Edit by Robijay
    New Original spinner
    Setting Whannibal Dual Feed 13+19+Dtt Italia (configure your tuner)
    Language: English (menu/setup/system/language for others)
    FTP Password: robijay










    Panel
    LINUXSAT SUPPORT PANEL HD 1.2
    SATVENUS PANEL HD 4.1


    Bouquet Plugin
    ISETTINGE2 3.3.7


    Plugin
    XMLTV IMPORT RYTEC
    KODI DIRECT 3.0 (UPDATE 17/03/2016)
    IPTV WORLD PLAYER
    EGAMI MULTIBOOT
    WEATHER PLUGIN
    AND MORE..........


    Emu
    CCCAM 2.3.0
    OSCAM SVN 11213 (LATEST RELEASE)
    SCAM 3.60
    CCCAM/OSCAM INFO


    Skin
    MEGA32
    EDREAMY FHD FOR EGAMI (DEFAULT)