Date: Sat, 26 Mar 2011 19:18:39 +0000 (UTC) From: Juergen Lock <nox@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/multimedia Makefile ports/multimedia/vdr-plugin-iptv Makefile distinfo pkg-descr pkg-plist pkg-plist.foo ports/multimedia/vdr-plugin-iptv/files channels.conf.iptv patch-Makefile patch-common.h patch-iptv-vlc2iptv patch-protocolext.c ... Message-ID: <201103261918.p2QJIdYB065509@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
nox 2011-03-26 19:18:39 UTC FreeBSD ports repository Modified files: multimedia Makefile Added files: multimedia/vdr-plugin-iptv Makefile distinfo pkg-descr pkg-plist pkg-plist.foo multimedia/vdr-plugin-iptv/files channels.conf.iptv patch-Makefile patch-common.h patch-iptv-vlc2iptv patch-protocolext.c patch-sectionfilter.h patch-socket.h multimedia/vdr-plugin-iptv/files/vlcinput 3Sat.conf BBC-radio1.conf BBC-radio1xtra.conf BBC-radio2.conf BBC-radio3.conf BBC-radio4.conf BBC-radio4lw.conf BBC-radio5liveint.conf BBC-radio5livesport.conf BBC-radio6music.conf BBC-radio7.conf Bundesligen-TV.conf Daytona-Beach.conf NASA-1200-Kbit.conf NASA-500-Kbit.conf NASA.conf Sky-News.conf THE_VOICE.conf Log: This is an IPTV plugin for the Video Disk Recorder (VDR). This plugin integrates multicast IPTV transport streams seamlessly into VDR. You can use any IPTV channel like any other normal DVB channel for live viewing, recording, etc. The plugin also features full section filtering capabilities which allow for example EIT information to be extracted from the incoming stream. Currently the IPTV plugin has direct support for both multicast UDP/RTP and unicast HTTP MPEG1/2 transport streams. Also a file input method is supported, but a file delay must be selected individually to prevent VDR's transfer buffer over/underflow. Therefore the file input should be considered as a testing feature only. IPTV plugin also features a support for external streaming applications. With proper helper applications and configuration IPTV plugin is able to display not only MPEG1/2 transport streams but also other formats like MP3 radio streams, mms video streams and so on. WWW: http://www.saunalahti.fi/~rahrenbe/vdr/iptv/ Revision Changes Path 1.421 +1 -0 ports/multimedia/Makefile 1.1 +74 -0 ports/multimedia/vdr-plugin-iptv/Makefile (new) 1.1 +2 -0 ports/multimedia/vdr-plugin-iptv/distinfo (new) 1.1 +17 -0 ports/multimedia/vdr-plugin-iptv/files/channels.conf.iptv (new) 1.1 +31 -0 ports/multimedia/vdr-plugin-iptv/files/patch-Makefile (new) 1.1 +29 -0 ports/multimedia/vdr-plugin-iptv/files/patch-common.h (new) 1.1 +28 -0 ports/multimedia/vdr-plugin-iptv/files/patch-iptv-vlc2iptv (new) 1.1 +28 -0 ports/multimedia/vdr-plugin-iptv/files/patch-protocolext.c (new) 1.1 +10 -0 ports/multimedia/vdr-plugin-iptv/files/patch-sectionfilter.h (new) 1.1 +10 -0 ports/multimedia/vdr-plugin-iptv/files/patch-socket.h (new) 1.1 +1 -0 ports/multimedia/vdr-plugin-iptv/files/vlcinput/3Sat.conf (new) 1.1 +3 -0 ports/multimedia/vdr-plugin-iptv/files/vlcinput/BBC-radio1.conf (new) 1.1 +3 -0 ports/multimedia/vdr-plugin-iptv/files/vlcinput/BBC-radio1xtra.conf (new) 1.1 +3 -0 ports/multimedia/vdr-plugin-iptv/files/vlcinput/BBC-radio2.conf (new) 1.1 +3 -0 ports/multimedia/vdr-plugin-iptv/files/vlcinput/BBC-radio3.conf (new) 1.1 +3 -0 ports/multimedia/vdr-plugin-iptv/files/vlcinput/BBC-radio4.conf (new) 1.1 +3 -0 ports/multimedia/vdr-plugin-iptv/files/vlcinput/BBC-radio4lw.conf (new) 1.1 +3 -0 ports/multimedia/vdr-plugin-iptv/files/vlcinput/BBC-radio5liveint.conf (new) 1.1 +3 -0 ports/multimedia/vdr-plugin-iptv/files/vlcinput/BBC-radio5livesport.conf (new) 1.1 +3 -0 ports/multimedia/vdr-plugin-iptv/files/vlcinput/BBC-radio6music.conf (new) 1.1 +3 -0 ports/multimedia/vdr-plugin-iptv/files/vlcinput/BBC-radio7.conf (new) 1.1 +1 -0 ports/multimedia/vdr-plugin-iptv/files/vlcinput/Bundesligen-TV.conf (new) 1.1 +1 -0 ports/multimedia/vdr-plugin-iptv/files/vlcinput/Daytona-Beach.conf (new) 1.1 +3 -0 ports/multimedia/vdr-plugin-iptv/files/vlcinput/NASA-1200-Kbit.conf (new) 1.1 +3 -0 ports/multimedia/vdr-plugin-iptv/files/vlcinput/NASA-500-Kbit.conf (new) 1.1 +3 -0 ports/multimedia/vdr-plugin-iptv/files/vlcinput/NASA.conf (new) 1.1 +2 -0 ports/multimedia/vdr-plugin-iptv/files/vlcinput/Sky-News.conf (new) 1.1 +1 -0 ports/multimedia/vdr-plugin-iptv/files/vlcinput/THE_VOICE.conf (new) 1.1 +20 -0 ports/multimedia/vdr-plugin-iptv/pkg-descr (new) 1.1 +48 -0 ports/multimedia/vdr-plugin-iptv/pkg-plist (new) 1.1 +22 -0 ports/multimedia/vdr-plugin-iptv/pkg-plist.foo (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201103261918.p2QJIdYB065509>