Module: sems
Branch: master
Commit: 9dc42d7a7155f1c5c93e60358b8d7318e7d4f6d6
URL:    
http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=9dc42d7a7155f1c5c93e60358b8d7318e7d4f6d6

Author: Raphael Coeffic <[email protected]>
Committer: Raphael Coeffic <[email protected]>
Date:   Wed Sep 21 16:26:16 2011 +0200

rtmp: added example config file.

---

 apps/rtmp/etc/rtmp.conf |   41 +++++++++++++++++++++++++++++++++++++++++
 1 files changed, 41 insertions(+), 0 deletions(-)

diff --git a/apps/rtmp/etc/rtmp.conf b/apps/rtmp/etc/rtmp.conf
new file mode 100644
index 0000000..158f8f2
--- /dev/null
+++ b/apps/rtmp/etc/rtmp.conf
@@ -0,0 +1,41 @@
+#
+# RTMP Gateway example configuration
+#
+
+# optional parameter: listen_address=<ip_address>|<device>
+# 
+# Address or device the RTMP server should listen to.
+#
+# Examples: 
+#  listen_address=10.0.0.34
+
+# optional parameter: listen_port=<port>
+# 
+# Port number the RTMP server should listen to.
+#
+# Examples: 
+#  listen_port=1995
+
+# optional parameter: from_name=<display name>
+# 
+# Display name to use in the From-HF for outbound calls.
+#
+# Examples: 
+#  from_name=RTMP Gateway
+
+# optional parameter: from_domain=<domain>
+# 
+# Domain to use in the From-HF for outbound calls.
+# If not set, this defaults to the local IP address
+# of the outbound interface.
+#
+# Examples: 
+#  from_name=example.com
+
+# optional parameter: implicit_registrar=<fqdn>|<ip_address>
+# 
+# If set, each 'register' call on the flash API will also
+# trigger a registration to that registrar (without any credentials).
+#
+# Examples: 
+#  from_name=mylocalregistrar.com

_______________________________________________
Semsdev mailing list
[email protected]
http://lists.iptel.org/mailman/listinfo/semsdev

Reply via email to