cvs commit: ports/multimedia Makefile ports/multimedia/vdr-plugin-streamdev Makefile distinfo pkg-descr pkg-plist ports/multimedia/vdr-plugin-streamdev/files patch-Makefile patch-client-Makefile patch-client-setup.c patch-server-Makefile patch-server-componentIGMP.c ...

Juergen Lock nox at FreeBSD.org
Sat Mar 26 19:20:48 UTC 2011


nox         2011-03-26 19:20:47 UTC

  FreeBSD ports repository

  Modified files:
    multimedia           Makefile 
  Added files:
    multimedia/vdr-plugin-streamdev Makefile distinfo pkg-descr 
                                    pkg-plist 
    multimedia/vdr-plugin-streamdev/files patch-Makefile 
                                          patch-client-Makefile 
                                          patch-client-setup.c 
                                          patch-server-Makefile 
                                          patch-server-componentIGMP.c 
                                          patch-server-livestreamer.c 
                                          patch-server-recplayer.c 
                                          patch-server-setup.c 
  Log:
  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/
  
  Revision  Changes    Path
  1.427     +1 -0      ports/multimedia/Makefile
  1.1       +53 -0     ports/multimedia/vdr-plugin-streamdev/Makefile (new)
  1.1       +2 -0      ports/multimedia/vdr-plugin-streamdev/distinfo (new)
  1.1       +10 -0     ports/multimedia/vdr-plugin-streamdev/files/patch-Makefile (new)
  1.1       +14 -0     ports/multimedia/vdr-plugin-streamdev/files/patch-client-Makefile (new)
  1.1       +10 -0     ports/multimedia/vdr-plugin-streamdev/files/patch-client-setup.c (new)
  1.1       +14 -0     ports/multimedia/vdr-plugin-streamdev/files/patch-server-Makefile (new)
  1.1       +28 -0     ports/multimedia/vdr-plugin-streamdev/files/patch-server-componentIGMP.c (new)
  1.1       +15 -0     ports/multimedia/vdr-plugin-streamdev/files/patch-server-livestreamer.c (new)
  1.1       +13 -0     ports/multimedia/vdr-plugin-streamdev/files/patch-server-recplayer.c (new)
  1.1       +10 -0     ports/multimedia/vdr-plugin-streamdev/files/patch-server-setup.c (new)
  1.1       +20 -0     ports/multimedia/vdr-plugin-streamdev/pkg-descr (new)
  1.1       +23 -0     ports/multimedia/vdr-plugin-streamdev/pkg-plist (new)


More information about the cvs-all mailing list