compile vdr 2.0.6+xineliboutput

  • Hello everybody
    my system is :
    ubuntu 14.04.1 64 bit
    vdr 2.0.6
    xineliboutput 1.1.0


    i compiled vdr with these command :
    at first i install library for vdr . and run make command



    then i download xineliboutput 1.1.0 plugin and copy it to this address


    Code
    /home/aoa/vdr-2.0.6/PLUGINS/src


    and then

    Code
    tar -zxvf vdr-xineliboutput-1.1.0.tgz


    Code
    ln -s xineliboutput-1.1.0 xineliboutput


    Code
    cd ../..


    Code
    make plugins



    and then

    Code
    sudo make install



    now vdr compiling is finish . i run vdr with command

    Code
    vdr -c config -v video -Pxineliboutput


    and see this issue

    Code
    vdr: can't access video directory video


    Is anything must i do ? if yes please help me .
    sorry for english .

  • Code
    vdr: can't access video directory video

    Is anything mus i do ?

    Set appropriate permissions so vdr is allowed to write to it's video directory.

    yaVDR-Dokumentation (Ceterum censeo enchiridia esse lectitanda.)

  • I make video directory on vdr directory. and run vdr again . vdr has this issue

    Code
    aoa@aoa-Lenovo-G500:~/vdr-2.0.6$ vdr -c /var/lib/vdr/config -v video -Pxineliboutput 
    vdr: error while reading '/var/lib/vdr/config/sources.conf'
    vdr: error while reading '/var/lib/vdr/config/channels.conf'
  • which is video directory ?


    i run vdr with command

    Code
    vdr -c config -v video -Pxineliboutput

    Well, if you take a look at the vdr manpage it should be quite obvious...

    Zitat von man vdr
    Code
    -v dir, --video=dir
    Use dir as video directory. The default is /video.

    yaVDR-Dokumentation (Ceterum censeo enchiridia esse lectitanda.)

  • Well, if you take a look at the vdr manpage it should be quite obvious...

    seahawk1986 sorry if i can't good understand your speaks. i am new on vdr . i search on web , unfortunately i can't find guide for compile vdr step by step .
    for video directory as you say. look when vdr say "vdr: can't access video directory video" means vdr havn't permission to acsses video directory . man page say "Use dir as video directory. The default is /video" i make dir video on root partition but vdr have issue again "vdr: can't access video directory video" . then i go to vdr directory and make dir video and run again vdr and issue disappeared.but i get two new issue

    Code
    aoa@aoa-Lenovo-G500:~/vdr-2.0.6$ vdr -c config -v video -Pxineliboutput
    vdr: error while reading 'config/sources.conf'
    vdr: error while reading 'config/channels.conf'
  • If you execute the command "vdr -c config -v video -Pxineliboutput" within the directory "~/vdr-2.0.6" the vdr expects that there is a directory ~/vdr-2.0.6/video (because you are using a relative path) and that it has write permissions on it.

    aoa@aoa-Lenovo-G500:~/vdr-2.0.6$ vdr -c config -v video -Pxineliboutput
    vdr: error while reading 'config/sources.conf'
    vdr: error while reading 'config/channels.conf'

    The later error message shows, that your config directory (which is ~/vdr-2.0.6/config because you are using a relative path for it, too) is either non existent or does not contain the mentioned files.


    Have you read the INSTALL file? There is an exact description what you need to set up and what steps to follow if you want to run the vdr within the folder you did compile it in: http://projects.vdr-developer.…tree/INSTALL?h=stable/2.0

    yaVDR-Dokumentation (Ceterum censeo enchiridia esse lectitanda.)

  • man page say "Use dir as video directory. The default is /video" i make dir video on root partition but vdr have issue again "vdr: can't access video directory video"

    This is only true if you compiled the vdr using "make ONEDIR=1" - to see the real default paths run

    Code
    vdr -h

    yaVDR-Dokumentation (Ceterum censeo enchiridia esse lectitanda.)

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!