diff options
author | nox <nox@FreeBSD.org> | 2011-03-27 03:20:47 +0800 |
---|---|---|
committer | nox <nox@FreeBSD.org> | 2011-03-27 03:20:47 +0800 |
commit | 579fdf2e43421fcb9464ae2d615e2f215c7765e1 (patch) | |
tree | e933bf44d2361709dee044d3cc90a78e514e7aee /multimedia/Makefile | |
parent | a40c60857b3e6ea71ec8a38148a554366b559953 (diff) | |
download | freebsd-ports-gnome-579fdf2e43421fcb9464ae2d615e2f215c7765e1.tar.gz freebsd-ports-gnome-579fdf2e43421fcb9464ae2d615e2f215c7765e1.tar.zst freebsd-ports-gnome-579fdf2e43421fcb9464ae2d615e2f215c7765e1.zip |
http://www.linuxtv.org/vdrwiki/index.php/Streamdev-plugin
This PlugIn is a VDR implementation of the VTP (Video Transfer Protocol)
Version 0.0.3 (see file PROTOCOL) and a basic HTTP Streaming Protocol.
It consists of a server and a client part, but both parts are compiled together
with the PlugIn source, but appear as separate PlugIns to VDR.
The client part acts as a full Input Device, so it can be used in conjunction
with a DXR3-Card, XINE, SoftDevice or others to act as a working VDR
installation without any DVB-Hardware including EPG-Handling.
The server part acts as a Receiver-Device and works transparently in the
background within your running VDR. It can serve multiple clients and it can
distribute multiple input streams (i.e. from multiple DVB-cards) to multiple
clients using the native VTP protocol (for VDR-clients), or using the HTTP
protocol supporting clients such as XINE, MPlayer and so on. With XMMS or
WinAMP, you can also listen to radio channels over a HTTP connection.
WWW: http://streamdev.vdr-developer.org/
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 5fbdc88bb6e5..526da82269d5 100644 --- a/multimedia/Makefile +++ b/multimedia/Makefile @@ -345,6 +345,7 @@ SUBDIR += vdr-plugin-remote SUBDIR += vdr-plugin-skinenigmang SUBDIR += vdr-plugin-softdevice + SUBDIR += vdr-plugin-streamdev SUBDIR += vic SUBDIR += vlc SUBDIR += vodcatcher |