[xiph-commits] r18801 - icecast/trunk/icecast/doc
ph3-der-loewe at svn.xiph.org
ph3-der-loewe at svn.xiph.org
Sat Feb 23 16:17:45 PST 2013
Author: ph3-der-loewe
Date: 2013-02-23 16:17:45 -0800 (Sat, 23 Feb 2013)
New Revision: 18801
Modified:
icecast/trunk/icecast/doc/icecast2_listenerauth.html
Log:
updated docs, added additional POST data, see #1422
Modified: icecast/trunk/icecast/doc/icecast2_listenerauth.html
===================================================================
--- icecast/trunk/icecast/doc/icecast2_listenerauth.html 2013-02-23 23:25:52 UTC (rev 18800)
+++ icecast/trunk/icecast/doc/icecast2_listenerauth.html 2013-02-24 00:17:45 UTC (rev 18801)
@@ -125,7 +125,7 @@
</p>
<p>POST details are</p>
<pre>
- action=listener_add&server=myserver.com&port=8000&client=1&mount=/live&user=&pass=&ip=127.0.0.1&agent="My%20player"
+ action=listener_add&server=myserver.com&port=8000&client=1&mount=/live&user=&pass=&ip=127.0.0.1&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&server=myserver.com&port=8000&client=1&mount=/live&user=&pass=&duration=3600
+ action=listener_remove&server=myserver.com&port=8000&client=1&mount=/live&user=&pass=&duration=3600&ip=127.0.0.1&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