diff options
author | nox <nox@FreeBSD.org> | 2011-03-27 03:16:54 +0800 |
---|---|---|
committer | nox <nox@FreeBSD.org> | 2011-03-27 03:16:54 +0800 |
commit | c527a26d45d4fec8fe7e1931c6ad278b31fe716b (patch) | |
tree | c63f9f26e158a0b56da1c97b08154493ad38a62b /multimedia/Makefile | |
parent | c742f67b25597d81bffe7f5a30172b9bc6044105 (diff) | |
download | freebsd-ports-gnome-c527a26d45d4fec8fe7e1931c6ad278b31fe716b.tar.gz freebsd-ports-gnome-c527a26d45d4fec8fe7e1931c6ad278b31fe716b.tar.zst freebsd-ports-gnome-c527a26d45d4fec8fe7e1931c6ad278b31fe716b.zip |
http://www.linuxtv.org/vdrwiki/index.php/Control-plugin
The 'control' plugin brings the ability to VDR to control
the whole OSD over a telnet client.
To reach this, 'control' listens on a network socket
(default is port 2002). If a client wants to connect, VDR
checks if that client is allowed to connect to VDR (see in
the documentation of VDR about the svdrphosts.conf file for
more info). If the connection is etablished, 'control'
sends the curent OSD state to the client. Also all key
strokes at the client side are redirected to VDR.
WWW: http://ricomp.de/vdr/down_en.html
Diffstat (limited to 'multimedia/Makefile')
-rw-r--r-- | multimedia/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/multimedia/Makefile b/multimedia/Makefile index 65aae96a61e8..c464c9bca0e3 100644 --- a/multimedia/Makefile +++ b/multimedia/Makefile @@ -335,6 +335,7 @@ SUBDIR += vdpau-video SUBDIR += vdpauinfo SUBDIR += vdr + SUBDIR += vdr-plugin-control SUBDIR += vic SUBDIR += vlc SUBDIR += vodcatcher |