Displaying 7 results from an estimated 7 matches for "weddle".
Did you mean:
meddle
2023 Nov 23
1
mediaplayer for icecast streams?
tor, 23 11 2023 kl. 00:14 +0000, skrev Weddle, Ben (Library):
> > Here's an example with vanilla JS (attached). I had a test file
> > lying
> > around and swapped your info in. You can change setInterval() to
> > fetch as often as you like (1000 = 1 second).
Thank you VERY much! It would have taken me days, if not...
2023 Nov 22
1
mediaplayer for icecast streams?
...vides an endpoint (/status-json.xsl) which returns JSON with various data, including "Now Playing". Here is a link to the documentation: https://www.icecast.org/docs/icecast-trunk/server_stats/
In your case it looks like it would be http://radio.protestbandet.dk:8000/status-json.xsl
Ben Weddle
-----Original Message-----
From: Icecast <icecast-bounces at xiph.org> On Behalf Of Thomas Jensen
Sent: Wednesday, November 22, 2023 5:48 AM
To: icecast at xiph.org
Subject: [Icecast] mediaplayer for icecast streams?
Attention: This email originated from a source external to Metro Governmen...
2023 Nov 23
1
mediaplayer for icecast streams?
Here's an example with vanilla JS (attached). I had a test file lying around and swapped your info in. You can change setInterval() to fetch as often as you like (1000 = 1 second).
Ben Weddle
-----Original Message-----
From: Icecast <icecast-bounces at xiph.org> On Behalf Of Railgun
Sent: Wednesday, November 22, 2023 5:49 PM
To: icecast at xiph.org
Subject: Re: [Icecast] mediaplayer for icecast streams?
Attention: This email originated from a source external to Metro Government....
2023 Nov 22
1
mediaplayer for icecast streams?
..._dump($jsonobj);
$arr1[]=json_decode($jsonobj[0], true);
echo '<strong>'.$arr1[0]['icestats']['source']['title'].'</strong>';
sleep(5);
}
?>
Can anyone help?
Thanks
--
Thomas Jensen, Denmark
ons, 22 11 2023 kl. 15:23 +0000, skrev Weddle, Ben (Library):
> Icecast provides an endpoint (/status-json.xsl) which returns JSON
> with various data, including "Now Playing". Here is a link to the
> documentation:
> https://www.icecast.org/docs/icecast-trunk/server_stats/
>
> In your case it looks like it would b...
2023 Nov 22
1
mediaplayer for icecast streams?
Hi
Hope this is not too off-topic here.
I want to implement a simple mediaplayer on my website where people can
listen to my radio stream.
I like simple, and the HTML <audio>-tag seems to work fine, so this is
perfect for me.?
But I would like to show the title of the current song playing. Is
there some simple javascript or php I can use, to get this information?
Or maybe a simple
2023 Nov 22
1
mediaplayer for icecast streams?
you can pull it with jQuery via javascript for example evry 10 seconds,
and update the informations you want, at least its the way i do it.
Am 23.11.2023 um 00:13 schrieb Thomas Jensen:
> Thank you, Ben!
>
> I was afraid it would be very complicated to get the information
> extracted, but it was very simple. My only problem now is to find a way
> to update the text on the
2024 Jan 26
1
Icecast stats
hi,
Icecast is really a great tool that is easy and quick to use even
without extreme technical skills, and I am very happy with it.
Works PERFECT !
But what about the... stats ?!
The stats seem very complex to extract and process, with code and
external solutions...
However, the needs are generally super simple: datetime, songs, IP in a
log file every 3 minutes and... that's it!
Why