Beiträge von syd2o2

    I can't believe it!
    That was it. I thought if I use ./vdr -Pxine, xine would be started automatically. But after running that command, I started xine separately, and clicked on vdr button. And it works!
    Thanks very much.

    Well, mpeg2 and mpeg4(avi) files on the hdd work when started in xine.
    I didn't have xine-lib or xine-ui installed before I started with vdr, so I think I only have one instance installed. I did have libxine packages installed from before.
    Where can I see if xine is using a correct path to the plugins?
    And I start Xine by typing xine at the terminal, not from a shortcut or entry in kmenu (it didn't add any).

    I have Suse10.1, skystar2 dvb card and I've been trying to configure vdr for the past couple of days.
    I believe that I have installed all the pre-required packages before starting with vdr. Then I used xine-lib and xine-ui cvs, patched it with patches from xine-plugin, compiled, installed. After that I did make, make plugins in vdr directory. I created channels.conf using dvb-apps and with

    Code
    ./scan -o vdr dvb-s/Hispasat-30.0W | tee channels.conf


    and then I put that file into /video directory.
    Situtaion is this:
    If I try


    and it's just stays like that.


    If I try:

    Code
    xine vdr:/tmp/vdr-xine/stream#demux:mpeg_pes


    xine starts up, and reports an error:


    xine engine error
    there's no input plugin available to handle
    'xine vdr:/tmp/vdr-xine/stream#demux:mpeg_pes'
    Maybe MRL syntax is wrong or file/strean source doesn't exist.


    What am I doing wrong?
    There were no errors reported during compilaton/installation of any components.

    OK, I'm a newbie to linux, and I've been trying to install VDR. I followed partially install instructions from vdr wiki, and from install file that comes with the vdr. I get this error:


    /usr/local/bin/runvdr: line 42: cd: ../DVB/driver: No such file or directory
    make: *** No rule to make target `rmmod'. Stop.
    make: *** No rule to make target `insmod'. Stop.
    Fri Oct 28 01:51:56 CEST 2005
    bash: ./vdr: No such file or directory
    Fri Oct 28 01:51:56 CEST 2005
    restarting VDR
    ./vdr: No such file or directory

    Now, my setup, and how I got to this:
    Linux Suse 10, and I know the dvb card (skystar 2) is installed correctly, becuse I can watch fta channels with Kaffeine.
    I downloaded vdr-1.3.34.tar.bz2, extracted it and run make in terminal.
    Then I made some directories:


    mkdir /var/spool/video
    mkdir /var/spool/epg
    mkdir /etc/vdr
    mkdir /usr/lib/vdr


    Then copied this:


    cp vdr /usr/bin
    cp *.conf /etc/vdr
    cp PLUGINS/lib/* /usr/lib/vdr


    Then entered this at the console:


    vdr --video=/var/spool/video \
    --epgfile=/var/spool/epg \
    --config=/etc/vdr \
    --lib=/usr/lib/vdr \


    And then I typed runvdr at terminal, and got the abover error.
    Can anybody help? What do I need to do to get ti to work?