[asterisk-bugs] [Asterisk 0015484]: [branch] RTMP support in Asterisk
Asterisk Bug Tracker
noreply at bugs.digium.com
Wed Jul 15 05:42:08 CDT 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: minor
Priority: normal
Status: assigned
Asterisk Version: SVN
Regression: No
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-07-15 05:42 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 things :
- autoconf, in version 2.60 or higher
- automake, in version 1.9 or higher
- libavcodec, included in FFMPEG version 0.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
# ./boostrap.sh
[this will generate a new configure script]
# ./configure
# make menuselect
[check here that chan_rtmp is eligible for installation]
# make
# make install
======================================================================
----------------------------------------------------------------------
(0107768) dlogan (reporter) - 2009-07-15 05:42
https://issues.asterisk.org/view.php?id=15484#c107768
----------------------------------------------------------------------
Can you advise where FFMPEG 0.0.5 src can be downloaded from - the site
only seems to have links to V0.5 and trunk.
I have tried compiling against 0.5 - but there are warnings at compile
time and Asterisk seg faults.
== Spawn extension (default, 500, 1) exited non-zero on
'SIP/snom-00d614d8'
-- Executing [1002 at default:1] Dial("SIP/snom-00d614d8",
"RTMP/writestream/readstream") in new stack
Segmentation fault
This is a very exciting channel - I am very keen to get this built and
working.
Issue History
Date Modified Username Field Change
======================================================================
2009-07-15 05:42 dlogan Note Added: 0107768
======================================================================
More information about the asterisk-bugs
mailing list