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
e8b041aa
Commit
e8b041aa
authored
Sep 28, 2018
by
Philipp Schafft
🦁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update: Removed icecast_urlauth.xml.in
parent
895bd2f2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
53 deletions
+3
-53
conf/Makefile.am
conf/Makefile.am
+3
-6
conf/icecast_urlauth.xml.in
conf/icecast_urlauth.xml.in
+0
-47
No files found.
conf/Makefile.am
View file @
e8b041aa
## Process this with automake to create Makefile.in
EXTRA_DIST
=
icecast.xml.in icecast_minimal.xml.in icecast_shoutcast_compat.xml.in
icecast_urlauth.xml.in
DISTCLEANFILES
=
icecast.xml.dist icecast_minimal.xml.dist icecast_shoutcast_compat.xml.dist
icecast_urlauth.xml.dist
EXTRA_DIST
=
icecast.xml.in icecast_minimal.xml.in icecast_shoutcast_compat.xml.in
DISTCLEANFILES
=
icecast.xml.dist icecast_minimal.xml.dist icecast_shoutcast_compat.xml.dist
docdir
=
$(datadir)
/
$(PACKAGE)
/doc
doc_DATA
=
icecast.xml.dist icecast_minimal.xml.dist icecast_shoutcast_compat.xml.dist
icecast_urlauth.xml.dist
doc_DATA
=
icecast.xml.dist icecast_minimal.xml.dist icecast_shoutcast_compat.xml.dist
install-data-hook
:
$(mkinstalldirs)
$(DESTDIR)$(sysconfdir)
...
...
@@ -24,9 +24,6 @@ icecast_minimal.xml.dist: $(srcdir)/icecast_minimal.xml.in
icecast_shoutcast_compat.xml.dist
:
$(srcdir)/icecast_shoutcast_compat.xml.in
$(edit)
$(srcdir)
/icecast_shoutcast_compat.xml.in
>
icecast_shoutcast_compat.xml.dist
icecast_urlauth.xml.dist
:
$(srcdir)/icecast_urlauth.xml.in
$(edit)
$(srcdir)
/icecast_urlauth.xml.in
>
icecast_urlauth.xml.dist
debug
:
$(MAKE)
all
CFLAGS
=
"@DEBUG@"
...
...
conf/icecast_urlauth.xml.in
deleted
100644 → 0
View file @
895bd2f2
<icecast>
<!-- This is a simple example of using the url authenticator. -->
<limits>
<clients>100</clients>
<sources>2</sources>
<queue-size>524288</queue-size>
<client-timeout>30</client-timeout>
<header-timeout>15</header-timeout>
<source-timeout>10</source-timeout>
<burst-size>65535</burst-size>
</limits>
<authentication>
<source-password>hackme</source-password>
<relay-password>hackme</relay-password>
<admin-user>admin</admin-user>
<admin-password>hackme</admin-password>
</authentication>
<hostname>localhost</hostname>
<listen-socket>
<port>8000</port>
</listen-socket>
<mount>
<mount-name>/auth_example.ogg</mount-name>
<authentication type="url">
<option name="mount_add" value="http://myauthserver.net/action.php"/>
<option name="mount_remove" value="http://myauthserver.net/action.php"/>
<option name="listener_add" value="http://myauthserver.net/action.php"/>
<option name="listener_remove" value="http://myauthserver.net/action.php"/>
</authentication>
</mount>
<fileserve>1</fileserve>
<paths>
<basedir>@pkgdatadir@</basedir>
<logdir>@localstatedir@/log/@PACKAGE@</logdir>
<webroot>@pkgdatadir@/web</webroot>
<adminroot>@pkgdatadir@/admin</adminroot>
<alias source="/" destination="/status.xsl"/>
</paths>
<logging>
<accesslog>access.log</accesslog>
<errorlog>error.log</errorlog>
<loglevel>3</loglevel> <!-- 4 Debug, 3 Info, 2 Warn, 1 Error -->
</logging>
<security>
<chroot>0</chroot>
</security>
</icecast>
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