<html>
  <head>
    <title>Blinker - Player</title>
  </head>
  <body>
    <h1>Blinker - Player</h1>
    <p>
      The player module plays Blinken movies from a playlist.
    </p>
    <h2>Configuration</h2>
    <p>
      The configuration of the player module with name <code>NAME</code>
      is located in the <code>players/NAME</code> subdirectory.
    </p>
    <h3>Playlist</h3>
    <p>
      The playlist contains all movies in the subdirectory
      <code>playlist</code>.
      The movies are played in alphanumerical order.
    </p>
    <h3>Output Stream</h3>
    <p>
      The file <code>outstream</code> contains the name of the stream to
      send the frames to.
    </p>
  </body>
</html>