3dd70d87f6
rtmpd is a high performance streaming server able to stream (live or recorded) in the following technologies: - To and from Flash (RTMP,RTMPE, RTMPS, RTMPT, RTMPTE) - To and from embedded devices: iPhone, Android - From surveillance cameras - IP-TV using MPEG-TS and RTSP/RTCP/RTP protocols Also, rtmpd can be used as a high performance rendes-vous server. For example, it enables you to do: - Audio/Video conferencing - Online gaming - Online collaboration - Simple/complex chat applications WWW: http://www.rtmpd.com PR: ports/155033 Submitted by: Gavriloaie Eugen-Andrei <crtmpserver@gmail.com>
27 lines
1.3 KiB
Text
27 lines
1.3 KiB
Text
@stopdaemon crtmpserver
|
|
@unexec if cmp -s %D/etc/crtmpserver.lua.sample %D/etc/crtmpserver.lua; then rm -f %D/etc/crtmpserver.lua; fi
|
|
etc/crtmpserver.lua.sample
|
|
@exec if [ ! -f %D/etc/crtmpserver.lua ] ; then cp -p %D/%F %B/crtmpserver.lua; fi
|
|
|
|
lib/crtmpserver/liblua.so
|
|
lib/crtmpserver/libcommon.so
|
|
lib/crtmpserver/libthelib.so
|
|
lib/crtmpserver/applications/flvplayback/libflvplayback.so
|
|
lib/crtmpserver/applications/appselector/libappselector.so
|
|
lib/crtmpserver/applications/samplefactory/libsamplefactory.so
|
|
lib/crtmpserver/applications/vptests/libvptests.so
|
|
lib/crtmpserver/applications/admin/libadmin.so
|
|
lib/crtmpserver/applications/proxypublish/libproxypublish.so
|
|
lib/crtmpserver/applications/stresstest/libstresstest.so
|
|
lib/crtmpserver/applications/applestreamingclient/libapplestreamingclient.so
|
|
sbin/crtmpserver
|
|
@dirrmtry lib/crtmpserver/applications/flvplayback
|
|
@dirrmtry lib/crtmpserver/applications/appselector
|
|
@dirrmtry lib/crtmpserver/applications/samplefactory
|
|
@dirrmtry lib/crtmpserver/applications/vptests
|
|
@dirrmtry lib/crtmpserver/applications/admin
|
|
@dirrmtry lib/crtmpserver/applications/proxypublish
|
|
@dirrmtry lib/crtmpserver/applications/stresstest
|
|
@dirrmtry lib/crtmpserver/applications/applestreamingclient
|
|
@dirrmtry lib/crtmpserver/applications
|
|
@dirrmtry lib/crtmpserver
|