Beiträge von dorpsgek

    BTW, I have an Echostar 120 with a Moteck V-Box to turn the satellite to a position.


    Also do i have 2 tuners in my DVB-S2 card, tuner 1 connected to V-Box and tuner 2 not.

    This came with a problem that tuner 2 also wants to turn the satellite, i had to put an extra line in diseqc.conf to fool tuner 2.


    I gave tuner 2 an diseqc entry, to solve this problem for me.

    Propably someone else could have the same problem.


    # Tuner 2, not connected to v-box

    2:

    S10E 11700 V 9750 t V

    S10E 99999 V 10600 t V

    S10E 11700 H 9750 t V

    S10E 99999 H 10600 t V

    I use netflix native in YaVDR with google chrome:


    cat /etc/init/netflix.conf

    #################################################################################

    # #

    # The following configuration file is generated automatically by the yaVDR #

    # system. Don't change this file as every update of yaVDR will overwrite #

    # the local changes. Instead put your required customizations #

    # into /etc/yavdr/templates_custom/ based on the original templates #

    # under /usr/share/yavdr/templates. #

    # #

    # http://www.yavdr.org/developer-zone/template-overview/ #

    # #

    # #

    #################################################################################

    description "Netflix Daemon"

    author "a b <c.d@e.f>"

    pre-start script

    if [ ! -z $STANDALONE ] ; then

    touch /tmp/.standalone || /bin/true

    fi

    echo "/var/lib/vdr/png/netflix.png" >/tmp/dia.file

    /usr/bin/svdrpsend plug graphtftng VIEW Dia ||:

    /usr/bin/irexec -d /etc/lirc/lircrc_netflix

    end script

    post-stop script

    /bin/rm -f /tmp/dia.file || /bin/true

    /bin/rm -f /tmp/.standalone || /bin/true

    XTEPID=$(ps ax | grep -v grep | grep irexec | grep netflix | cut -f1 -d'?')

    if [ $XTEPID > 0 ]; then

    kill $XTEPID

    fi

    /sbin/initctl emit vdr-frontend-restart

    /usr/bin/svdrpsend plug graphtftng VIEW Standard ||:

    service onboard stop

    service onboard-settings stop

    end script


    exec su -c "google-chrome --kiosk http://www.netflix.com" vdr # set your own url


    bold and underscore for graphtftng plugin, netflix.png is attached


    cat /var/lib/vdr/plugins/menuorg.xml


    place extra line menu name web:


    <menu name="Web">

    <command name="Internet" execute="/usr/share/vdr/menuorg-appswitcher standalone=no app=firefox &amp;> /dev/null " />

    <command name="Netflix" execute="/usr/share/vdr/menuorg-appswitcher standalone=yes app=netflix &amp;> /dev/null " />


    When you don't wan't any errors when yavdr updates you can use attachments and untar them from /:


    init-netflix.tar.gz for /etc/init/netflix.conf

    menuorg-netflix.tar.gz for menuorg.xml into plugins dir.


    Lircrc config mentioned in /etc/init/netflix.conf


    cat /etc/lirc/lircrc_netflix

    #################################################################################

    # #

    # The following configuration file is generated automatically by the yaVDR #

    # system. Don't change this file as every update of yaVDR will overwrite #

    # the local changes. Instead put your required customizations #

    # into /etc/yavdr/templates_custom/ based on the original templates #

    # under /usr/share/yavdr/templates. #

    # #

    # http://www.yavdr.org/developer-zone/template-overview/ #

    # #

    # #

    #################################################################################

    begin

    prog = irexec

    button = KEY_UP

    config = xte 'mousermove 0 -15'

    repeat = 1

    end

    begin

    prog = irexec

    button = KEY_DOWN

    config = xte 'mousermove 0 15'

    repeat = 1

    end

    begin

    prog = irexec

    button = KEY_LEFT

    config = xte 'mousermove -15 0'

    repeat = 1

    end

    begin

    prog = irexec

    button = KEY_RIGHT

    config = xte 'mousermove 15 0'

    repeat = 1

    end

    begin

    prog = irexec

    button = KEY_OK

    config = xte 'mouseclick 1'

    end

    begin

    prog = irexec

    button = KEY_STOP

    config = xte 'key XF86Back'

    end

    begin

    prog = irexec

    button = KEY_PAUSE

    config = xte 'key space'

    end

    begin

    prog = irexec

    button = KEY_PLAY

    config = xte 'key space'

    end

    begin

    prog = irexec

    button = KEY_ESC

    #config = stop netflix

    config = xte 'keydown Alt_L' 'key F4' 'keyup Alt_L'

    end

    begin

    prog = irexec

    button = KEY_0

    config = xte 'key 0'

    repeat = 1

    end

    begin

    prog = irexec

    button = KEY_1

    config = xte 'key 1'

    repeat = 1

    end

    begin

    prog = irexec

    button = KEY_2

    config = xte 'key 2'

    repeat = 1

    end

    begin

    prog = irexec

    button = KEY_3

    config = xte 'key 3'

    repeat = 1

    end

    begin

    prog = irexec

    button = KEY_4

    config = xte 'key 4'

    repeat = 1

    end

    begin

    prog = irexec

    button = KEY_5

    config = xte 'key 5'

    repeat = 1

    end

    begin

    prog = irexec

    button = KEY_6

    config = xte 'key 6'

    repeat = 1

    end

    begin

    prog = irexec

    button = KEY_7

    config = xte 'key 7'

    repeat = 1

    end

    begin

    prog = irexec

    button = KEY_8

    config = xte 'key 8'

    repeat = 1

    end

    begin

    prog = irexec

    button = KEY_9

    config = xte 'key 9'

    repeat = 1

    end

    begin

    prog = irexec

    button = KEY_CHANNELUP

    config = xte 'key Page_Up'

    repeat = 1

    end

    begin

    prog = irexec

    button = KEY_CHANNELDOWN

    config = xte 'key Page_Down'

    repeat = 1

    end

    begin

    prog = irexec

    button = KEY_FASTFORWARD

    config = xte 'key Right'

    repeat = 1

    end

    begin

    prog = irexec

    button = KEY_REWIND

    config = xte 'key Left'

    repeat = 1

    end

    begin

    prog = irexec

    button = KEY_YELLOW

    config = start onboard-settings

    config = stop onboard-settings

    end

    begin

    prog = irexec

    button = KEY_BLUE

    config = start onboard

    config = stop onboard

    end








    Hi all,


    Have solved the problem with bouncing back to the previous sat postion.


    The following lines in diseqc.conf example helped me with it:


    # A line containing space separated integer numbers, terminated with a ':',
    # defines that any following DiSEqC sequences apply only to the given list
    # of device numbers.


    Meanwhile have changed the v-box to tuner 1 instead of tuner 2, which result in a diseqc.conf with all used sat positions to tuner 1 and tuner 2 to the not available sat position.



    Regards,


    Johan

    How do we make the setup of diseqc when we use 2 tuners (cards)


    When i use 1 tuner my setup works good.


    I have a 1.2m dish with actuator, quad lnb and Moteck v-box II with configured sat positions.


    In the menu of diseqc you can configure both DVB tuners with the following parameters for cable connection: own, 1, 2
    I know tuner 2 uses the vbox, should i set on tuner 2 the option own and on tuner 1 the option uses cable 2, cable with v-box connected to tuner2?
    Have it steerable, but it bounces back with 2 tuners to the previous sat position , maybe because diseqc also uses the 2nd tuner which could have a lock on the previous channel.


    Feb 7 21:38:44 vdr vdr: [3077] moving positioner to position 3, longitude 235
    Feb 7 21:38:44 vdr vdr: [3077] frontend 0/0 lost lock on channel 98 (BBC Two HD), tp 210847
    Feb 7 21:38:44 vdr vdr: [3081] frontend 1/0 regained lock on channel 1 (NPO1 HD), tp 112187
    Feb 7 21:38:46 vdr vdr: [3077] frontend 0/0 timed out while tuning to channel 98 (BBC Two HD), tp 210847
    Feb 7 21:38:46 vdr vdr: [3077] moving positioner to position 4, longitude 282
    Feb 7 21:38:48 vdr vdr: [3081] frontend 1/0 lost lock on channel 1 (NPO1 HD), tp 112187
    Feb 7 21:38:50 vdr vdr: [3077] frontend 0/0 regained lock on channel 98 (BBC Two HD), tp 210847


    Positions stored in v-box and set in diseqc.conf



    Is there an option to use only the tuner with disqc.conf which is connected to the v-box.


    Any thoughts would be appreciated,


    Regards,


    Johan

    Hi,


    Nice addon, works great.


    A question, the mouse cursor is moving very slow on my screen.


    I think i can increase the speed with modifying the mousemove (in lircrc_netflix it is mousermove?) to a higher number.


    example lirrc_netflix:


    begin
    prog = irexec
    button = KEY_LEFT
    config = xte 'mousermove -15 0' --> is mousermove not mousemove?
    repeat = 1
    end


    You can anwer in german, my grammer in german is not so very well, can read it.

    You can install Steam in Yavdr with Application Launcher in XBMC, no dual boot necessary


    Here are my settings in launcher.xml:


    <name>Steam</name>
    <application>/var/lib/vdr/bin/Steam.sh</application>
    <platform>Linux</platform>


    Have made a script (/var/lib/vdr/bin/Steam.sh) for starting Steam, because otherwise Steam stays at the background running.


    cat /var/lib/vdr/bin/Steam.sh
    #!/bin/bash


    sudo -u vdr /usr/bin/steam


    /usr/bin/killall steam


    exit


    Also al the directories of Steam linked to another partition with more space.

    I have done the following to get rotorng working with Moteck V-Box II


    Disable dynamite plugin.


    Used the following 4 sat positions, other can be done by configuring the V-Box II (see manual V-Box II)


    cat /var/lib/vdr/plugins/rotorng.conf

    Code
    S13.0E  2
    S19.2E  1
    S23.5E  3
    S28.2E  4


    The 2 1 3 4 are positions configured into the V-Box II


    cat /etc/vdr/diseqc.conf


    You can allways add extra sat positions when rotorng and diseqc.conf are corresponding with the numbers [E0 31 6B 01] for S19.2E 1 , etc....


    Yavdr 0.5a DVBSKy S952

    - All bonded devices (except for the master) now turn off their LNB power completely


    to avoid problems when receiving vertically polarized transponders (suggested by


    Manfred Völkel and Oliver Endriss).


    Does this mean that you cannot use a dual dvb card or 2 dvb cards for watching a channel and recording another channel?

    I have the following to use dolphin-emu with yavdr.


    Adding the dolphin-emu ppa of Glennric


    http://code.google.com/p/dolph…iki/DolphinUbuntuPackages


    sudo add-apt-repository ppa:glennric/dolphin-emu


    sudo apt-get update


    sudo apt-get install dolphin-emu


    When this does not work you can do the following:


    sudo echo "deb http://ppa.launchpad.net/glennric/dolphin-emu/ubuntu lucid main" > /etc/apt/sources.list.d/glennric-dolphin-emu-lucid.list
    sudo echo "deb-src http://ppa.launchpad.net/glennric/dolphin-emu/ubuntu lucid main" >> /etc/apt/sources.list.d/glennric-dolphin-emu-lucid.list


    sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 8505D44B


    sudo apt-get update


    When apt-get is updated, we have to install the software:


    apt-get install libcwiid1 libcwiimote-0.4 libcwiimote3 lswm wmgui wminput bluetooth dolphin-emu


    At this moment all needed software is installed.



    To use dolphin-emu in yavdr you have to do the following:



    Making a .conf for dolphin-emu.


    I experienced that dolphin-emu gives no sound over HDMI, so i use in this script root as user, you can allways modify it to your settings.


    vi /etc/init/dolphin-emu.conf (modified firefox.conf)


    And add this:


    description "Dolphin-emu Daemon"
    author "dorpsgek"


    script
    export PATH=/usr/local/bin:/usr/bin:/bin:/usr/games
    export HOME=/root
    exec su -c "/usr/games/dolphin-emu" root
    end script


    pre-start script
    if [ ! -z $STANDALONE ] ; then
    /usr/bin/svdrpsend remo off || /bin/true
    touch /tmp/.standalone || /bin/true
    fi
    end script


    post-stop script
    /bin/rm -f /tmp/.standalone || /bin/true
    if [ ! -z $STANDALONE ] ; then
    /usr/bin/svdrpsend remo on || /bin/true
    /sbin/initctl emit --no-wait vdr-frontend-restart
    fi
    end script



    And make an entry in /var/lib/vdr/plugins/menuorg.xml


    vi /var/lib/vdr/plugins/menuorg.xml


    Make a setting for dolphin-emu in menuorg.xml in Applications and under the entry of XBMC:

    <menu name="Games">
    <command name="Wii" execute="/usr/share/vdr/menuorg-appswitcher standalone=yes app=dolphin-emu &amp;> /dev/null " />
    </menu>



    After starting the game:


    Modify the settings on dolphin-emu and set the path to your roms and have fun.


    PS. i still have to use ESC of a keybaord to stop the game i play and a mouse to select the game to play.

    locate streamdevhosts.conf


    /var/lib/vdr/plugins/streamdev-server/streamdevhosts.conf


    In my system is it /var/lib/vdr/plugins/streamdev-server/streamdevhosts.conf


    vi /var/lib/vdr/plugins/streamdev-server/streamdevhosts.conf


    #
    # streamdevhosts This file describes a number of host addresses that
    # are allowed to connect to the streamdev server running
    # with the Video Disk Recorder (VDR) on this system.
    # Syntax:
    #
    # IP-Address[/Netmask]
    #


    127.0.0.1 # always accept localhost
    192.168.1.0/24 # any host on the local net
    #204.152.189.113 # a specific host
    #239.255.0.0/16 # uncomment for IGMP multicast streaming
    #0.0.0.0/0 # any host on any net (DON'T DO THAT! USE AUTHENTICATION)


    So all clients on network 192.168.1.0/24 can connect.


    In setup.conf of VDR:
    streamdev-server.AllowSuspend = 0
    streamdev-server.HTTPBindIP = 0.0.0.0
    streamdev-server.HTTPServerPort = 3000
    streamdev-server.HTTPStreamType = 0
    streamdev-server.IGMPBindIP = 0.0.0.0
    streamdev-server.IGMPClientPort = 1234
    streamdev-server.IGMPStreamType = 0
    streamdev-server.MaxClients = 5
    streamdev-server.ServerPort = 2004
    streamdev-server.StartHTTPServer = 1
    streamdev-server.StartIGMPServer = 0
    streamdev-server.StartServer = 1
    streamdev-server.SuspendMode = 2
    streamdev-server.VTPBindIP = 0.0.0.0


    And do what Schnulli has posted and you can watch with vlc.


    You have to restart your vdr, otherwise streamdev will not load the new setting you have in streamdevhosts.conf