Pvr350-plugin
From VDR Wiki
(Difference between revisions)
(initial) |
(Harri Kaimio: Added info about roblems with VDR 1.3.44) |
||
| (2 intermediate revisions not shown) | |||
| Line 13: | Line 13: | ||
==Installation== | ==Installation== | ||
To install FFMPEG | To install FFMPEG | ||
| - | + | cd $SOURCEDIR | |
| - | cd $SOURCEDIR | + | tar xvzf ffmpeg-<VERSION>.tar.gz |
| - | tar xvzf ffmpeg-<VERSION>.tar.gz | + | cd ffmpeg-<VERSION> |
| - | cd ffmpeg-<VERSION> | + | ./configure --prefix=/usr/local \ |
| - | ./configure --prefix=/usr/local \ | + | --enable-shared |
| - | + | make | |
| - | make | + | make install |
| - | make install | + | ldconfig |
| - | ldconfig | + | |
| - | + | ||
If using the [[analogtv-plugin]], in it's setup the "PVR350 TV out" has to be enabled. | If using the [[analogtv-plugin]], in it's setup the "PVR350 TV out" has to be enabled. | ||
| Line 30: | Line 28: | ||
* Does no work together with the [[dvd-plugin]] | * Does no work together with the [[dvd-plugin]] | ||
* ivtv sometimes freezes the system | * ivtv sometimes freezes the system | ||
| + | * Does not work properly with VDR version 1.3.44 or newer. Version 1.3.41 and older seem to be OK | ||
==Links== | ==Links== | ||
| Line 52: | Line 51: | ||
[[Category:Plugins]] | [[Category:Plugins]] | ||
| - | + | {{i18n|pvr350-plugin}} | |
| - | + | ||
Latest revision as of 05:28, 5 April 2006
Contents |
Description
File:Pvr350-plugin.jpg
Screenshot
The PVR350 plugin enables the TV-out of the Hauppauge PVR350 as output device for VDR. In system without FF DVB cards, the PVR350 can be an alternative to DXR3 card, but with a better OSD.
Hardware requirements
- Hauppauge PVR350 TV card
Software requirements
- newest ivtv driver
- FFMPEG
- Analogtv-plugin (optional)
Installation
To install FFMPEG
cd $SOURCEDIR
tar xvzf ffmpeg-<VERSION>.tar.gz
cd ffmpeg-<VERSION>
./configure --prefix=/usr/local \
--enable-shared
make
make install
ldconfig
If using the analogtv-plugin, in it's setup the "PVR350 TV out" has to be enabled. See plugin installation
Problems
- Does no work together with the dvd-plugin
- ivtv sometimes freezes the system
- Does not work properly with VDR version 1.3.44 or newer. Version 1.3.41 and older seem to be OK
Links
| [1] | http://www.rst38.org.uk/vdr/pvr350 | Plugin homepage |
| [2] | http://ffmpeg.sourceforge.net | FMPEG homepage |
| [3] | http://ivtv.sourceforge.net | IVTV homepage |
| [4] | http://67.18.1.101/~ckennedy | new IVTV driver |




