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

Asterisk Bug Tracker noreply at bugs.digium.com
Fri Nov 6 13:48:38 CST 2009


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:             Feature Tracker
Asterisk Version:           SVN 
JIRA:                        
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:              2009-11-06 13:48 CST
====================================================================== 
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
====================================================================== 

---------------------------------------------------------------------- 
 (0113337) vmanthei (reporter) - 2009-11-06 13:48
 https://issues.asterisk.org/view.php?id=15484#c113337 
---------------------------------------------------------------------- 
I get this message:
loader.c: Error loading module 'chan_rtmp.so':
/usr/lib/asterisk/modules/chan_rtmp.so: undefined symbol:
av_audio_resample_init

when starting asterisk although compiling the branch was successful and
all linked libs are there. Why is that?

ldd /usr/lib/asterisk/modules/chan_rtmp.so
    linux-vdso.so.1 =>  (0x00007fff191ff000)
    libavcodec.so.51 => /usr/lib/libavcodec.so.51 (0x00007f2010732000)
    libpthread.so.0 => /lib/libpthread.so.0 (0x00007f2010516000)
    libc.so.6 => /lib/libc.so.6 (0x00007f20101c2000)
    libavutil.so.49 => /usr/lib/libavutil.so.49 (0x00007f200ffb5000)
    libz.so.1 => /usr/lib/libz.so.1 (0x00007f200fd9e000)
    libm.so.6 => /lib/libm.so.6 (0x00007f200fb1a000)
    libfaad.so.0 => /usr/lib/libfaad.so.0 (0x00007f200f8d9000)
    libgsm.so.1 => /usr/lib/libgsm.so.1 (0x00007f200f6cc000)
    libtheora.so.0 => /usr/lib/libtheora.so.0 (0x00007f200f489000)
    libvorbisenc.so.2 => /usr/lib/libvorbisenc.so.2 (0x00007f200f0b1000)
    libvorbis.so.0 => /usr/lib/libvorbis.so.0 (0x00007f200ee86000)
    /lib64/ld-linux-x86-64.so.2 (0x00007f2011078000)
    libogg.so.0 => /usr/lib/libogg.so.0 (0x00007f200ec80000) 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2009-11-06 13:48 vmanthei       Note Added: 0113337                          
======================================================================




More information about the asterisk-bugs mailing list