Displaying 20 results from an estimated 60000 matches similar to: "about icecast api"
2023 Nov 22
1
mediaplayer for icecast streams?
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 webpage. I was hoping sleep(5) could do the
trick, but it does not work.
<?php
if (1) {
$jsonobj=file("http://radio.protestbandet.dk:8000/status-json.xsl");
//var_dump($jsonobj);
2023 Nov 22
1
mediaplayer for icecast streams?
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 be http://radio.protestbandet.dk:8000/status-json.xsl
Ben Weddle
-----Original Message-----
From: Icecast <icecast-bounces at xiph.org> On
2004 Aug 06
3
Play music for a link
Hello!
Please, I would like to know how I can play music by link of the my
web-site...
My radio is: http://200.206.207.221:8000
The link, this:
<embed type="application/x-mplayer2" ID="MediaPlayer"
Name="MediaPlayer" WIDTH="127" HEIGHT="16"
src="http://200.206.207.221:8000" autostart="1" transparentatstart="1"
2004 Aug 06
0
Play music for a link
hmmm, that looks like an embedded script for windows media player, am i
correct?
<p><p><p>Dave St John
CEO Mediacast1
www.mediacast1.com
----- Original Message -----
From: "Tiago Cruz" <tiagocruz@linuxdicas.com.br>
To: <icecast@xiph.org>
Sent: Friday, September 19, 2003 7:01 AM
Subject: [icecast] Play music for a link
<p>> Hello!
>
>
2014 Jun 20
1
Android Java source for icecast streaming
Thank you. That's a nice looking radio app.
On that link below, I only see links to download pre-compiled APK files (apps). Are there links to the actual source code available?
Date: Fri, 20 Jun 2014 10:36:58 +0200
From: sardylan at gmail.com
To: icecast-dev at xiph.org
Subject: Re: [Icecast-dev] Android Java source for icecast streaming
Hi jSelbie,
try to have a look to
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
2013 Jul 24
2
IceCast Android MediaPlayer support
Thanks.
In http://developer.android.com/about/versions/android-2.2-highlights.html-
there is a support for HTTP progressive streaming. Does this mean that
IceCast is only Android-ready from 2.2?
I've tried some hours ago on Android 2.1 tablet and the app crashes at
start (couldn't find the reason yet). The same app works in 2.3.5.
Thanks, I can extract tags by IcyStreamMeta class.
Is there
2014 Jun 20
0
Android Java source for icecast streaming
Rewriting everything is not necessary. I have a working solution for
metadata extraction, that still relies on MediaPlayer, I can license it for
a fair price.
I am using it here: http://radiofonia.net/android
Marcin
20 cze 2014 06:59 "John Selbie" <jselbie at hotmail.com> napisa?(a):
> Greetings,
>
> tl;dr - I'm looking for sources to an Android Icecast client
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
2014 Jun 20
0
Android Java source for icecast streaming
Hi jSelbie,
try to have a look to https://code.google.com/p/unicaradio-apps/.
Our developer created an app that obtain metadata by splitting icecast
stream and rebuilding it without metadata.
2014-06-20 6:59 GMT+02:00 John Selbie <jselbie at hotmail.com>:
> Greetings,
>
> tl;dr - I'm looking for sources to an Android Icecast client written in
> Java.
>
> long
2006 Feb 07
5
Re: ices0.4: icecast mp3 stream for source ?
thank you, for your fast answer. my problem with ogg is, that the
mediaplayer don?t understand it. a lot of users are using ms mediaplayer
unfortunately.
greets
Geoff Shang schrieb:
> Carsten Henkel wrote:
>
>> we would like to use IceCast 2.3.1 as a mp3 streamer source for
>> reencoding several sources of ices 0.4.
>>
>> It is working perfectly already by using
2014 Jun 20
4
Android Java source for icecast streaming
Greetings,
tl;dr - I'm looking for sources to an Android Icecast client written in Java.
long summary:
I maintain an open source Android app (WREK Online) that plays the live mp3 stream from the station's Icecast server.
Using the built in MediaPlayer class that is part of the Android SDK works OK. As a developer, I just give it the streaming URL of the Icecast server, hook up a few
2017 Mar 20
1
Icecast Digest, Vol 153, Issue 3
Can you please unsubscribe me from your emails.
John Dohnt
support at psrfm.org.au
-----Original Message-----
From: Icecast [mailto:icecast-bounces at xiph.org] On Behalf Of icecast-request at xiph.org
Sent: Monday, 20 March 2017 10:42 AM
To: icecast at xiph.org
Subject: Icecast Digest, Vol 153, Issue 3
Send Icecast mailing list submissions to
icecast at xiph.org
To subscribe or unsubscribe
2004 Aug 06
2
Slow icecast loopback
There is no Debian stable package and our radio is in production... It's
not a good idea to switch without a test phase and I don't think that
it's going to correct the problem.
Michael Smith wrote:
>On Tuesday 16 September 2003 15:52, EISELE Pascal wrote:
>
>
>>Hi,
>>
>>I'm using Icecast 1,3,12 under Debian GNU/Linux. When I use my local IP
2013 Jul 24
2
IceCast Android MediaPlayer support
Hello.
What is the official info about IceCast Android MediaPlayer support?
2015 Sep 29
2
Delay playing some streams on Android
2015 Sep 30
0
Delay playing some streams on Android
I suppose you were pointing me towards the "burst-size" setting, but it's not totally clear. Please correct me if you meant something else.
I increased the burst-size to 131072 bytes, or 128 kibibytes. My Android app now plays the stream without much delay. I still don't know why I didn't notice this problem in an Android emulator.
Thanks for the pointer.
From:
2015 Sep 29
1
Delay playing some streams on Android
I'm writing an Android app to play streams. ?I use the standard Android "MediaPlayer" library to play streams. ?I've noticed that some streams start playing without much delay (MPR), but others take quite a while to start (WFMU). ?The only thing changing in my code is the URI of the Icecast mountpoint. ?My test device is a Nexus 5 running Android 5.1.1.
2007 Nov 29
5
Dynamic JS or RJS ?
Hi,
while I search the net for hints I leave this here, probably you will be
faster than me finding an answer.
The next:
I have a static site where I embed a player using an external js
The html:
<script type="text/javascript"
src="http://www.mysite.com/scripts/player.js"></script>
The JS:
if(navigator.userAgent.indexOf("Opera")!=-1){
2004 Aug 06
4
Icecast embeddable ?
Hello all,
I'm quit new to icecast, but I have project dealing with streaming (currently
only audio) for web radio, and I would love to use the icecast protocol as it
already has everything I need.
But, In order to be usable for us, we need to be able to 'embed' the icecast
server (in a dll or statically) in our program, and control it programatically.
We need his to reconfigure the