The icecast tag has no wiki summary.
4
votes
1answer
284 views
MediaElement and AAC stream support on Windows Phone 7
According to this link the Windows Phone 7 supports the AAC encoded audio stream in the browser and via the MediaElement API as well. We have tested few the icecast streams (e.g. this) it on our ...
4
votes
3answers
487 views
Internet Radio player component for Delphi/C++Builder
I'm looking for an Internet Radio player (SHOUTcast/IceCast) component for Delphi/C++Builder. Does such a thing exist? ActiveX component OK too.
Thanks.
3
votes
2answers
29 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 ...
3
votes
1answer
387 views
Icecast 2: protocol description, streaming to it using C#
I need to write an Icecast 2 client that will be able to stream audio from the computer (mp3-files, soundcard recording and so forth) to the server. I decided to write such a client on C#.
Two ...
3
votes
4answers
9k views
How could I play a shoutcast/icecast stream using HTML5?
Is it possible to play a shoutcast/icecast stream using HTML5?
If so, how should I implement it?
2
votes
2answers
221 views
GoogleTV (3.1) - streaming audio supported in MediaPlayer?
I'm migrating some existing Android code to GoogleTV, and I cannot get any HTTP audio streams (Icecast/Shoutcast) to play in a MediaPlayer object. Setting an Icecast URI as the data source for the ...
2
votes
1answer
519 views
creating multiple audio streams of an icecast2 server using python-shout
I am trying to create a web radio server to stream 3 sources at once. I am using python to create a source client for icecast2 using the python-shout library. I am not too familiar with the language ...
2
votes
3answers
2k views
Play a Shoutcast Stream on iPhone with HTML5
I know this question is already asked in past, but i finally found no answer....
So I got a shoutcast stream, encoding audio/mpeg and I want create a web-app for my iphone to listen to my stream ...
2
votes
4answers
832 views
How can I playback an audio stream from a Icecast on WP7
How can I playback an audio stream from a Icecast on WP7
I have tried SMF, SmoothStreaming Client and the MediaElement.
None of these have worked. The formats are either asx or and wma.
Edit:
...
2
votes
1answer
372 views
How to stream music to an Icecast server using C#?
I'm trying to find a way to send music to an IceCast server and retrieve the URL related to it. I downloaded BASS.NET API, but I don't understand ANYTHING ! Did someone already used it, or have a not ...
2
votes
0answers
487 views
Stream Java audio to an icecast/shoutcast server? Pipes and stdin?
I'm using a java music library called JavaMod. I want to stream the output of the java audio system to a shoutcast server.
"ezstream" is a command line tool that accept stdin and encode/stream it to ...
1
vote
1answer
77 views
Broadcast to Icecast / SHOUTcast with Objective-C, C, or C++
I want to provide audio data into SHOUTcast or Icecast servers without using their own broadcaster, since i will be using this on various platforms including mobile.
I need protocol descriptions, ...
1
vote
0answers
117 views
NetStream Info Returning 0's (Icecast Stream)
I've searched high and low for a fix to this issue, but cannot find ANYTHING on why almost all the properties are being returned as 0.
I am using FLV wrapping to pull a live audio stream from Icecast ...
1
vote
0answers
21 views
how can I enable CRCs in EZstream or FFMPEG?
I want to detect a corrupt MP3 stream, the encoder is using CRC.
How can I enable CRC?. I want to be able to read through the headers of each frame to find the CRC, and then run it on the audio ...
1
vote
2answers
76 views
how can I scan live mp3 streams for their sample rate?
I am new to FFMPEG and I am suppose to scan all of my files for sample rate. I am not sure as to what this is because I am new to this and don't know how to even get started with FFMPEG's scanning. ...
1
vote
1answer
66 views
How can I monitor an mp3 live stream to detect corruption?
Once a month the mp3 streams messes up and the only way to tell it has messed up is by listening to it as it streams. Is there a script or program or tool I can use to monitor the live streams at a ...
1
vote
1answer
169 views
Bandwidth for audio stream for the mobile client
1/ I would like to know if I am computing (with rough precision) the bandwidth for MP3/AAC audio stream correctly. Parameters of the stream are:
Sample rate: 44100,
Bitrate: 128bit
Channels: 2,
...
1
vote
1answer
943 views
Developing the client for the icecast server
I am developing the client for the icecast server (www.icecast.org). Can anybody tell me, what is the format they are using for streaming the content?
I was looking on their pages, but there is no ...
1
vote
1answer
381 views
iPhone extracting songname from the icecast streaming radio
I am looking to extract the Song name from an ice cast streaming radio. I am getting the icy-genre,icy-name n stuff. but not the song name. Could any one please help me. Its really urgent. Can we ...
1
vote
1answer
161 views
How to retrieve block-length of an IceCast-Stream?
IceCast is very similar to Shoutcast which gives you its data-block-length in the header via icy-metaint.
The stream I work with (an IceCast-stream) doesn't seem to have such a value.
How can I ...
1
vote
1answer
341 views
Best way to stream mp3
I need to organize mp3-streaming from my machine to the rest of the world. People advised me to use MPD with Icecast2 as frontend. Everything is ok except one thing — music is being streamed as Ogg ...
1
vote
1answer
635 views
Minimizing latency in streaming audio with html 5
I'm trying to listen to a live audio stream on a webpage with a latency of less than 3 seconds. So far with ogg vorbis streams generated using ices & icecast, I've been unable to get latencies ...
1
vote
1answer
400 views
How to impose control access on flash player streaming through RTMP?
I'm using ICECAST and I'm streaming AAC/HE-AACv2 audio/video file through flash player and on iPhone. Both are separate. But when I submit url in WINAMP to stream it's requesting username/password. ...
1
vote
2answers
1k views
Android streaming from icecast server get track information
I have a stream from an icecast server downloading, and I can grab the information in the headers by doing the following:
URLConnection cn = new URL(mediaUrl).openConnection();
cn.connect(); ...
0
votes
0answers
18 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 ...
0
votes
0answers
57 views
Streaming from icecast through PHP webserver to android device
I am attempting to proxy an icecast stream using a PHP script:
<?php
set_time_limit(24*3600);
$s = fopen("http://127.0.0.1:8000/airtime.mp3","rb");
foreach ($http_response_header as $h) {
...
0
votes
0answers
183 views
flash player for icecast stream
I use icecast2 server into a Linux mpriki 2.6.26-2-686 #1 SMP Mon Jun 21 05:58:44 UTC 2010 i686 GNU/Linux (lenny distribution)
I have install icecast2 using this instructions..
Now to embed my ...
0
votes
0answers
97 views
How to broadcast live to icecast using java?
I can broadcast an mp3-file to icecast using jShout.
MP3SPI tells that it can broadcast mp3-files to icecast.
But how can i broadcast liveaudio from my soundcard as mp3 to icecast in java?
Right ...
0
votes
1answer
94 views
Export streaming info (sam broadcaster+icecast)
I have a e-radio into my site
The uploading from audio room to server (few measures long-yes i have physiccal access to my server) uses sam broadcaster with mp3 encoded (maybe i must use ogg ...
0
votes
1answer
103 views
Install Icecast into Linux
I have no experience to linux system, and i would like to help me to solve this issue..
Now i have the following job..
cd ~
cd home
cd myusernmae
mkdir src
wget ...
0
votes
1answer
127 views
ffmpeg2theora oggfwd not working with icecast2
I have a camera streaming (mjpeg) in http://192.168.x.x/image (where x are the rest of the IP). I start my icecast2 server (Ubuntu 10.10) and then I stream using:
ffmpeg2theora -f mjpeg ...
0
votes
0answers
192 views
IceCast stream stops with android mediaplayer
I'm having an issue with IceCast audio stream, using MediaPlayer. The streams starts and plays for some seconds, then just stops. Here's the code I'm using :
MediaPlayer mediaPlayer = new ...
0
votes
0answers
77 views
Live streaming audio website [closed]
I currently have a website and I want to allow users to stream their PC's audio to the site for other users to listen stream.
It would be kind of like ustream.tv allowing live video, but I would just ...
0
votes
4answers
197 views
Live audio streaming container formats
When I start receiving the live audio (radio) stream (e.g. MP3 or AAC) I think the received data are not kind of raw bitstream (i.e. raw encoder output), but they are always wrapped into some ...
0
votes
1answer
1k views
How to stream online radio with Phonegap?
I have hard time getting an iphone app built on top of phonegap to stream online radio station. It should be possible but doing
try {
var myaudio = new ...
0
votes
0answers
224 views
HTML5 audio stream stops after each song
i have an icecast server serving continuous mp3 stream. i tried to play it in html5 with the audio tag. in safari it shows up and plays, but the moment the song changes, the stream stops and will not ...
0
votes
1answer
831 views
Is it possible to get Icecast metadata from HTML5 audio element?
I am using audio element to stream an ogg source from an icecast server. Does the audio element extract icy metadata and is there a way to access it through javascript?
Basically, I want to show ...
0
votes
0answers
194 views
Icecast2 Title show in wordpress
First of all sorry about my english. I have problems with icecast2 "now playng" on my site "www.slo-underground.org" I saw some scripts on this site so if is possible that someone shows me how to use ...
0
votes
2answers
214 views
How to Serve/Stream Multiple Audio Files
I'm working on a project where we have many small audio files of around 500-600k. Then there are audio files of around 15M.
The 15M files are full narrated articles. The smaller ones are individual ...
0
votes
2answers
178 views
0
votes
0answers
287 views
Can't connect to ogg stream using Icecast, mpd, and pulseaudio
Okay so I got a vps so I could set up a music server. I've installed Icecast, Mpd, and pulseaudio. I can currently start everything up and choose a song to play but when I actually try to open the m3u ...
0
votes
1answer
329 views
Icecast streaming from web
, first sorry for my english ! I need stream audio to icecast server from my web site. Wich is the best solution for make this application ? . I think i can use Flex / Flash to streaming audio but I ...
0
votes
1answer
90 views
Office streaming server
Hope this isn't too off-topic.
I want a streaming server that allows users to submit their own tracks to a jukebox server, which maintains a queue, outputting the currently playing track via a ...
0
votes
0answers
243 views
How to peek for icecast [relays'] metadata without real “data” connection?
I have an icecast2 relay and want to collect some stats about tracks being transfered. I'm now peeping into relayed streams themselves with twisted shoutcast procol client, but that's prone to errors, ...
0
votes
0answers
333 views
broadcast to ICECAST from multi sources
Hi all
I am trying to create an Icecast server that will be able to get multiple sources from deffrent radio stations meaning we want to broadcast from few diffrent computer with diffrent ports to a ...
0
votes
1answer
754 views
Icecast Metadata Extracting Produces Artifacts in Output Audio data
I am attempting to (in NodeJS):
Connect to an Icecast internet audio stream. Ex: http://icecast3.977music.com/comedy
Parse the response headers and extract the icy-metaint value.
Write out the raw ...
0
votes
2answers
2k views
Use PHP to show Icecast2 statistics
I have some trouble viewing statistics (viewers, current song playing etc) with PHP and I can't find any information how to do this.
There is a couple of XLS files included with Icecast2 and I could ...
0
votes
1answer
377 views
How to write a playlist from an IceCast stream in C#
i want to monitor an icecast stream and write all file information (the actually played mp3) i can get to a local playlist for later processing.
Any ideas how to do that?