Tagged Questions
-1
votes
0answers
20 views
PulseAudio playing audio streams (C-language) [closed]
I'm trying to write PusleAudio application that just simply playing on-line radio. But I can't find enough information even to play music files. Please, help me to find some examples, or some ...
1
vote
1answer
21 views
How can I make a Internet audio streaming server?
I need to make a internet radio server, how can I do that on top of apache. Want to understand the architecture of the whole system. Are there some good reads ?
0
votes
0answers
44 views
Live radio streaming url's [closed]
i am trying to build a simple online radio application for iPhone, and I want few live streaming radio URLs. Can someone suggest me few URLs?
0
votes
1answer
133 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:
...
-6
votes
1answer
259 views
Using streaming radio URLs is legal to develop commercial apps? [closed]
The simple question is: can we use audio streaming radio URLs (from the radio sites or shoutcast links or similar) to develop a little radio stream commercial application (iPhone or Android) ? Thank ...
1
vote
1answer
301 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
1answer
93 views
increase the gain of an incoming audio stream
all my questions relate to the same problem: adjusting the gain of an external audio stream on a webpage.
when you visit my webpage, you will hear an audio stream from my online radio station.
the ...
0
votes
0answers
42 views
automatic gain control for online radio
i would like to add automatic gain control to an online radio stream.
the stream is delivered on a website via a standard flash player which cannot be altered.
sometimes the stream is too quiet, ...
2
votes
1answer
197 views
Extrading Metadata of an audio streaming file (MediaElement)
I just started to develop for the Windows Phone (7.1/8) platform and am still not really familiar with it.
My plan is an internet radio app which streams the audio file from a server. I used ...
0
votes
1answer
616 views
How do i play .asx files in my android application using titanium appcelerator?
I have a URL which downloads an .asx type file when clicked . The file downloaded , streams a live radio and plays it in an audio player . How do i handle this in my android application using titanium ...
0
votes
0answers
223 views
Need Flash Player supporting radio streaming
I have implemented a radio station and need a player which can play the radio from the streaming server url.
My stream server url is as followd - "streamserver-url:port"
I tried a lot of players but ...
1
vote
2answers
974 views
Radio Station using Android is that possible?
I got a project where i need to use my Android phone as a radio station.It means,i need to produce sound or song from my android phone and upload those to a server and from server; users can hear ...
2
votes
1answer
396 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 ...
1
vote
2answers
281 views
How to simulate streaming radio listeners?
How to simulate streaming radio listeners?
I have an online radio setup streaming at port 5672 and at url like domain.com:5672/radio.mp3
I want to test the website/server/ram/bandwidth/load etc for ...
0
votes
1answer
1k views
AS3-ID3 event in a web radio
I'm building an online radio player using the AS3 code below:
private var soundChannel:SoundChannel;
private var stationUrl:String = "h t t p : / /205.188.215.230:8002/";
sound = new Sound();
...
3
votes
4answers
2k views
Record streaming and saving internet radio in python
I am looking for a python snippit to read an internet radio stream(.asx, .pls etc) and save it to a file.
The final project is cron'ed script that will record an hour or two of internet radio and ...
2
votes
1answer
2k 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. Thanks in advance.
Thanks in ...
2
votes
3answers
1k 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 ...
12
votes
9answers
32k views
Is it possible to play shoutcast internet radio streams with html5?
Is it possible to play shoutcast (or some) internet radio streams with html5?
So I have next code:
<html>
<body>
<audio src="http://shoutcast.internet-radio.org.uk:10272/" />
...
