1
0

In icecast.xml set listen-port to 8000.

This commit is contained in:
Alexander Andreev 2023-10-09 00:34:44 +04:00
parent c43bd5ea92
commit b76d861ab6
Signed by: Arav
GPG Key ID: D22A817D95815393

View File

@ -27,7 +27,7 @@
</directory> </directory>
<listen-socket> <listen-socket>
<port>8001</port> <port>8000</port>
<bind-address>127.0.0.1</bind-address> <bind-address>127.0.0.1</bind-address>
</listen-socket> </listen-socket>