Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Xiph.Org
Icecast-Server
Commits
3215c47a
Commit
3215c47a
authored
Feb 24, 2013
by
Philipp Schafft
🦁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated docs, added additional POST data, see
#1422
svn path=/icecast/trunk/icecast/; revision=18801
parent
1f833eb2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
doc/icecast2_listenerauth.html
doc/icecast2_listenerauth.html
+2
-2
No files found.
doc/icecast2_listenerauth.html
View file @
3215c47a
...
...
@@ -125,7 +125,7 @@ unless the auth server sends back a response header which may be stated in the '
</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 @@ note that each option data is escaped before being passed via POST
<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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment