https stream not coming through to Internet Radio directory

Strictly House

New Member
Hi chaps,

Hoping that someone can help identify a problem we're having with the Internet Radio directory and yp settings. We are being listed correctly OK, but the directory is trying to play the http stream (doesn't work), instead of the https stream. Even though the https stream is being shown on the directory page. Behind the scenes you can see the stream is http. The same problem is happening over at Xiph directory too.

The only place I can see where this is updated is in the icecast.xml file:

Code:
<mount>
        <mount-name>/stream</mount-name>
        <charset>UTF8</charset>
        <stream-name>HearMe.fm - Strictly House - Live</stream-name>
        <stream-url>https://radio.hearme.fm:8020/stream</stream-url>
        <fallback-mount>/autodj</fallback-mount>
        <fallback-override>1</fallback-override>
    </mount>

Any ideas? It would be nice for listeners to be able to tune in from these places.

Screenshot 2025-02-19 at 11.49.39.png
Screenshot 2025-02-19 at 11.46.55.png
 
Unfortunately this is an Icecast bug. It doesn't return a https listen url, only http. Your server is posting http://radio.hearme.fm:9250/stream to our YP which in turn is used in the directory. Apparently its being fixed in the next release but nothing is forthcoming unfortunately. We have some changes planned which will allow us to implement a manual fix for this but we're not there yet unfortunately.
 
Top