All Questions
Tagged with internet-radio streaming
44 questions
0
votes
1
answer
241
views
Icecast2 make point to connect Rivendell
I have server with option SSH to run own proces. On this server I have preinstaled command icecast and ices.
I want to create in IceCast mount point to connect to them by Rivendell. But after read ...
3
votes
1
answer
1k
views
Streaming chunks of mp3 file from server and playing them on client
I am trying to build an internet radio and have stumbled upon the problem mentioned on the title.
To be precise, I want to be able to send chunks of an mp3 (or any other audio format that can do the ...
0
votes
0
answers
276
views
Create a Live Audio Streaming Service with Icecast and Drupal
I want to develop a Web Radio. To do this, to make good Radio Show I need:
RadioDJ: to doing stuff with Jingles, Speakers, Songs
IceCast Client: to broadcast audio streaming to IceCast Server, like ...
1
vote
1
answer
915
views
Some browsers are caching an icecast stream instead of playing it
I'm running three Icecast servers, all streaming the same content. Since about two weeks, I got some users reporting that they cannot listen to the stream anymore. Their browser is trying to load the ...
-1
votes
2
answers
3k
views
Play online Radio Station as a Music on Hold in Asterisk
Is there a way (Tool or any idea) to play radio station (Streamed via IceCast) as a Music On Hold in Asterisk?, I Have a streaming server and Asterisk Server running and working independently very ...
1
vote
1
answer
5k
views
Restream a Shoutcast/Icecast Stream Using PHP
I need to somehow restream the Shoutcast/Icecast stream using the PHP.
Why?
Because Shoutcast/Icecast streams are non https. And it's sent through not 80 and 443 port, but some different strange ...
1
vote
1
answer
964
views
Connecting BUTT to a second shoutcast stream
I am trying to connect BUTT to a second stream source on my shoutcast server. The first stream works fine as Shoutcast Administration shows it as stream #1. It is connected through a seperate machine ...
0
votes
1
answer
621
views
networkState, readyState not working for audio stream
I’m trying to check for an audio stream, to see if it is active. The server is on and streaming audio or it is off and not streaming. I found two methods, .networkState and .readyState, that work ...
4
votes
1
answer
5k
views
Record incoming audio stream node js
I'm looking for a way to record an incoming audio stream from an external source (http://audio12.broadcastify.com/krjb6ymsvnhf54z.mp3?nocache=8396379) into a node server. Ultimately I want to do some ...
3
votes
0
answers
866
views
Internet radio statio playing Spotify for private use
I want to build a server that I can register as my own internet radio station on my hardware internet radio player using wifiradiofrontier.com. Reasoning: I want to listen to Spotify when I wake up ...
1
vote
0
answers
39
views
Live Internet Audio Stream --> Smart Outlet Manipulation... Is It Possible?
I've been trying to think of a solution to this idea for ages, and after several bouts of research I'm still pretty clueless.
I run a college radio station with an online stream (in mp3 and m3u). We ...
1
vote
1
answer
57
views
purchased a Flash website for my radio station
I've purchased a Flash website for my radio station www.SSSVibez.com.
The flash website has an mp3 playing in the background when you open it. The code looks as such:
var mysound = new Sound();
...
0
votes
1
answer
1k
views
How to reduce Buffer time on streaming app?
I'm Building an android app that is supposed to stream an online radio station from a URL.
I am currently working on a demo and I have gotten a lot of help from online tutorials but I have a problem.
...
0
votes
1
answer
139
views
How to stop and start an online stream in android
I'm Building an android app that is supposed to stream an online radio station from a URL.
I am currently working on a demo and I have gotten a lot of help from online tutorials but I have a problem....
0
votes
2
answers
609
views
How to create radio streaming in Android
I try to integrate a radio streaming in my app but it don't work and i don't know why.
This is the link of my web radio : https://www.radioking.com/widgets/player/player.php?id=480&c=%23f39c12&...
2
votes
1
answer
12k
views
get info from streaming radio
Is there a standard way to query a streaming radio service for the currently playing song?
I'm currently implementing this differently for each station e.g., SomaFM:
$wg=join("\n",`wget -q ...
0
votes
1
answer
951
views
HTML5 / Javascript client code to record from microphone to send it to IceCast / ShoutCast server? Another solution without desktop software?
I'm trying to help this open radio station guys: radioqk.org. However I'm quite new about the topic of streaming and radio servers. I'm quite surprised that all what I found is about a desktop ...
1
vote
1
answer
2k
views
I have a few questions about the setup of an mp3 radio stream
What's the difference between all of these? And what are their meanings?
/;stream.mp3 [What exactly does the ; semicolon signify after the / slash?]
Also, what's the difference if I take off the ...
4
votes
0
answers
699
views
How to play shoutcast radio in C# UWP application?
I have UWP(Universal Windows Platform) Application and I want to add shoutcast player, but can't find anything how to do that.
I have Button which should start/stop playing music and volume slider.
...
11
votes
3
answers
27k
views
What's the best protocol for live audio (radio) streaming for mobile and web?
I am trying to build a website and mobile app (iOS, Android) for the internet radio station.
Website users broadcast their music or radio and mobile users will just listen radio stations and chat with ...
2
votes
2
answers
5k
views
Fetch Icecast song title without buffering audio
I want to write a small JavaScript library that can fetch "now playing" data for Icecast streams. From what I understand, I can do this by sending a HTTP request to a radio stream as follows:
GET /...
1
vote
3
answers
2k
views
How to calculate exact streaming duration time in web?
I am running streaming on wowza streaming server. But I am not able to find the exact duration time of streaming.
I am running music website on which we play streaming on user native player. For our ...
1
vote
2
answers
7k
views
Android - How to get metadata from a live audio stream/internet radio channel using url
I am currently working on a music streaming/internet radio Android app, I really would appreciate if you could help me on this. Thanks in advance!
I can play the music but I dont know how to get ...
1
vote
2
answers
2k
views
SHOUTcast Streaming Radio Stations
I have been looking for several days to find a way to do SHOUTcast Streaming in all major browsers without using a Flash Player, but I haven't been able to do so (except on Safari):
<audio ...
0
votes
1
answer
3k
views
Setup a VPS as a streaming replicator (for an online radio)?
I have a real radio station, and we stream the radio over the internet through our website. However the radio has been growing and our internet link can't support the amount of players anymore.
My ...
3
votes
1
answer
2k
views
Android app for radio streaming mms:// howto
I'm trying to create an Android app which streams a radio channel.
This is the link for the radio streaming: mms://89.96.234.34:8000
How can I use this on Android?
This is my MainActivity.java:
...
-1
votes
1
answer
325
views
Android application, listening to streaming radio. No internet or mobile data bug
http://pastebin.com/G4UrTT7Z
What can I do to check for a working internet connection?
Or how do I check if connection is lost?
Can someone help me with this ?
I suppose this is a IOException. I am ...
1
vote
1
answer
6k
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 ...
0
votes
1
answer
435
views
Initial-Burst HTTP header - units
I'm implementing a shoutcast radio client.
My reference client sends "Initial-Burst" HTTP request header to 960000.
I don't know the initial buffer size of my reference client, it's an iOS app, I don'...
2
votes
1
answer
604
views
Recording network streaming radios
I am writing a simple application for linux that will connect to a network radio and record the stream to a file. However as I record, I want on the fly to split the stream in smaller files (for ...
1
vote
1
answer
7k
views
Streaming AAC audio in an Android application
I am trying to program a simple Android app that will stream an internet radio station (I have the url), but the stream is aac audio. I am aware of COREaac, but there isn't alot of documentation about ...
4
votes
1
answer
10k
views
Android - internet radio streaming [closed]
I am planing to make a android app for one local radio station
I need to make internet streaming of radio program
Can you please provide some starting point for this, some tutorial or something.
3
votes
1
answer
941
views
AAC Windows Phone
I have an online-radio which sending a AAC stream. So According to this link the Windows Phone 7 supports the AAC encoded audio stream via MediaElement API.
But this stream has a headers (icy-notice,...
4
votes
2
answers
5k
views
How to use Shoutcast in iphone app?
I am only aware of funcationality of ShoutCast that it streams radio list.
But not knowing how to use that in iphone app.
Right now I am just looking on its website http://www.shoutcast.com/
becaues ...
1
vote
1
answer
179
views
Software to stream mp3 files playlist in mp3 format
I need a software to stream mp3 files and give me API or something that I can use it to show which track is now being played. Actually I have create an Online Radio with offline file source and ...
10
votes
2
answers
5k
views
Record streaming radio to MP3 [closed]
Background
My father has an old radio program that he loves.
It is a series of recordings done 30-40 years ago, but now he has found out that they are sent now and then as a historical retrospects. ...
1
vote
0
answers
542
views
Problem streaming radio on Android 2.2 and up
I am currently designing an android application that incorporates radio streaming. The app works as it should with devices below Android 2.2, but works slowly if the device is 2.2 or above. I am ...
11
votes
2
answers
20k
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
0
answers
869
views
SHOUTcast streaming on Android
How can I play a SHOUTcast stream on any Android version before 2.2?
Thanks!
0
votes
1
answer
280
views
Stream audio from speakers to mp3 for iphone/internet radio?
I want to stream the audio that comes out of my speakers on my computer (windows) through an mp3 file that I can access on my iphone and hear the audio/music through safari or a 3rd party app. How ...
2
votes
1
answer
3k
views
How to play .asf file yon iPhone?
Any one know how to play .asf file on iPhone as iphone doesn't support asf file which I need to play for Radio streaming. Can anyone help me to solve this problem.
3
votes
3
answers
2k
views
iPhone Radio Streaming for WMA audio files
I need to implement iphone streaming functionality for WMA audio files from the server. iPhone can support only mp3, wav, aac audio files. But I need to play wma audio streaming for the iphone radio ...
3
votes
1
answer
11k
views
ShoutCast over SSL
So I've gone ahead and set up my ShoutCast server DNAS and set my DSP in Winamp on my host computer. The server listens on port 8000, so per some instructions I installed an output plugin for winamp (...
2
votes
1
answer
14k
views
A PHP script to stream internet radio?
I've been searching and searching and I haven't yet come up with a solution to host my own streaming audio player.
I'm looking for a way to host an internet radio player that connects to whatever ...