Hi, <div><br></div><div>I'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><configuration name="rtmp.conf" description="RTMP Endpoint"></div>
<div> <profiles></div><div> <profile name="default"></div><div> <settings></div><div> <param name="bind-address" value="<a href="http://0.0.0.0:1935">0.0.0.0:1935</a>" /></div>
<div> <param name="context" value="public" /></div><div> <param name="dialplan" value="XML" /></div><div> <!-- If this is set to true, no unauthenticated inbound calls will be allowed --></div>
<div> <param name="auth-calls" value="true" /></div><div> <!-- How much time should the clients buffer the media stream (miliseconds) --></div>
<div> <param name="buffer-len" value="50" /></div><div> <!-- Sets the maximum size of outbound RTMP chunks --></div><div> <param name="chunksize" value="512" /></div>
<div> </settings></div><div> </profile></div><div> </profiles></div><div></configuration></div></div><div><br></div><div>However, I didn't see freeswitch listening on 1935 port and in fs_cli when I run </div>
<div>freeswitch > rtmp status</div><div>It'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>