Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 831 Bytes

README.md

File metadata and controls

35 lines (25 loc) · 831 Bytes

chan_rtmp


A RTMP Channel for Asterisk

  • Writen in C using librtmp.
  • Asterisk 1.4 only, trying to upgrade to Asterisk 11.
  • This module supports realtime only, support for static peers is planed for the near future.

Installation

export ASTERISK_PREFIX=/usr
[[ "$ASTERISK_PREFIX" = "/usr" ]] && \
	export ASTERISK_ETC_DIR="" || \
	export ASTERISK_ETC_DIR="$ASTERISK_PREFIX/etc"

git clone [git-repo-url] chan_rtmp
cd chan_rtmp
make
cp bin/chan_rtmp.so $ASTERISK_PREFIX/lib/asterisk/modules
cp conf/rtmp.conf $ASTERISK_ETC_DIR/

Client

The client uses a modified versions of rtmplite, which may or may not work in a browser since it was designed to work with the adobe air runtime.