[Freeswitch-users] Help on RTMP

RuiQiang Huang hrqiang at gmail.com
Thu Dec 29 02:10:13 MSK 2011


Hi,

I'm trying to add RTMP to my freeswitch server. I compiled mod_rtmp.so,
mod_rtmp.la and put it under freeswitch/mod/.
My freeswitch version is
FreeSWITCH version: 1.0.head (git-c8c94f0 2011-08-19 11-52-40 -0500)
My rtmp.conf.xml is

<configuration name="rtmp.conf" description="RTMP Endpoint">
  <profiles>
        <profile name="default">
                <settings>
                        <param name="bind-address" value="0.0.0.0:1935" />
                        <param name="context" value="public" />
                        <param name="dialplan" value="XML" />
                        <!-- If this is set to true, no unauthenticated
inbound calls will be allowed -->
                        <param name="auth-calls" value="true" />
                        <!-- How much time should the clients buffer the
media stream (miliseconds) -->
                        <param name="buffer-len" value="50" />
                        <!-- Sets the maximum size of outbound RTMP chunks
-->
                        <param name="chunksize" value="512" />
                </settings>
        </profile>
  </profiles>
</configuration>

However, I didn't see freeswitch listening on 1935 port and in fs_cli when
I run
freeswitch > rtmp status
It's showing unknown command.

My question is, is there anything else needed to get RTMP working? How to
know which modules are loaded?
Thanks.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20111228/bae0821a/attachment-0001.html 


Join us at ClueCon 2011 Aug 9-11, 2011
More information about the FreeSWITCH-users mailing list