New formula flvstreamer

flvstreamer is an open source command-line RTMP client intended to
stream audio or video content from all types of flash or rtmp servers.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
Martin Klepsch 2010-05-22 23:10:22 +02:00 committed by Adam Vandenberg
parent 2538604533
commit 5181069f11
1 changed files with 13 additions and 0 deletions

13
Formula/flvstreamer.rb Normal file
View File

@ -0,0 +1,13 @@
require 'formula'
class Flvstreamer <Formula
url 'http://download.savannah.gnu.org/releases-noredirect/flvstreamer/source/flvstreamer-2.1c1.tar.gz'
homepage 'http://www.nongnu.org/flvstreamer/'
md5 '4866387328ad89c957af90a2478e5556'
version '2.1c1'
def install
system "make posix"
bin.install [ 'flvstreamer', 'rtmpsrv', 'rtmpsuck', 'streams' ]
end
end