replacement to Adobe Flash Media Server, Red5 or Wowza. It is much more featured than free Red5, cheaper than others. It can utilize 1GB channel, serving from one computer to 4000 and more clients. WWW: http://erlyvideo.org/ PR: ports/154345 Submitted by: Ruslan Mahmatkhanov <cvs-src at yandex.ru> Feature safe: yes
14 lines
605 B
Text
14 lines
605 B
Text
--- deps/rtmp/Makefile.orig 2010-12-16 00:51:55.000000000 +0300
|
|
+++ deps/rtmp/Makefile 2011-01-16 21:23:36.000000000 +0300
|
|
@@ -29,11 +29,9 @@
|
|
|
|
install:
|
|
mkdir -p $(DESTROOT)$(ERLDIR)/ebin
|
|
- mkdir -p $(DESTROOT)/usr/bin
|
|
mkdir -p $(DESTROOT)$(ERLDIR)/contrib
|
|
mkdir -p $(DESTROOT)$(ERLDIR)/include
|
|
install -c -m 755 contrib/* $(DESTROOT)$(ERLDIR)/contrib
|
|
- install -c -m 755 contrib/rtmp_bench $(DESTROOT)/usr/bin/rtmp_bench
|
|
install -c -m 644 ebin/*.beam $(DESTROOT)$(ERLDIR)/ebin
|
|
install -c -m 644 ebin/*.app $(DESTROOT)$(ERLDIR)/ebin
|
|
install -c -m 644 include/* $(DESTROOT)$(ERLDIR)/include
|