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.

    Meine VDRs

    VDR 1: Point of View Ion-330-1, 2x Sundtek MediaTV Pro (DVB-C), Atric IR-Einschalter Rev.5, Ubuntu 18.04 (yavdr-ansible)
    VDR 2: Acer Revo 3610, Pinnacle PCTV SAT 452e, Medion X10, yaVDR 0.6
    VDR 3: Intel DH67BL, Celeron 540, 4 GB Ram, POV Geforce GT 1030, Ubuntu 18.04 (yavdr-ansible), VDR 2.4.1, CIR-Empfänger
    Client 1: Raspberry Pi 2, Arch Linux ARM, VDR 2.3.8
    vdr-epg-daemon auf Cubietruck mit 32 GB SSD, Arch Linux ARM

    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...

    Quote from man vdr
    Code
    -v dir, --video=dir
    Use dir as video directory. The default is /video.
    Meine VDRs

    VDR 1: Point of View Ion-330-1, 2x Sundtek MediaTV Pro (DVB-C), Atric IR-Einschalter Rev.5, Ubuntu 18.04 (yavdr-ansible)
    VDR 2: Acer Revo 3610, Pinnacle PCTV SAT 452e, Medion X10, yaVDR 0.6
    VDR 3: Intel DH67BL, Celeron 540, 4 GB Ram, POV Geforce GT 1030, Ubuntu 18.04 (yavdr-ansible), VDR 2.4.1, CIR-Empfänger
    Client 1: Raspberry Pi 2, Arch Linux ARM, VDR 2.3.8
    vdr-epg-daemon auf Cubietruck mit 32 GB SSD, Arch Linux ARM

    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.org/git/vdr.git/tr…LL?h=stable/2.0

    Meine VDRs

    VDR 1: Point of View Ion-330-1, 2x Sundtek MediaTV Pro (DVB-C), Atric IR-Einschalter Rev.5, Ubuntu 18.04 (yavdr-ansible)
    VDR 2: Acer Revo 3610, Pinnacle PCTV SAT 452e, Medion X10, yaVDR 0.6
    VDR 3: Intel DH67BL, Celeron 540, 4 GB Ram, POV Geforce GT 1030, Ubuntu 18.04 (yavdr-ansible), VDR 2.4.1, CIR-Empfänger
    Client 1: Raspberry Pi 2, Arch Linux ARM, VDR 2.3.8
    vdr-epg-daemon auf Cubietruck mit 32 GB SSD, Arch Linux ARM

    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
    Meine VDRs

    VDR 1: Point of View Ion-330-1, 2x Sundtek MediaTV Pro (DVB-C), Atric IR-Einschalter Rev.5, Ubuntu 18.04 (yavdr-ansible)
    VDR 2: Acer Revo 3610, Pinnacle PCTV SAT 452e, Medion X10, yaVDR 0.6
    VDR 3: Intel DH67BL, Celeron 540, 4 GB Ram, POV Geforce GT 1030, Ubuntu 18.04 (yavdr-ansible), VDR 2.4.1, CIR-Empfänger
    Client 1: Raspberry Pi 2, Arch Linux ARM, VDR 2.3.8
    vdr-epg-daemon auf Cubietruck mit 32 GB SSD, Arch Linux ARM

    yaVDR-Dokumentation (Ceterum censeo enchiridia esse lectitanda.)

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!