Posts by esuo2

    which image are you using?

    OpenPLI and openATV has streamrelay option in webif

    type the IP_of _your_box and go to settings >> customise >> and check the box Include ECM in http streams


    or better still you can enable it in oscam.conf

    [streamrelay]

    stream_relay_enabled = 2 x cpu speed is okk


    cheers!

    Hi inspiral bud,

    I have oscam-emu running on openATV 6.0 on solo2

    maybe you need to install oscam-emu from feed and replace with the appropriate bin fine

    am not sure if DM525 is mips or ARM,you need to get the right bin file

    cheers

    Managed to get it working eventually, "Softcam.Key" vs "SoftCam.Key". Doh!


    Got most of them working now but not AFN, is there something different about these channels?

    Did you convert channels to streams??

    Also you can put the correct ecm keys for faster decryption,otherwise wait for it to autoroll.......its not fast as you expert,just do some zapping and wait for like 5-10 mins

    SCRIPT TO AUTOSTART OSCAM WHEN IT STOPS AND HOW TO RUN CRONJOB ON ENIGMA 2

    Oscam and CCcam which are client emu, could sometimes stop working or crash and therefore your Cline or Nline will go off, and you would have to restart the box or from panel.

    However, with a script, and cronjob……Oscam/CCcam will be monitored and when it goes off, cron will restart it immediately. This is how to;

    The script contains commands that check if CCcam/Oscam is running and if it isn’t it will restart it whereas cronjob tells at what frequency should the script check on Oscam/CCcam. So cronjob can say every 1 minute check if CCcam/Oscam is running if not restart it.

    Here is the script;


    Bash
    #!/bin/bash
    if ! ps -C oscam > /dev/null
    then /usr/bin/oscam -b
    fi


    /usr/bin/ is the location of your bin fine, very very important

    I have named it oscamcheck.sh and placed in /usr/script/ chmod 755

    Now install cron manager, if not already with the image, you can go to pluginsdownload / extensions and cronmanager, download and install the latest version.



    Now you would have to check if cron is installed and really running

    telnet to your box and type;

    Code
     /etc/init.d/busybox-cron start

    f61857c6acfb66b2c931fecc.jpg

    Now we have confirmed cronmanager is working, so let’s stop it

    Code
    /etc/init.d/busybox-cron stop

    Now we need to create the root file chmod 755

    The root file is found in /etc/cron/crontabs/root if the file is already there, then you have to edit, if not create one with a Unix editor like notepad++

    Put this line in root

    Code
    */1 * * * * /usr/script/oscamcheck.sh

    The line will check every minute if Oscam is running if not the script will restart Oscam.

    Now you can check if the script is really working

    Type

    Code
    killall -9 oscam

    And oscam will stop working and your line will freeze

    Now restart the script from telnet and occam will start working again

    Code
    cd /usr/script/
    ./oscamcheck.sh

    And oscam starts working again…….

    Let’s finally put these last commands and let cronmanager start his work

    Code
    update-rc.d busybox-cron defaults
    Code
    /etc/init.d/busybox-cron start &

    d34155b728873.jpg

    Now everything will be working very fine

    And your oscam will never ever sleep

    Enjoy sweetness


    how to watch powervu with streamrelay enabled





    Hi mates, as we are all aware, powervu works in oscam-emu without stream relay enabled on dreambox. However, most of us use the VU+ model of boxes and stream relay has to be enabled and also add the channel url to your channel list.


    Oscam Emu now support opening of PowerVu channels in Enigma2 through "Stream Relay method". Everything happens inside the STB, no PC required. Enigma2 streams to oscam-emu, and oscam-emu streams back to Enigma2. You can watch on Enigma2 directly. You can add the stream URL to your channel list, and directly watch on the E2. So, the stream relay needs a fast CPU. For example, CPU usage on VU+ Duo2 for SD Channel 5% & for HD Channel is 15%. Not every STB is fast enough. So only those receivers will be suitable which have powerful CPUs, like Vu+ Solo2, Duo2 etc (credits engineerkhan15).


    SCAN YOUR CHANNELS

    At this point it is assumed that the preliminary steps needed to setup your box has been done and box is ready to be scanned with Powervu channels, always remember to use the latest satellite.xml file in etc/tuxbox/ whereas in PLI images its etc/enigma2


    ENABLE INCLUDE ECM IN HTTP STREAMS


    Now we need to enable ecm in https streams, which is not available to most images and hence cannot be used for powervu with stream relay method, openATV, openPLI support that and hence suitable for watching powervu


    HOW TO INCLUDE ECM IN HTTP STREAMS


    Type the ip of your box in your browser e.g. 192.168.0.103
    Then go to settings, customise, include ecm in https streams
    The picture below explains everything
    0c9ebc1e57.jpg


    ADD STREAM URL TO YOUR CHANNEL LIST
    This is also pretty simple but you need to pay a little attention,
    Type the ip of your box in your browser e.g. 192.168.0.103
    Then select your powervu channels you want to add stream url, then click on that TV sign on your left-hand side to download the stream of the channels
    The picture explains everything
    e6c4d9cc79660c2.jpg


    d28877d02796d00.jpg


    Now import your channel list with dreambox edit channel editor
    Now in the “TV USER BOUQUET DETAILS” column, write click HD SPORTS (am using as an example) select IPTV and other streaming services and click add.
    The created channel list will be added to your list and you can send to your box
    Sometimes when you get errors you will have to
    Init 4
    Init 3
    Stop and start enigma respectively.
    I have attached a channel list with converted channels,you can load to your box


    71f6410b2804c81df2.jpg
    ef01d.jpg
    d31249da7f.jpg




    INSTALL YOUR OSCAM-EMU AND CONFIGS

    This has been dealt with severally but once again let me point things out
    Install oscam from softcam panel, it’s the best for beginners, am using openATV so this is how it goes
    telnet to your box and type


    Quote

    Mipsel
    touch /etc/opkg/secret-feed.conf
    echo 'src/gz secret-feeds http://secret.mynonpublic.com/mipsel' >> /etc/opkg/secret-feed.conf
    exit


    Quote

    SH4
    touch /etc/opkg/secret-feed.conf
    echo 'src/gz secret-feeds http://secret.mynonpublic.com/sh4' >> /etc/opkg/secret-feed.conf
    exit


    Quote

    Arm cpu
    touch /etc/opkg/secret-feed.conf
    echo 'src/gz secret-feeds http://secret.mynonpublic.com/arm2' >> /etc/opkg/secret-feed.conf
    exit


    go to plugins, download plugins and softcam feed should be there, download oscam-emu from the feeds and replace with the latest version
    openATV bin file in /usr/bin attribute 755
    config files in usr/keys attributes 644
    the script file in etc attributes 755
    We are all used to config files being in /etc/tuxbox/config/ so u can change that in script e.g.


    Code
    emuname = oscam_atv_emu powervu
    binname = oscam_atv_emu
    startcam = /usr/bin/oscam_atv_emu -b -r 2 -c /etc/tuxbox/config/oscam_atv_emu
    stopcam = killall -9 oscam_atv_emu


    emmname: how the name should appear on softcam panel
    binname: the name of the bin file
    -c /etc/tuxbox/config/oscam_atv_emu change to whatever suits you and do a restart of your box
    I will attach all my configs at the end of the post, so am not talking about configs.


    SOFTCAM.KEY
    P 009E0001 00 XXXXXXXXXXXXXX ;AFN Sports,9.0E, 11804
    P 009E0001 01 XXXXXXXXXXXXXX ;AFN Sports,9.0E, 11804
    P 009E0002 00 XXXXXXXXXXXXXX ;AFN Prime Atlantic Benelux,9.0E, 11804
    P 009E0002 01 XXXXXXXXXXXXXX ;AFN Prime Atlantic Benelux,9.0E, 11804
    P 009E0003 00 XXXXXXXXXXXXXX ;AFN Spectrum,9.0E, 11804
    P 009E0003 01 XXXXXXXXXXXXXX ;AFN Spectrum,9.0E, 11804
    P 009E0004 00 XXXXXXXXXXXXXX ;AFN Prime Pacific,9.0E, 11804
    P 009E0004 01 XXXXXXXXXXXXXX ;AFN Prime Pacific,9.0E, 11804
    P 009E0005 00 XXXXXXXXXXXXXX ;AFN News,9.0E, 11804
    P 009E0005 01 XXXXXXXXXXXXXX ;AFN News,9.0E, 11804
    P 009E0006 00 XXXXXXXXXXXXXX ;AFN Sports 2,9.0E, 11804
    P 009E0006 01 XXXXXXXXXXXXXX ;AFN Sports 2,9.0E, 11804
    P 009E0007 00 XXXXXXXXXXXXXX ;AFN Guide,9.0E, 11804
    P 009E0007 01 XXXXXXXXXXXXXX ;AFN Guide,9.0E, 11804
    P 009E0008 00 XXXXXXXXXXXXXX ;AFN Family,9.0E, 11804
    P 009E0008 01 XXXXXXXXXXXXXX ;AFN Family,9.0E, 11804
    P 009E000A 00 XXXXXXXXXXXXXX ;AFN Movie Channel,9.0E, 11804
    P 009E000A 01 XXXXXXXXXXXXXX ;AFN Movie Channel,9.0E, 11804
    P 009E000B 00 XXXXXXXXXXXXXX ;AFN Sports HD,9.0E, 11804
    P 009E000B 01 XXXXXXXXXXXXXX ;AFN Sports HD,9.0E, 11804


    P 009E000B ; 009E SID OF THE CHANNEL IN HEX


    XXXXXXXXXXXXXX ; ECM KEY
    This is how your keys will look like if you want autoroll to work for you,softcam.key file is also located in the configs folder etc/tuxbox/config/oscam_atv_emu




    AUTO ROLLING
    Auto rolling is working very well, you will have to search around for the emm key and stay on a channel for sometime for keys to be updated on softcam.Key
    P 009E XXXXXXXX XXXXXXXXXXXXXXX ; EMM Key 9.0E, 11766, 11804
    P 009E XXXXXXXX XXXXXXXXXXXXXXX ; EMM Key 9.0E, 11766, 11804
    P 009E XXXXXXXX XXXXXXXXXXXXXXX ; EMM Key 9.0E, 11766, 11804


    Once you see a line like this


    (reader) emulator [emu] EMM: reader 0E00 match since emmpid has no provid -> SEND!
    (reader) emulator [emu] EMM: reader_caid 0000 != emmpid caid 0E01 -> SKIP!


    Just relax, keys will be written to softcam key shortly,
    After adding keys your softcam.key will look like this


    P 9E0006 00 XXXXXXXXXXXX ; added by OSEmu Fri Feb 10 21:02:06 2017 UA: XXXXXX

    P 9E0007 00 XXXXXXXXXXXX ; added by OSEmu Fri Feb 10 21:02:06 2017 UA: XXXXXX

    P 9E0008 00 XXXXXXXXXXXX ; added by OSEmu Fri Feb 10 21:02:06 2017 UA: XXXXXX

    P 9E000A 00 XXXXXXXXXXXX ; added by OSEmu Fri Feb 10 21:02:06 2017 UA: XXXXXX

    P 9E000B 00 XXXXXXXXXXXX ; added by OSEmu Fri Feb 10 21:02:06 2017 UA: XXXXXX


    Enjoy
    esuo2


    etc/ contains the script
    usr/bin has the bin file
    usr/ keys contains the configs

    Quote

    ignore.list
    mg_cfg
    newcamd.list
    priority.list
    replace.list
    softcam.key etc


    cheers..

    @ bodiddly, i know of a few;

    Arena Sports 1 (39°E)
    Arena Sports 2 (39°E)
    Arena Sports 3 (39°E)
    Arena Sports 4 (39°E)
    Arena Sports BIH (39°E)



    English Premier League (7°E, 100.5°E)



    CNBC(68.5°E)
    CNBC(166°E)

    Band News(58°W)
    Telemundo HD(105°W)
    America TV HD(40.5°W)
    RCN(40.5°W)




    CNBC Asia Australia (166°E)
    CNBC Asia NTSC (166°E)
    CNBC Asia Feeds (166°E)




    RTM SD 2 (91.5°E)
    RTM SD 4 (91.5°E)
    RTM SD 5 (91.5°E)



    Univision East (103°W)
    Univision West (103°W)



    Caracol Alterno Channel 2 (58°W)
    Univision Mountain (103°W)



    Unimas East (103°W)
    Unimas West HD (103°W)
    Unimas Mountain HD (103°W)



    Fox Group (42°E)
    Nat Geo Group (42°E)
    Bounce TV (103°W)
    GetTV (103°W)



    VTV 1 (132°E)
    VTV 2 (132°E)
    VTV 3 (132°E)
    VTV 4 (132°E)
    VTV 5 (132°E)
    VTV 6 (132°E)
    VTV 7 (132°E)