Dear visitor, welcome to VDR Portal. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.
This post has been edited 1 times, last edit by "SvenGWK" (Apr 30th 2009, 10:48am)
This post has been edited 1 times, last edit by "MChrisZ" (Apr 30th 2009, 12:01pm)
Quoted
Original von zulu
Hallo Chris,
Quoted
Original von MChrisZ
Hallo Marc,
mir sind bei der neuen version ein paar sachen aufgefallen:
- vdr-1.7.0 sollte mit xineliboutput 1.0.4 gebaut werden.
- vdrplayer sollte auch mit in die Backupfunktion.
vdpau: beim vdrplayer function sxfe:
![]()
Source code
1 2 3 4 5 6 7 8function _vdrsxfe() { [ -n "$VDRIP" ] || _vdrip || return 1 _x || return 1 CMD="--video=vdpau --fullscreen --post tvtime:method=use_vo_driver" MRL="xvdr+tcp://$VDRIP" vdr-sxfe $CMD $MRL & return 0 }
...
Gruß,
Chris
>- vdr-1.7.0 sollte mit xineliboutput 1.0.4 gebaut werden.
Kann ich einbauen aber warum sollte das?
Die Backup-Funktion zu überarbeiten habe ich noch nicht geschafft (aber auch noch nicht vergessen).
Den vdrplayer möchte ich bei Gelegenheit noch ausbauen. vdpau fest einzubauen geht so nicht. Ich könnte $CMD aber mit in den Setup-Dialog nehmen.
...
Gruß
Marc
|
|
Source code |
1 2 3 4 5 6 7 8 9 10 11 |
torsten@ap-vdr:~$ vdr-sxfe 1.0.4 (build with xine-lib 1.1.90, using xine-lib 1.1.90)
Video driver: vdpau
Fullscreen mode
Post plugins: tvtime:method=use_vo_driver
VDR Server: xvdr+tcp://127.0.0.1
[4576] [vdr-fe] fe_xine_init: xine_open_video_driver("vdpau") failed
Error initializing xine
Available video drivers: aadxr3 dxr3 xv opengl raw xshm aa none xxmc fb xvmc
Available audio drivers: alsa oss file none
|

This post has been edited 1 times, last edit by "MChrisZ" (May 4th 2009, 9:56am)
This post has been edited 1 times, last edit by "Torsten73" (May 4th 2009, 7:10pm)
Quoted
Original von Torsten73
Sind denn Xine-Lib = 1.1.9 und xinelibout=1.04 nicht richtig?
Zumindest xinelibout 1.04 hast Du ja empfohlen.
PS.: Ich sehe gerade Du nutzt auch Kubuntu9.04, wie hast Du verhindert, dass sich KDE wegen Xinelib deinstalliert? (Siehe mein Fehlerbericht dazu)
Kein Licht am Ende des Tunnels
Quoted
Original von MChrisZ
...
xine-vdpau musst du im setup auswählen oder guck dir mal die utilities.sh für xine an bzgl. dem wert für xine-vdpau.
...
|
|
Source code |
1 2 3 4 5 |
... # zum ueberschreiben von xine_lib_vers # xine aus dem hg HG_CLONE=1, und mit vdpau-patch HG_CLONE=2 #HG_CLONE=2 ... |
This post has been edited 1 times, last edit by "MChrisZ" (May 5th 2009, 2:06am)
This post has been edited 1 times, last edit by "Torsten73" (May 5th 2009, 2:23am)
This post has been edited 2 times, last edit by "Torsten73" (May 5th 2009, 10:35pm)

|
|
Source code |
1 2 3 4 5 6 7 8 9 |
sudo su cd /usr/local/src svn co svn://jusst.de/xine-vdpau cd xine-vdpau ./autogen.sh ./configure --prefix=/usr make -j 2 make install -j 2 ldconfig -v |
Quoted
Original von zulu
Damit sich mplayer übersetzen lässt musste ich noch video.h ändern:
![]()
Source code
1 2 3 4 5 6 7 8 9 10 --- /usr/include/linux/dvb/video.h.orig +++ /usr/include/linux/dvb/video.h @@ -28,6 +28,7 @@ #ifdef __KERNEL__ #include <linux/compiler.h> #else +#include <linux/compiler.h> #include <stdint.h> #include <time.h> #endif
Die Geschichte mit den Headern und den neuen Treibern schau ich mir aber noch mal an. Hab leider im Moment nicht so viel Zeit...
Gruß
Marc
This post has been edited 2 times, last edit by "sharky2k" (May 18th 2009, 1:53pm)
This post has been edited 1 times, last edit by "Torsten73" (Jun 4th 2009, 1:42am)