[asterisk-bugs] [Asterisk 0015484]: [branch] RTMP support in Asterisk

Asterisk Bug Tracker noreply at bugs.digium.com
Fri Jun 25 08:04:18 CDT 2010


A NOTE has been added to this issue. 
====================================================================== 
https://issues.asterisk.org/view.php?id=15484 
====================================================================== 
Reported By:                phsultan
Assigned To:                phsultan
====================================================================== 
Project:                    Asterisk
Issue ID:                   15484
Category:                   Channels/NewFeature
Reproducibility:            N/A
Severity:                   feature
Priority:                   normal
Status:                     ready for testing
Target Version:             1.8
Asterisk Version:           SVN 
JIRA:                       SWP-1477 
Regression:                 No 
Reviewboard Link:            
SVN Branch (only for SVN checkouts, not tarball releases):  trunk 
SVN Revision (number only!):  
Request Review:              
====================================================================== 
Date Submitted:             2009-07-10 07:30 CDT
Last Modified:              2010-06-25 08:04 CDT
====================================================================== 
Summary:                    [branch] RTMP support in Asterisk
Description: 
I created a new branch that implements Adobe's RTMP (Real Time Media
Protocol).

It allows Asterisk to connect as a client to an RTMP media server like
Red5 or FMS (Flash Media Server), and then publish or receive media streams
from such server. I only tested the connection with Red5.

To install the branch, you'll need several libavcodec, included in FFMPEG
version 0.5. Be careful to configure FFMPEG's sources with the
--enable-shared option activated in the configure script.

Installation procedure :
# svn co http://svn.digium.com/svn/asterisk/team/phsultan/rtmp-support
asterisk-rtmp
# cd asterisk-rtmp
# ./configure
# make menuselect
[check here that chan_rtmp is eligible for installation]
# make
# make install
====================================================================== 

---------------------------------------------------------------------- 
 (0123851) phsultan (manager) - 2010-06-25 08:04
 https://issues.asterisk.org/view.php?id=15484#c123851 
---------------------------------------------------------------------- 
A major update to the code has been published to the rtmp-support branch.

We now use librtmp instead of our own RTMP stack. That should make
Asterisk connect to any RTMP server (Red5, Wowza, FMS, etc.), but means
that you need to install librtmp.

To do so, install rtmpdump :
wget http://rtmpdump.mplayerhq.hu/download/rtmpdump-2.2e.tar.gz
tar zxvf rtmpdump-2.2e.tar.gz
cd rtmpdump-2.2e/
make
make install

Then, rebuild Asterisk dependencies checking program :
cd rtmp-support (the RTMP Asterisk code branch)
./configure
make
make install

The librtmp debug messages can be read in a file (see the
configs/rtmp.conf sample file).

We still have no video in this channel, but more will come in a near
future. 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2010-06-25 08:04 phsultan       Note Added: 0123851                          
======================================================================




More information about the asterisk-bugs mailing list