Displaying 3 results from an estimated 3 matches for "matrimble".
Did you mean:
matricule
2016 Aug 19
1
Icecast Digest, Vol 146, Issue 7
...ding to Icestats Available Raw Data (Mark Trimble)
> 2. Re: Adding to Icestats Available Raw Data (Philipp Schafft)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Thu, 18 Aug 2016 11:38:26 -0400
> From: Mark Trimble <matrimble at gmail.com>
> To: Icecast at xiph.org
> Subject: [Icecast] Adding to Icestats Available Raw Data
> Message-ID:
> <CAJbPme1C0F5GF5OxjGH1Hf14KSBncRxSMCiUBhOK4kh96VLLWA at mail.
> gmail.com>
> Content-Type: text/plain; charset="utf-8"
>
> Is there a...
2016 Aug 18
1
Adding to Icestats Available Raw Data
Is there a way to add additional metadata fields to icestats in such a way
as to be accessible to stats-json.xsl? In particular I am interested in
adding "album" and "year".
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.xiph.org/pipermail/icecast/attachments/20160818/6bbd1420/attachment.html>
2016 Jun 23
1
Icecast Digest, Vol 144, Issue 2
This is what I use. It's very, very simple, but serves my purposes as a way
to get to my streams from any browser.
<!DOCTYPE html>
<title>Stream Title</title>
<head>
<style>
html, body {
margin: 0;
padding: 0;
width: 100%;
height: 100%;
display: table;
background-color: #000000;
}
#content {
display: table-cell;
text-align: center;
vertical-align: middle;
}