Questions tagged [shoutcast]

SHOUTcast is cross-platform proprietary software for streaming media over the Internet. It allows digital audio content, primarily in MP3 or HE-AAC format, to be broadcast to and from media player software, enabling the creation of Internet radio "stations"

SHOUTcast is cross-platform proprietary software for streaming media over the Internet. It allows digital audio content, primarily in MP3 or HE-AAC format, to be broadcast to and from media player software, enabling the creation of Internet radio "stations"

413 questions
4
votes
2 answers

Getting Metadata from Shoutcast stream Android

I am developing a Radio App for Android devices that is supposed to get streaming from a Shoutcast Server. The sound is working fine but I want to retrieve the MetaData as well so I might be able to show the currently played song's Title, artist, as…
user1885868
  • 1,063
  • 3
  • 17
  • 31
4
votes
2 answers

SHOUTcast stream in Windows Phone 8

does anybody have an idea how I can play SHOUTcast streams in the audio player of Windows Phone 8? I've already tried these links: stream/ stream/; stream/; stream.mp3 Any help is welcome!
Kobe Aerts
  • 53
  • 5
4
votes
1 answer

Best option for streaming audio in-browser, for mobile too?

I'm trying to find a solution for my website which desperately needs an upgrade. Currently I am using Flash-based players to stream content from Shoutcast, which doesn't work too terribly, but unfortunately it leaves mobile users behind. Ideally, I…
William Thomas
  • 2,108
  • 3
  • 22
  • 32
4
votes
3 answers

Getting Metadata from shoutcast iOS programming

Hello I am trying to parse Shoutcast radio's metadata in iOS. After trying many submitted solutions, I end up with a piece of code that is still giving me error Response String: ICY 404 Resource Not Found icy-notice1:SHOUTcast Distributed Network…
bugrasitemkar
  • 431
  • 1
  • 7
  • 26
4
votes
1 answer

Parse shoutcast .pls stream to display metadata in iOS

I am looking for some solution to get metadata information from my stream http://vibesradio.org:8002/ to be displayed in UILabel of an app that I am developing. Thanks in advance.
EmilDo
  • 1,177
  • 3
  • 16
  • 33
4
votes
2 answers

Unable to retrieve Shoutcast .pls stream

I'm trying to get a .pls stream from a shoutcast server to play in my ios app. So far i've been unsuccessful. I've red a lot of posts on stackoverflow but non of these were of any help. Can anyone please explain to me, if its even possible, how to…
Roeliee
  • 221
  • 2
  • 14
4
votes
5 answers

How to stream a shoutcast radio broadcast in Flash (Shoutcast Flash Player)

I've been looking for a solution to this for years, but nothing is conclusively documented. There are many Shoutcast Flash players out there (e.g. radio.de) so I know it's possible. However, most of my research leads to this: s = new…
Jourdan
  • 385
  • 2
  • 5
  • 17
3
votes
1 answer

Android How can i play shoutcast AAC, AAC+, MP3 in MediaPlayer for Android 2.3 and above?

I am developing a MP3 player, and I want to add radio features. Almost all StackOverflow posts about this are from 2010. This is very annoying for this topic, because I can't find a solution. I know that are commercial solutions, like AAC…
djcharon
  • 319
  • 2
  • 9
  • 20
3
votes
4 answers

Why won't this Java Android SHOUTcast MediaPlayer app code work?

String url = "http://91.121.140.11:8000/"; MediaPlayer mediaPlayer = new MediaPlayer(); mediaPlayer.setAudioStreamType(AudioManager.STREAM_MUSIC); mediaPlayer.setDataSource(url); mediaPlayer.prepare(); mediaPlayer.start(); I…
David Zorychta
  • 13,039
  • 6
  • 45
  • 81
3
votes
0 answers

how to get song title from shoutcast stream in android 2.2

is there a way in retrieving the song title in shoutcast mp3 stream, i have tried the code below and its not working in android 2.2 but it works in android 2.1 and android 1.5 i need to get the song title of the shoutcast mp3 stream and display it…
HeartlessArchangel
  • 1,737
  • 4
  • 13
  • 17
3
votes
1 answer

ICY metadata support with ffmpeg

Is there any way to get ICY metadata from shoutcast stream using FFMpeg ? One way would be to deal with the connection/stream by myself and send Custom IOStream to ffmpeg. Is there any other simple way? or demuxer available ? Thanks
Ali
  • 1,462
  • 2
  • 14
  • 16
3
votes
1 answer

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 http://live.radiotrinitas.ro:8000/) and record it. But I don't know…
Andrei Rînea
  • 20,288
  • 17
  • 117
  • 166
3
votes
4 answers

How to emulate/replace/re-enable classical Sound Mixer controls (or commands) in Windows Vista?

I have a problem (and have been having it for some time now) -- the new sound mixer stack in Vista features new cool things, but also re-invents the wheel. Many applications that used to use Volume Mixer on a Windows system to mix different voiced…
Egon_Freeman
  • 133
  • 2
  • 9
3
votes
0 answers

Shoutcast broadcasting in android

I've checked the many blogs and forums and github but nothing found related/help for implementing shoutcast v1 or v2 in android, only ref which is helpful I've found in github is this: https://github.com/fatihsokmen/android-icecast-broadcast but…
Nicky
  • 885
  • 9
  • 21
3
votes
2 answers

Best way to play a radio stream ( shoutcast ) in Java?

I want to code an audio player in Java. java.JavaFX has a very nice support for mp3 playing but I want in my player also the possibility to listen to radio. The problem is I have searched for some time and I didn't find something that works like I…
aureliangtx
  • 317
  • 6
  • 18