<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;">Hello all,<br><br>Any body knows how to adjust the rtmp?<br><br>When i try to place a call and give 1000@serverip, I can see the call in fs_cli. However, it says <br><br>freeswitch@internal> 2012-02-07 19:01:32.972040 [DEBUG] rtmp.c:869 [chunk_stream=3 type=0x14 ts=12247591 stream_id=0x0] len=58<br>2012-02-07 19:01:32.972040 [DEBUG] rtmp.c:170 [amfnumber=3] Got INVOKE for makeCall<br>2012-02-07 19:01:32.972040 [WARNING] rtmp_sig.c:296 Unauthorized call to sip:1000@serverip.com, client is not logged in.<br><br>How can i make the client log in?<br>I have the following in the autoconfig/rtmp.conf.xml. <br><br><br><configuration name="rtmp.conf" description="RTMP Endpoint"><br> <profiles><br> <profile name="default"><br> <settings><br>
<param name="bind-address" value="0.0.0.0:1935" /><br> <param name="context" value="sipinterface_1" /><br> <param name="dialplan" value="XML" /><br> <!-- If this is set to true, no unauthenticated inbound calls will be allowed --><br> <param name="auth-calls" value="false" /><br> <!-- How much time should the clients buffer the media stream (miliseconds) --><br> <param name="buffer-len" value="50" /><br> <!-- Sets the maximum size of outbound RTMP chunks --><br>
<param name="chunksize" value="512" /><br> </settings><br> </profile><br> </profiles><br></configuration><br><br>any help is appreciated<br><br>thank you<br><br>regards,<br>Sherif Omran<br><br><br></td></tr></table>