<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
    <title>RSAS - Rocket Streaming Audio Server</title>
    <link rel="stylesheet" type="text/css" href="/css/icecast-status-style.css"/>
    <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes"/>
</head>
<body><h1 id="header">RSAS Status</h1>

<!--
Hi Developers!
Please don't try to parse this XML/HTML document, as it is not a stable interface and the format
may change in the future, breaking your app.
For stats on all streams, we recommend getting JSON from /health or /mount/health instead.
For metadata on an individual stream, you can use /mount/metadata with HTML5 EventSource to receive
instant metadata updates via push events.
For the history of recently played tracks, check out /mount/metadata-history.

For more information on these APIs and more, please check out the RSAS manual:
https://www.rocketbroadcaster.com/streaming-audio-server/docs
-->

<div id="menu">
    <ul>
        <li><a href="">Administration</a></li>
        <li><a href="/status.xsl">Server
            Status</a></li>
        <li><a href="/server_version.xsl">Version</a>
        </li>
    </ul>
</div>

    

<div id="footer">
    Visit the <a href="https://www.rocketbroadcaster.com/streaming-audio-server">Rocket Streaming Audio Server (RSAS)</a> website.</div>
</body>
</html>
