Icecast is a streaming media project released as free software maintained by the Xiph.org Foundation. It also refers specifically to the server program which is part of the project. Live audio streams are commonly streamed using either icecast or SHOUTcast servers.
1
vote
2answers
42 views
OPUS source client for Icecast
I am looking for the source client that would let me stream the OPUS audio through the Icecast2 streaming server.
The problem currently is that I am trying to establish an "internet-radio" for ...
0
votes
0answers
20 views
Does Ezstream can send the incoming microphone audio?
I'm trying to connect Ezstream to the Icecast server, but i just have found information about sending a mp3 playlist. I wanna send the incoming audio from the microphone.
How should i do it if i ...
1
vote
0answers
78 views
Custom Shoutcast Server - Audio is Distorted After Client Buffers
So, I'm in the process of writing my own implementation of the Shoutcast protocol. It is going rather nicely. I have it completely written, and when my internet is good, and I don't have to pause to ...
0
votes
0answers
51 views
How to Create online radio management system with ruby on rails using icecast streaming server?
I am trying to build the online radio management system with Ruby on Rails. I am using Icecast streaming server for streaming audio. Please suggest architecture on radio management system or refer any ...
1
vote
0answers
47 views
Any way of streaming over Icecast with Node.js?
I'm looking for a way of streaming audio data in the form of float values over an icecast stream using nodejs or another similar framework. I've had a look at certain frameworks, but they all seem to ...
1
vote
1answer
60 views
php scrubbing a website for icecast listeners
can anyone help extract the current listener count from the link below using php
I have attached phph code below as well but it need to be modified
http://209.105.250.69:8382/
and the source is ...
0
votes
0answers
68 views
PHP Frontend Relay of an audio stream from an Internal Server
I was wondering if someone could help me with this. I have setup a KVM host with a bunch of virtual servers running on a private subnet with a few facing the internet. I would like to stream some ...
2
votes
1answer
279 views
PHP script to extract artist & title from Shoutcast/Icecast stream
I found a script which can extract the artist & title name from an Icecast or Shoutcast stream.
I want the script to update automatically when a song changed, at the moment its working only when i ...
0
votes
0answers
74 views
How can I get IceCast stream metadata in HTML5?
I have created an HTML5 web page that uses HtmlAudioElement to play an IceCast audio stream.
I would like to display Artist/Song information, which is sent as Metadata within the IceCast stream.
Can ...
0
votes
1answer
75 views
Streaming Icecast through flash
Hi my name is Tamer and this is very first post in stackoverflow as far as I know. :)
I've been searching this for an issue of mine for a while but haven't found any solutions yet. I want to forward ...
0
votes
1answer
142 views
How to detect if a icecast / shoutcast stream exists or not?
There are 5 streams on a website. I need to detect if these streams exist. If not, there are some audio files to play instead.
I'm using html5 to play the stream and stream urls look like this :
...
0
votes
1answer
87 views
How to retrieve HTTP headers from a stream in ffmpeg?
I'm currently makeing an audio streaming app on Android. I'm using Android NDK combined with ffmpeg to perform that it's working pretty well so far.
Right now I would like to retrieve the shoutcast ...
0
votes
1answer
142 views
icecast online radio , how to implement playlist and broadcasting from microphone input
I want to implement an online radio that will live in my own server and admin will have the option to select mp3 files just as they do in a media player play list. And admin will also be able to pause ...
1
vote
0answers
151 views
Broken live mp3 stream from Icecast using mediaelement.js
I'm using mediaelement.js to live stream our radio station in mp3 format from Icecast. All is fine, except for odd reports that the stream won't play in certain browsers. I've verified that it won't ...
1
vote
2answers
136 views
How to periodically run/refresh a PHP counter script on a server with no user interaction (if possible)
I've written a PHP script that gathers all the data from an IceCast stream and stores it in an array. I want to measure how many listeners the stream has ever five minutes. Is there a way to remotely ...
0
votes
2answers
192 views
Android HTTP request with specific port
I am trying to get the song title from a Shoutcast server. So, my idea was to do a little regexp on 7.html page of Shoutcast server, BUT I can't get simple HttpGet request to receive 7.html page. What ...
0
votes
0answers
29 views
Quick Icecast safety clarification
This should be an easy answer, but I just wanted to make sure of something before I do it, as I'm still dabbling in the server world.
I'm following this guide to setup my dedicated server to for ...
0
votes
1answer
306 views
Title of current icecast streamed song
i've readed some question,but not one solved me.
i've maked a simple client to read soundstream by icecast2 server.
i read sound sound with:
a = new WMPLib.WindowsMediaPlayer();
a.URL = ...
1
vote
1answer
303 views
How to encode live broadcast of the Local FM radio stations
We are in the midst of research stage for our coming web project. We would like to make a website that streams (all) the Local FM Radio Stations.
In research for the right tools to set up the said ...
1
vote
0answers
70 views
Ices2/Icecast error:
I installed Icecast2 and Ices2. I am trying to play an audio stream in the following manner:
/etc/ices2/ices-playlist.xml and
/etc/icecast2/icecast.xml at -> http://pastie.org/5686666
I am ...
0
votes
0answers
246 views
Phonegap icecast player! can't auto play
Hi everybody i have a littler problem with my phonegap application, everything works nice but i can't seen to make my app automatically play or stream the audio file unless i click on play!
How can i ...
3
votes
0answers
262 views
Streaming audio w/ metadata causes browsers to stop
We have an ogg vorbis stream from an icecast2 server. When the metadata is enabled within the stream, the stream will stop playing (though still connected to the server) when a new logical stream is ...
0
votes
2answers
242 views
Streaming Live Audio Through the Browser (HTML5??)
I've looked round for a few days now and can't seem to find anything.
What I'm looking to do is to take an audio source, from a single single microphone - ideally this will be done in the browser, I ...
0
votes
1answer
349 views
How to create an Icecast client like Butt
I need to create an Icecast client in C#. The main objective of this it's to send the incoming audio from two audio devices to be broadcast via Icecast.
When I was searching for some solution already ...
1
vote
2answers
154 views
How to broadcast to Icecast/SHOUTcast from a microcontroller? [closed]
I want to make my own streaming box. It only takes an audio input jack and broadcasts the audio to SHOUTcast/Icecast server infinitely.
I've made a lot of research, but I can't find if it's possible ...
0
votes
1answer
148 views
Firefox Streaming from Cache Instead of Live Stream
We built an internet radio streamer utilizing an icecast server streaming MP3 to Firefox via html5 audio tag. However, sometimes the streamer will stop for whatever reason (disconnection, etc) and ...
1
vote
1answer
230 views
Open socket connection with Icecast server on iOS
I am trying to create a source client for an Icecast server on iOS.
I believe I understand the protocol here Icecast 2: protocol description, streaming to it using C#
However, I am having trouble ...
0
votes
0answers
94 views
XSPF info fails to work under PHP 5.3
I have a call in my website to a remote live.xspf file which contains IceCast 2 stats from xspf.xsl file.
The stats were showing on the website and all was good but a few days ago my server host ...
1
vote
0answers
144 views
WP7 BackgroundAudioAgent: get Meta data from Icecast
I have a Windows Phone project that streams radio stations from an Icecast server.
I am using Background Audio Agent to play the streams.
The Icecast stream provides Track Title - Artist name as the ...
0
votes
0answers
180 views
Android AACPlayer, how to get metadata?
I writing a very simple application - radio stream player, in AAC format from Icecast server.
For my purposes, I use AACPlayer-Android.
But, I can't find any ability, to handle metadata information.
...
1
vote
1answer
385 views
Icecast stream source client iOS
I would like to use an iPhone as the audio source for an ICEcast stream.
1) is the AudioQueueInputCallback where I should be sending this stream?
2) I have been able to identify the protocol for ...
2
votes
3answers
372 views
icecast2. Two sources, same streaming
Is it posible to have 2 sources in the same mount point?
Example:
Source 1 (from S1 IP adress) sends music to IP Icecast2 server.
Source 2 (from S2 IP adress) sends voice to Ip Icecast2 server.
...
0
votes
0answers
74 views
MPMoviePlayerController metadata encoding
I have a simple question, about MPMoviePlayerController.
How can I set UTF8 encoding for retrieving metadata? My code is working, but it working ok only with english song names.
self.player = ...
1
vote
0answers
370 views
Audio Icecast Android Streaming(listening) in ogg/vorbis format
I need to make an app which can connect to an Icecast server to listen to a mountpoint in ogg/vorbis format. I have searched alot and find this.
But it doesnot give any way for Icecast streaming.
...
0
votes
0answers
136 views
Dropout streaming in Icecast broadcasting
I am trying to Boadcast Audio stream through Icecast2 and MuSe encoder. I have successfully installed them on an Ubuntu-machine.
I ran the MuSe to stream some ogg files with the following command in ...
3
votes
3answers
645 views
How do I extract streamed “now playing” data embedded in an Icecast audio (radio) stream on Samsung Smart-TV
I am creating a Samsung TV app for a radio station and they provide the "Now Playing" info within the Icecast stream. Is it possible to (and how do I) extract this information?
Thanks,
Martin
0
votes
1answer
260 views
python icecast/shoutcast stream proxy that add genre/song name/artist metadata?
I am listening to 3FM stream but unfortunately it does not provide music name/artist info in its aac/mp3/wma stream.
So I want to write a simple python proxy to add metadata to stream. The metadata ...
4
votes
1answer
596 views
Stream getUserMedia to an Icecast server?
Is there a way to stream the local blob created by webrtc's getUserMedia (vidio and audio) to an Icecast server, making it possible to live broadcast using HTML5?
Specifically in the following ...
-4
votes
1answer
1k views
IceCast Stats on website
I came across this php script to pull IceCast stats (listeners,current song) from my streaming server.
It was published here
Use PHP to show Icecast2 statistics
<?php
/*
* SCRIPT ...
2
votes
3answers
328 views
How to login a PHP script with another server via HTTP headers?
I'm trying to create a script that will login to an Icecast2 server and grab the metadata for the currently playing tracks. My issue is that the Icecast server is user/pass protected via basic HTTP ...
3
votes
0answers
103 views
Icecast triggers
I'm using icecast server + many butt clients to stream audio taken directly from pc microphones.
I would like to know if it does exists a way to execute a script when ANY mount point is added and not ...
1
vote
1answer
2k views
Play icecast with mp3 by html5
I have web base radio station which stream music by icecast server with mp3 codex.
http://live.liveradio.ir:8000/airtime_128
I can play it by VLC and other Player application.
Now I wanna play it in ...
0
votes
1answer
128 views
Icecast file not logging anymore
I'm encountering the following issue while using the following logrotate with icecast access.log :
File access.log stay at 0ko for a random time and don't log anything
Archived files ...
0
votes
0answers
163 views
java video applet to icecast
I'm putting together a HTML5 based webcast client, but ran into a catch with the webcam streaming. I currently use icecast to stream the video to the clients, but this has required a different source ...
1
vote
0answers
2k views
JWPlayer with ICEcast stream
<div id='mediaplayer'>Radioplayer will be in this DIV</div>
<script type="text/javascript">
jwplayer('mediaplayer').setup({
'flashplayer': './inc/player.swf',
'id': ...
0
votes
1answer
730 views
Restreaming with red5
I have 1 server running Red5 and about 5-6 other server running icecast2 as channel
Now i want to using Red5 to re-streaming from icecast2
When user request a content, Red5 will know that content ...
1
vote
1answer
474 views
IceCast on Windows server 2008R2
I cannot get any source clients to connect to an instance of IceCast on a Windows Server 2008R2. I've spent weeks looking for anything that might help, but there really isn't much in the way of ...
2
votes
0answers
387 views
Minimizing latency w/ web-based, live audio capture and broadcast
I'm having trouble achieving low latency when doing web based capture/recording of user audio (from microphone, line-in), then live broadcasting that audio out to our listeners. Essentially a web ...
1
vote
0answers
198 views
Icecast sourcing library which may be used in a commercial program?
I'm searching the net for an Icecast server sourcing library which I can use in my commercial program. Anything under LGPL, MIT or even a commercial license?
So far I was only able to find the ...
5
votes
2answers
956 views
Custom Metadata with Icecast
I need to add additional metadata to an Icecast stream (beyond Artist and Song Title). I've tried a number of ideas but none seems to yield anything. The situation is made more complicated in that the ...

