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
0
votes
0 answers

SHOUTCast streaming CDN config

Im wonder how to use sc_trans or sc_server to stream in CDN streaming? Does any of any of you have some working example how to configurate that? Also will be perfect if you have streamzillacdn example Many thanks!
nvvetal
  • 1,756
  • 1
  • 17
  • 19
0
votes
0 answers

Streaming of ShoutCast .MP3 File in jPlayer on Android/iPhone

I have a very specific problem with jPlayer. I need to run it in Android/iPhone, which is no problem thanks to "jPlayer Android Fix" on the documentation. However, I also need it to stream a ShoutCast .MP3 file, not a ShoutCast stream. All the…
user2961787
  • 41
  • 1
  • 8
0
votes
1 answer

C# parse shoutcast XML error

I'm trying to parse XML file like this: I…
kasus
  • 1
  • 2
0
votes
1 answer

Embeddable Shoutcast mp3 player for Android

I have already tried jplayer but unfortunately there are problems with Shoutcast mp3 streaming and Android. Is there an alternative? I wouldnt mind even "serving" the stream directly in some way and cause the Android device to open its default…
Ted G
  • 3
  • 2
0
votes
1 answer

How can I show the progress of a song on a SHOUTcast stream?

To play a SHOUTcast stream on my website I am using JPlayer and in particular the CirclePlayer. When playing normal MP3 files it shows the progress of a track: there is a green progress bar that shows how much of the current track has played, but…
Mischa
  • 42,876
  • 8
  • 99
  • 111
0
votes
1 answer

I'm using jplayer to play shoutcast streams, I encountered strange issue where 1 stream works and other doesn't

I've weirdest problem where I can successfully play 1 shoutcast station and cannot some other using jplayer. This is strange as information of shoutcast server hints on similar configuration: http://198.27.79.224:9770/ http://108.61.73.119:8128/ I…
user796443
0
votes
2 answers

Unable to load an html file in Actionscript 3

So I've tried pretty much every method I can think of and either get a 404 on the status when testing in offline mode or get a security sandbox error when testing online. I'm attempting to fetch data from a shoutcast page using the 7.html that it…
Zoltea
  • 33
  • 2
0
votes
2 answers

Query if Shoutcast Server is Offline or Online with PHP

I'm trying to use a script to query if a Shoutcast Server is online or offline. The code below is what I'm using at the moment. $vt_ip = "ip"; $vt_port = "port"; $output = @fsockopen($vt_ip, $vt_port, $errno, $errstr, 2); if (!$output) { echo…
Andy Buckle
  • 127
  • 1
  • 1
  • 7
0
votes
2 answers

Android: How to change TextView periodically

I'm recently working on a ShoutCast radio project. By using streamscrapper library I'm able to get the current song name and the current artist. Here is the problem. Once I open the app, it gets the song name and the artist name, however since then…
user2604150
  • 379
  • 5
  • 18
0
votes
1 answer

Android: When notification is clicked how to come back to same app?

I know the title is not explanatory but let me explain it to you. I'm working on a Shoutcast streaming radio project. When the app starts to stream a notification appears on the notification bar with the name of radio and the current song id. So far…
user2604150
  • 379
  • 5
  • 18
0
votes
1 answer

Shoutcast player Windows phone 7

I want to make a custom media player for windows phone 7, which can play shoutcast radio channel in http://s2.voscast.com:8164. I have tried with this code and it doesn't work. Can anybody help me ? namespace MediaticPlayer { public partial…
enadun
  • 3,107
  • 3
  • 31
  • 34
0
votes
2 answers

How to apply threading while streaming a URL.?

I have a code to play an online radio on shoutcast server. When the app is launched, it streams the file and plays it. Now the problem is that if I have no network connection or improper network connection, the status of the app remains in…
Aishvarya Jaiswal
  • 1,793
  • 6
  • 34
  • 72
0
votes
2 answers

BackgroundAudioPlayer via URL

I want to play a shoutcast audio in my windows phone app. I have the following code which I got from some website. namespace WPBackgroundAudioDemo { public partial class MainPage : PhoneApplicationPage { // Constructor public MainPage() …
0
votes
1 answer

SHOUTCast Streaming Breaks in 4.0+, works in 2.3

Okay, So I'm working with a SHOUTCast stream for the first time, and I've been told that Android has changed the way it works with audio post-ICS So, I tried some code that worked very well on 2.3 and 2.2, but when I tried running it on 4.2.2 it…
0
votes
0 answers

how to (run/start) shoutcast via php in linux?

my code now is /dev/null & echo $!"); ?> this will give me the PID number but will close shoutcast by ps aux in the console the PID is not found and…
Alsemany
  • 445
  • 1
  • 5
  • 13