Teletext-plugin: Difference between revisions
Jump to navigation
Jump to search
(Preparation) |
No edit summary |
||
(4 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
==Description== |
==Description== |
||
[[Image: |
[[Image:Teletext-plugin.jpg|thumb|Screenshot]] |
||
The '''teletext plugin''' displays the videotext/teletext on the TV. Unlike the [[osdteletext-plugin]], the [[OSD]] is not used and therefor one cannot see and hear the current broadcast in the background. |
|||
==Hardware requirements== |
==Hardware requirements== |
||
==Software requirements== |
==Software requirements== |
||
* FFMPEG |
|||
==Installation== |
==Installation== |
||
FFMPEG |
|||
⚫ | |||
cd $SOURCEDIR |
|||
cd ffmpeg-<VERSION> |
|||
./configure --prefix=/usr/local \ |
|||
--enable-shared |
|||
make |
|||
make install |
|||
ldconfig |
|||
⚫ | |||
==Problems== |
==Problems== |
||
* There are problems with VDR >= 1.3.6 |
|||
==Links== |
==Links== |
||
{| |
{| |
||
| [1] |
| [1] |
||
| http:// |
| http://www.dapeace.de/teletext.htm |
||
| Plugin homepage |
| Plugin homepage |
||
|- |
|||
| [2] |
|||
| http://ffmpeg.sourceforge.net |
|||
| FFMPEG homepage |
|||
|- |
|||
| [3] |
|||
| http://www.vdrportal.de/board/thread.php?threadid=1742 |
|||
| Patch |
|||
|} |
|} |
||
[[Category:Plugins]] |
[[Category:Outdated Plugins]] |
||
{{i18n|teletext-plugin}} |
|||
<!-- Link to german wiki page --> |
|||
[[de:Hello-plugin]] |
Latest revision as of 11:42, 25 November 2013
Description
The teletext plugin displays the videotext/teletext on the TV. Unlike the osdteletext-plugin, the OSD is not used and therefor one cannot see and hear the current broadcast in the background.
Hardware requirements
Software requirements
- FFMPEG
Installation
FFMPEG
cd $SOURCEDIR cd ffmpeg-<VERSION> ./configure --prefix=/usr/local \ --enable-shared make make install ldconfig
See plugin installation.
Problems
- There are problems with VDR >= 1.3.6
Links
[1] | http://www.dapeace.de/teletext.htm | Plugin homepage |
[2] | http://ffmpeg.sourceforge.net | FFMPEG homepage |
[3] | http://www.vdrportal.de/board/thread.php?threadid=1742 | Patch |