[xiph-commits] r18803 - icecast/branches/ph3/icecast/doc

ph3-der-loewe at svn.xiph.org ph3-der-loewe at svn.xiph.org
Sat Feb 23 16:42:56 PST 2013


Author: ph3-der-loewe
Date: 2013-02-23 16:42:56 -0800 (Sat, 23 Feb 2013)
New Revision: 18803

Modified:
   icecast/branches/ph3/icecast/doc/icecast2_config_file.html
   icecast/branches/ph3/icecast/doc/icecast2_listenerauth.html
Log:
sync with master

Modified: icecast/branches/ph3/icecast/doc/icecast2_config_file.html
===================================================================
--- icecast/branches/ph3/icecast/doc/icecast2_config_file.html	2013-02-24 00:41:15 UTC (rev 18802)
+++ icecast/branches/ph3/icecast/doc/icecast2_config_file.html	2013-02-24 00:42:56 UTC (rev 18803)
@@ -478,6 +478,7 @@
 <h4>dump-file</h4>
 <div class="indentedbox">
 An optional value which will set the filename which will be a dump of the stream coming through on this mountpoint.
+This filename is processed with strftime(3). This allows to use variables like %F.
 </div>
 <h4>intro</h4>
 <div class="indentedbox">

Modified: icecast/branches/ph3/icecast/doc/icecast2_listenerauth.html
===================================================================
--- icecast/branches/ph3/icecast/doc/icecast2_listenerauth.html	2013-02-24 00:41:15 UTC (rev 18802)
+++ icecast/branches/ph3/icecast/doc/icecast2_listenerauth.html	2013-02-24 00:42:56 UTC (rev 18803)
@@ -125,7 +125,7 @@
 </p>
 <p>POST details are</p>
 <pre>
-    action=listener_add&amp;server=myserver.com&amp;port=8000&amp;client=1&amp;mount=/live&amp;user=&amp;pass=&amp;ip=127.0.0.1&amp;agent="My%20player"
+    action=listener_add&amp;server=myserver.com&amp;port=8000&amp;client=1&amp;mount=/live&amp;user=&amp;pass=&amp;ip=127.0.0.1&amp;agent=My%20player
 </pre>
 <p>There are more details with this, client is the unique ID for the client within icecast,
 user and pass may be blank but come from the HTTP basic auth that the listener states, ip
@@ -138,7 +138,7 @@
 <p>This URL is for when a listener connection closes.</p>
 <p>POST details are</p>
 <pre>
-    action=listener_remove&amp;server=myserver.com&amp;port=8000&amp;client=1&amp;mount=/live&amp;user=&amp;pass=&amp;duration=3600
+    action=listener_remove&amp;server=myserver.com&amp;port=8000&amp;client=1&amp;mount=/live&amp;user=&amp;pass=&amp;duration=3600&amp;ip=127.0.0.1&amp;agent=My%20player
 </pre>
 <p>Again this is similar to the add option, the difference being that a duration is passed
 reflecting the number of seconds the listener was connected for </p>



More information about the commits mailing list