Hi,

I have build a xine plugin for the PVR-350 TV output.
This plugin uses the osd for output.
To use the pluging you have to set the FRAMEBUFFER environment variable.
You can use it without X using the following command:

#> export FRAMEBUFFER=/dev/fb2
#> fbxine -V ivtvfb -A alsa dvd:// --stdctl

also you can use xine running on X

#> export FRAMEBUFFER=/dev/fb2
#> xine -V ivtvfb -A alsa dvd://

but under X the ivtvdev driver and the xine plugin are using the osd of the PVR-350, this could cause some horizontal artefacts.

The patch is build against the xine-lib cvs repository from 6 of march 2005.

build ivtvfb xine plugin
========================
1) get xine-ivtvfb.patch.bz2
2) bunzip2 xine-ivtvfb.patch.bz2
3) check out xine-lib from cvs
4) cd xine-lib
5) patch -p1 < "path to xine-ivtvfb.patch"
6) ./autogen.sh

# if you haven't already build xine-lib
7) make
8) make install (as root)
9) ldconfig

# or
7) cd src/video_out
8) make
9) make install
10) ldconfig

To use xine under X
===================
1) get xine-ui-ivtvfb.patch.bz2
2) bunzip2 xine-ui-ivtvfb.patch.bz2
3) check out xine-ui from cvs
4) cd xine-ui
5) patch -p1 < "path to xine-ui-ivtvfb.patch"
6) ./autogen.sh
7) make
8) make install (as root)


Have fun TheNop

Attachment: xine-ui-ivtvfb.patch.bz2
Description: Binary data


Attachment: xine-ivtvfb.patch.bz2
Description: Binary data

Reply via email to