Add multimedia/flvstreamer, an open source command-line RTMP client intended

to stream audio or video content from all types of flash or rtmp servers.
This commit is contained in:
Hiroki Sato 2010-03-15 15:39:04 +00:00
parent 94492cc4a7
commit c1222efdec
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=251085
4 changed files with 49 additions and 0 deletions

View file

@ -60,6 +60,7 @@
SUBDIR += ffmpegthumbnailer
SUBDIR += flv2mpeg4
SUBDIR += flvmeta
SUBDIR += flvstreamer
SUBDIR += flvtool++
SUBDIR += freevo
SUBDIR += fxtv

View file

@ -0,0 +1,35 @@
# Ports collection makefile for: flvstreamer
# Date created: March 15, 2010
# Whom: hrs
#
# $FreeBSD$
PORTNAME= flvstreamer
PORTVERSION= 2.1.c.1
CATEGORIES= multimedia net
MASTER_SITES= SAVANNAH
MASTER_SITE_SUBDIR= ${PORTNAME}/source
DISTNAME= ${PORTNAME}-2.1c1
MAINTAINER= hrs@FreeBSD.org
COMMENT= An open source command-line RTMP client
CONFLICTS= rtmpdump-[0-9]*
USE_GMAKE= yes
ALL_TARGET= posix
WRKSRC= ${WRKDIR}/${PORTNAME}
PLIST_FILES= bin/flvstreamer bin/streams bin/rtmpsrv bin/rtmpsuck
PORTDOCS= ChangeLog ChangeLog.rtmpdump README
do-install:
cd ${WRKSRC} && ${INSTALL_PROGRAM} ${PLIST_FILES:S,^bin/,,} \
${PREFIX}/bin
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
.endif
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
MD5 (flvstreamer-2.1c1.tar.gz) = 4866387328ad89c957af90a2478e5556
SHA256 (flvstreamer-2.1c1.tar.gz) = e90e24e13a48c57b1be01e41c9a7ec41f59953cdb862b50cf3e667429394d1ee
SIZE (flvstreamer-2.1c1.tar.gz) = 77379

View file

@ -0,0 +1,10 @@
flvstreamer is an open source command-line RTMP client intended to
stream audio or video content from all types of flash or rtmp
servers. Forked from rtmpdump v1.6 with encrypted rtmp and swf
verification support removed. This tool provides free interoperability
with the previously undocumented adobe RTMP protocol so widely in use
on the internet today. It was developed entirely by reverse
engineering methods and without access to any proprietary or
restrictive-license protocol specifications.
WWW: http://savannah.nongnu.org/projects/flvstreamer/