mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
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:
parent
94492cc4a7
commit
c1222efdec
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=251085
@ -60,6 +60,7 @@
|
||||
SUBDIR += ffmpegthumbnailer
|
||||
SUBDIR += flv2mpeg4
|
||||
SUBDIR += flvmeta
|
||||
SUBDIR += flvstreamer
|
||||
SUBDIR += flvtool++
|
||||
SUBDIR += freevo
|
||||
SUBDIR += fxtv
|
||||
|
35
multimedia/flvstreamer/Makefile
Normal file
35
multimedia/flvstreamer/Makefile
Normal 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>
|
3
multimedia/flvstreamer/distinfo
Normal file
3
multimedia/flvstreamer/distinfo
Normal 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
|
10
multimedia/flvstreamer/pkg-descr
Normal file
10
multimedia/flvstreamer/pkg-descr
Normal 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/
|
Loading…
Reference in New Issue
Block a user