Posts by davvo

    yes that will work to record and watch 28e at the same time


    Tuner A
    config simple
    mode single
    28e


    Tuner B
    config simple
    mode Diseqc A/B/C/D


    4 way Diseqc switch
    port A 28e
    port B 13e
    port C 23.5e
    port D 19e

    if you cut out the crontab with # its not going to go off



    crontab is working as it should cutting off your server at 6.56
    but its not restarting oscam



    you need to look at

    Code
    */1 * * * * root /var/script/OscamCheck.sh


    thats what starts oscam again if it not running


    make sure you have that script
    and inside the script the spelling of oscam matches what you have called your oscam


    and


    Code
    chmod 755 /var/script/OscamCheck.sh


    same in the crontab the spelling of the cam matches your cam


    if you change cam names and dont tell the script and crontab the cam wont start


    example


    you have CCcam.x86


    and swap the cam for cccam_2.1.3


    script and crontab both are looking for CCcam.x86


    cam wont start at 6.59


    if you use oscam and cccam
    again both cam spellings must match in the scripts and crontab


    - - - Updated - - -


    just to add if you have blocked the cams in the crontab with #
    your server will run and not reboot everyday


    but
    if and when you do reboot your cam will not start
    as there is nothing to turn it on
    unless you use the terminal
    so not a good idea to block it with #

    had a google
    only thing that i could find for 138d is here


    date: Jan 24, 2014
    mgcamd_1.38d.bb



    Code
    https://github.com/openmb/open-pli-core/commits/0409980b7ad838990014ee52cdf3eb5617d0268d/meta-openpli/recipes-openpli/enigma2-softcams/enigma2-plugin-softcams-mgcamd_1.38d.bb

    mckee25 Hi..yes did all that..I know this is newer version hence the d but what i asked is what is new,what has changed in this version? even the ipk not working on VU+ Duo openpli 4.0


    Thanks for the reply none the less.
    #
    #
    Regards


    the cam script is wrong for openpli 4
    just use the cam script in post 5 and it will work


    or download the script below
    unzip and ftp softcam.mgcamd to /etc/init.d
    chmod 755


    no need to set a path to the config files in the script


    as mg_cfg does it with T: { 00 }


    # config files folder (softcam, autoroll, ignore/priority)
    # 00 files in /var/keys
    # 01 files in /tmp
    T: { 00 }

    the cam script dont work for openpli so i edited it to this now it works



    hi
    I have RTMP streaming link that I have added to userbouquet.iptv useing dremset but it does not work
    Can vu+ plays RTMP stream from the bouquet?


    yes RTMP streams play from bouquet


    you have to write like this
    replace : with %3a only in the url parts
    then restart enigma2
    to make it show up


    this example stream is working


    Code
    #SERVICE 4097:0:1:0:0:0:0:0:0:0:rtmp%3a//edge01-01.nl.myvideo.ge/dvrh264/silk_football/mp4%3asilk_football swfUrl=http%3a//www.myvideo.ge/dvr/dvrStretch2.swf?v=1.91 live=1 pageUrl=http%3a//www.myvideo.ge:football

    Hi all. Running OpenVix on a Vu+ Solo 2. Tonight I did a software update, just because there was one. It's done the update and in the past has done this before and caused the same problem but I don't know how to fix it.


    I can't change any channels. The EPG only shows Radio Favourites and Radio Channels, nothing else. Yet if I go in to Open Webif, the bouquets and EPG appear to be fine. My settings don't appear to have changed.


    Any ideas?


    press tv button on the remote to show tv Bouquets
    as it looks like your in radio showing just radio Bouquets

    it will have to convert on the fly
    box will start to lag


    if you want smaller movies


    use dcc
    telnet


    Code
    wget -P "/hdd/movie" http://of-stream.mp4


    the stream will save to /hdd/movie
    you can start watching it as it comes down
    no need to wait till it finishes if named .mp4 or .flv or .mkv


    mp4 flv mkv file extensions will show on screen


    if avi or any other file extension


    ftp to /hdd/movie rename file to


    my-nicked-movie.mp4 :thumb:


    then it will show on screen


    - - - Updated - - -


    - - - Updated - - -


    i just had a idea
    stream a sd channel from sat box via web interface to pc
    using vlc but dont view the channel on pc/vlc (will cause lag)
    send back to sat box hdd with .flv file extension


    thus recording sat tv to hdd in a different format other than ts


    will try it later


    im sure this can be done
    setting up the chain stream option in vlc
    and editing the playlist.e2pls file on the box
    using the 4097:0:1:0:0:0:0:0:0:0: format so the box thinks its a channel
    not a stream

    tacapall


    you should of left it as it was
    you had it working
    all you needed to get oscam on its own was


    in terminal
    type

    Code
    sudo -i


    then type your password
    that will make you root


    type


    Code
    killall CCcam.x86


    now close the terminal


    then go to


    /usr/local/bin/CCcam.x86


    rename CCcam.x86 to CCcam.x86.old


    then go to


    /var/script/CCcamCheck.sh
    rename CCcamCheck.sh to CCcamCheck.sh.old




    /var/etc


    rename all cccam stuff .old


    reboot


    that gets rid of cccam


    then follow the oscam guides on here to set up your oscam configs


    if you ever wanted to go back to cccam and oscam just rename the files removing .old


    you want to get into boxes without password lol


    its called picking people brains
    for one thing then using it for another

    put the ipk file in /tmp


    use dreambox control centre


    telnet


    type this


    Code
    ipkg install /tmp/[COLOR='#FF0000']name.ipk[/COLOR]


    press enter on keyboard


    change the red bit to the full name of the ipk file

    same as post 14 but for oscam



    block particular provider in oscam
    for a single user
    dont give him particular caid in oscam.user
    so if you dont put say 0963
    he wont get any channels from 0963


    ----------------------------------------------------



    block single channels from a single user
    in oscam.user


    example
    block sly news hd from a single user


    oscam.user


    Code
    services = !sly_news



    oscam.services


    Code
    [sly_news]
    caid = 0963
    srvid = 0f0a


    that user is now getting all the card except sly news hd