• hi there
    don’t know if you still working on this or not but i have run into a small snag
    set it up ok and shows up fine, but when i click it to play it wants to go to localhost instead of the url

    any help would be appreciated as i really like this plugin
    Roger

Viewing 1 replies (of 1 total)
  • Plugin Author wgalway

    (@wgalway)

    Hello,

    You probably have the default hostname of localhost in your icecast.xml.
    Please see my configuration below.

    <!– This is the hostname other people will use to connect to your server.
    It affects mainly the urls generated by Icecast for playlists and yp
    listings. –>
    <hostname>myers.galwayland.com</hostname>
    <location>U.S.A</location>
    <!– You may have multiple <listener> elements –>
    <listen-socket>
    <port>8000</port>
    <!– <bind-address>127.0.0.1</bind-address> –>
    <!– <shoutcast-mount>/stream</shoutcast-mount> –>
    </listen-socket>

    The link you click is created by reading the following element in your stats page “https://yourhostnamehere:8000/admin/stats&#8221; from your server.
    <listenurl>https://myers.galwayland.com:8000/ices</listenurl&gt;

Viewing 1 replies (of 1 total)
  • The topic ‘2017 try’ is closed to new replies.