[Icecast] listen URL is incorrect

webmaster at berean-biblechurch.org webmaster at berean-biblechurch.org
Sat Mar 2 22:13:24 UTC 2019


I'm running a TLS secured Icecast 2.4.4 on Windows server.  It streams
across the Internet fine. 

My config XML has: 

<hostname>stream.myserver.org</hostname> 

 <listen-socket>
        <port>443</port>
    <bind-address>192.168.1.35</bind-address>
        <ssl>1</ssl>
    </listen-socket>
    <listen-socket>
        <port>8000</port>
        <bind-address>127.0.0.1</bind-address>
    </listen-socket> 

But, on the admin page, the listen URL is missing the HTTPS.  The server
URL is correct. 

listenurl
http://stream.myserver.org:443/live.mp3
server_url
https://stream.myserver.org/live.mp3 

How can I correct this? 

Also, the documentation
(https://icecast.org/docs/icecast-trunk/config_file/) says the tag for a
TLS connection is <tls>, but I could never get that to work.  I could
get only the tag <ssl> to work. 

Thanks, 

Justin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.xiph.org/pipermail/icecast/attachments/20190302/b4bfb065/attachment.htm>


More information about the Icecast mailing list