]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
add conf
authorAnthony Minessale <anthm@freeswitch.org>
Mon, 13 Jun 2011 18:19:43 +0000 (13:19 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Mon, 13 Jun 2011 18:19:43 +0000 (13:19 -0500)
conf/autoload_configs/rtmp.conf.xml [new file with mode: 0644]

diff --git a/conf/autoload_configs/rtmp.conf.xml b/conf/autoload_configs/rtmp.conf.xml
new file mode 100644 (file)
index 0000000..92afbc6
--- /dev/null
@@ -0,0 +1,17 @@
+<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="public" />
+                       <param name="dialplan" value="XML" />
+                       <!-- If this is set to true, no unauthenticated inbound calls will be allowed -->
+                       <param name="auth-calls" value="true" />
+                       <!-- How much time should the clients buffer the media stream (miliseconds) -->
+                       <param name="buffer-len" value="500" />
+                       <!-- Sets the maximum size of outbound RTMP chunks -->
+                       <param name="chunksize" value="512" />
+               </settings>
+       </profile>
+  </profiles>
+</configuration>