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.
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/
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.