<!DOCTYPE html>
<html>
  <head>
    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <p>This is about as simple as it can get. It worked earlier today. I
      added a couple lines, like sample rate and channels, it stopped
      working so I took them out, and now when I run it through
      /usr/bin/ezstream with the '-c' option, I get:</p>
    <p><br>
    </p>
    <p>ezstream[5609]: ezstream/shout.xml: world readable    # that's
      normal<br>
      ezstream[5609]: stream: default: no configuration</p>
    <p><br>
    </p>
    <p>Here's the XML, with passwords hidden:</p>
    <p><br>
    </p>
    <p><?xml version="1.0" encoding="UTF-8"?><br>
      <br>
      <ezstream><br>
      <br>
        <servers><br>
      <br>
          <server><br>
            <hostname>127.0.0.1</hostname><br>
            <password>****</password><br>
          </server><br>
      <br>
        </servers><br>
      <br>
        <streams><br>
      <br>
          <stream><br>
            <mountpoint>/broadband</mountpoint><br>
            <format>MP3</format><br>
            <name>ShoutOut Radio with Andy Shilton  and Steffi
      Barnett</name><br>
          </stream><br>
      <br>
        </streams><br>
      <br>
        <intakes><br>
      <br>
          <intake><br>
           
      <filename>/home/tgvpadmin/ezstream/shout.m3u</filename><br>
            <stream_once>Yes</stream_once><br>
          </intake><br>
      <br>
        </intakes><br>
      <br>
      </ezstream><br>
    </p>
    <p><br>
    </p>
    <p>The problem seems to be with the <name> XML directive. I
      thought that if it is added to the <server> block, the name
      of the stream could be displayed in a player. I think the problem
      comes up if the contents of the server name in that directive is
      more than one word--i.e., contains spaces. I removed it, and the
      player again shows "no name" where I would expect to see one. How
      then does this work? I want to display my station name in this
      name field like I could with an older version of ezstream.<br>
    </p>
  </body>
</html>