Hi, <div><br></div><div>I&#39;m trying to add RTMP to my freeswitch server. I compiled mod_rtmp.so, <a href="http://mod_rtmp.la">mod_rtmp.la</a> and put it under freeswitch/mod/.</div><div>My freeswitch version is </div><div>
FreeSWITCH version: 1.0.head (git-c8c94f0 2011-08-19 11-52-40 -0500)</div><div>My rtmp.conf.xml is </div><div><br></div><div><div>&lt;configuration name=&quot;rtmp.conf&quot; description=&quot;RTMP Endpoint&quot;&gt;</div>
<div>  &lt;profiles&gt;</div><div>        &lt;profile name=&quot;default&quot;&gt;</div><div>                &lt;settings&gt;</div><div>                        &lt;param name=&quot;bind-address&quot; value=&quot;<a href="http://0.0.0.0:1935">0.0.0.0:1935</a>&quot; /&gt;</div>
<div>                        &lt;param name=&quot;context&quot; value=&quot;public&quot; /&gt;</div><div>                        &lt;param name=&quot;dialplan&quot; value=&quot;XML&quot; /&gt;</div><div>                        &lt;!-- If this is set to true, no unauthenticated inbound calls will be allowed --&gt;</div>
<div>                        &lt;param name=&quot;auth-calls&quot; value=&quot;true&quot; /&gt;</div><div>                        &lt;!-- How much time should the clients buffer the media stream (miliseconds) --&gt;</div>
<div>                        &lt;param name=&quot;buffer-len&quot; value=&quot;50&quot; /&gt;</div><div>                        &lt;!-- Sets the maximum size of outbound RTMP chunks --&gt;</div><div>                        &lt;param name=&quot;chunksize&quot; value=&quot;512&quot; /&gt;</div>
<div>                &lt;/settings&gt;</div><div>        &lt;/profile&gt;</div><div>  &lt;/profiles&gt;</div><div>&lt;/configuration&gt;</div></div><div><br></div><div>However, I didn&#39;t see freeswitch listening on 1935 port and in fs_cli when I run </div>
<div>freeswitch &gt; rtmp status</div><div>It&#39;s showing unknown command.</div><div><br></div><div>My question is, is there anything else needed to get RTMP working? How to know which modules are loaded? </div><div>Thanks. </div>