Pvrinput-plugin: Difference between revisions

From VDR Wiki
Jump to navigation Jump to search
 
(4 intermediate revisions by the same user not shown)
Line 2: Line 2:
'''original Author:''' Andreas Regel
'''original Author:''' Andreas Regel


'''current development:''' Winfried Koehler and Martin Dauskardt
'''current development:''' Martin Dauskardt, Lars Hanisch


This plugin allows you to use analogue TV with a ivtv supported [[HauppaugePVR|PVR-card]]. The functionality is more or less equal to the [[Analogtv-plugin]], but it is easier to use. Please use the most recent versions of ivtv and this plugin.
This plugin allows you to use analogue TV with a ivtv supported [[HauppaugePVR|PVR-card]] with integrated hardware MPEG encoder.
Please use the most recent versions of this plugin.

Channel scanning for this plugin can be done using the command line tool [[w_pvrscan]] or with using the [[wirbelscan-plugin]].


==Pictures==
==Pictures==
Line 10: Line 13:


==Hardware Requirements==
==Hardware Requirements==
* ivtv supported [[HauppaugePVR|PVR card]]
* ivtv supported [[HauppaugePVR|PVR card]] with integrated hardware encoder
**PVR150
**PVR250
**PVR350
**PVR500
**PVR USB2
**HVR 1900
**HD PVR

NOTE: ivtv supports more compatible cards, which could be possibly supported in this plugin, if someone had such card and implement it.<br>
NOTE: blackbird type cards as HVR-1300 doesnt work properly with this plugin.


==Software Requirements==
==Software Requirements==
* ivtv driver (in Kernel since 2.6.22)
* kernel driver for your hardware encoder based TV card:
** '''ivtv''' for Hauppauge PVR150/250/350/500 or..
** '''pvrusb2''' for Hauppauge PVR USB2 and HVR 1900/1950 or..
** '''hdpvr''' for HD PVR


==Installation==
==Installation==
* vdr < 1.7.13 needs patch (see plugin source code)


<!-- ==Optionen== -->
<!-- ==Optionen== -->
Line 26: Line 43:
<!--==CVS== -->
<!--==CVS== -->
==Links==
==Links==
# [http://projects.vdr-developer.org/projects/show/plg-pvrinput pvrinput git repository]
{|
| [1]
| http://drseltsam.device.name/vdr/pvr/src/pvrinput/
| aktuelle Sourcen
|-
| [2]
| http://www.ivtvdriver.org
| ivtv driver
|-
|}


[[Category:Plugins]][[Category:AnalogTV]]
[[Category:Plugins]][[Category:AnalogTV]]

Latest revision as of 13:57, 31 December 2013

Description

original Author: Andreas Regel

current development: Martin Dauskardt, Lars Hanisch

This plugin allows you to use analogue TV with a ivtv supported PVR-card with integrated hardware MPEG encoder. Please use the most recent versions of this plugin.

Channel scanning for this plugin can be done using the command line tool w_pvrscan or with using the wirbelscan-plugin.

Pictures

Hardware Requirements

  • ivtv supported PVR card with integrated hardware encoder
    • PVR150
    • PVR250
    • PVR350
    • PVR500
    • PVR USB2
    • HVR 1900
    • HD PVR

NOTE: ivtv supports more compatible cards, which could be possibly supported in this plugin, if someone had such card and implement it.
NOTE: blackbird type cards as HVR-1300 doesnt work properly with this plugin.

Software Requirements

  • kernel driver for your hardware encoder based TV card:
    • ivtv for Hauppauge PVR150/250/350/500 or..
    • pvrusb2 for Hauppauge PVR USB2 and HVR 1900/1950 or..
    • hdpvr for HD PVR

Installation

  • vdr < 1.7.13 needs patch (see plugin source code)

Problems

Links

  1. pvrinput git repository