Added support for mod_rtmp (Real Time Messaging Protocol)
[openwrt/svn-archive/archive.git] / net / freeswitch / files / etc.packages / rtmp / autoload_configs / rtmp.conf.xml
1 <configuration name="rtmp.conf" description="RTMP Endpoint">
2 <profiles>
3 <profile name="default">
4 <settings>
5 <param name="bind-address" value="0.0.0.0:1935" />
6 <param name="context" value="public" />
7 <param name="dialplan" value="XML" />
8 <!-- If this is set to true, no unauthenticated inbound calls will be allowed -->
9 <param name="auth-calls" value="true" />
10 <!-- How much time should the clients buffer the media stream (miliseconds) -->
11 <param name="buffer-len" value="50" />
12 <!-- Sets the maximum size of outbound RTMP chunks -->
13 <param name="chunksize" value="512" />
14 </settings>
15 </profile>
16 </profiles>
17 </configuration>