Tagged Questions

3
votes
1answer
51 views

How can I record online radio in .NET?

I did see this question but not much on .NET... I want to write .NET code to connect to a web server streaming SHOUTcast (Winamp) audio content (if anyone is interested, the URL is ...
1
vote
3answers
427 views

How to launch Android's Native MediaPlayer from a webpage?

I would like to create a webpage for my Shoutcast stream the launches Android's native media player. I found an example here >> http://s4.viastreaming.net/8000/mobile/ My question is "What is the ...
1
vote
0answers
65 views

Get the pieces together

I'm new to Android development and I need to create an audio streamer. It will get the audio from a SHOUTcast server. I already know the pieces. I need to download the MP3 audio, extract the PCM data ...
0
votes
2answers
854 views

Audio streaming with Android MediaPlayer

I'm trying to create an audio streamer with Android's MediaPlayer. It's just fine if it doesn't work with Android 2.1 or bellow. I need to be able to play the audio from a SHOUTcast stream. Here's my ...
0
votes
0answers
697 views

Play Shoutcast Radio stream in Python?

I know this is a second post on the same topic, but I am doing this in hopes of some help. I am trying to create a player for my Shoutcast internet radio station, but I can't seem to get anything to ...
0
votes
1answer
822 views

Play Shoutcast MP3 radio stream with Python?

I have managed to create an online radio station using Shoutcast and Sam Broadcaster. Now, I am wanting to build my own player for that radio station. I am not sure where to begin, I have googled, but ...
0
votes
7answers
9k views

Streaming audio with Flash / Actionscript 3 - Slow playback problem

I've written a simple Flash player for a Shoutcast stream. At first it seemed to work reliably, however about 5% of the time users experience slow playback where the stream plays at roughly half of ...