[Freeswitch-users] rtmp help
Sherif Omran
sherifomran2000 at yahoo.com
Tue Feb 7 22:03:17 MSK 2012
Hello all,
Any body knows how to adjust the rtmp?
When i try to place a call and give 1000 at serverip, I can see the call in fs_cli. However, it says
freeswitch at internal> 2012-02-07 19:01:32.972040 [DEBUG] rtmp.c:869 [chunk_stream=3 type=0x14 ts=12247591 stream_id=0x0] len=58
2012-02-07 19:01:32.972040 [DEBUG] rtmp.c:170 [amfnumber=3] Got INVOKE for makeCall
2012-02-07 19:01:32.972040 [WARNING] rtmp_sig.c:296 Unauthorized call to sip:1000 at serverip.com, client is not logged in.
How can i make the client log in?
I have the following in the autoconfig/rtmp.conf.xml.
<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="sipinterface_1" />
<param name="dialplan" value="XML" />
<!-- If this is set to true, no unauthenticated inbound calls will be allowed -->
<param name="auth-calls" value="false" />
<!-- 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>
any help is appreciated
thank you
regards,
Sherif Omran
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120207/fb86746c/attachment-0001.html
Join us at ClueCon 2011 Aug 9-11, 2011
More information about the FreeSWITCH-users
mailing list