Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7500903
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T20:21:07+00:00 2026-05-29T20:21:07+00:00

I want to provide audio data into SHOUTcast or Icecast servers without using their

  • 0

I want to provide audio data into SHOUTcast or Icecast servers without using their own broadcaster, since i will be using this on various platforms including mobile.

I need protocol descriptions, open source projects, or samples to be able to send audio data (from mic or file) using Objective-C, C or C++ to SHOUTcast and Icecast servers.

Where can I find the information needed to build a proper SHOUTcast/Icecast source client?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-29T20:21:08+00:00Added an answer on May 29, 2026 at 8:21 pm

    Comment: It’s about time someone makes a SHOUTcast source client for mobile. I’ve been needing this for a while, but don’t have time to build it, so kudos to you. Please make an Android version at some point.

    The first thing you should do is download Wireshark.

    Start the packet capture, fire up a SHOUTcast server, then fire up a source client, and connect it to the server. Be prepared for the horrifying simplicity of this protocol.

    Primary Audio Protocol

    1. Source client connects to SHOUTcast with TCP. Use the port one up from the base port. For instance, if your base port is 8000, your listeners connect on 8000 and you will connect on 8001.
    2. Once connected, the SHOUTcast server won’t say anything. Just send the broadcast password, followed by a new CrLf (or \r\n).
    3. If the password is wrong, it will say invalid password or something like that. If it is correct, you’re going to get something like this:

      OK2

      icy-caps:11

      Note that each line has CrLf after it, and after these two headers are sent, there are a pair of CrLf.

    4. Now, it is up to the source client to send a bunch of headers: icy-name, icy-genre, icy-pub, icy-br, icy-url, icy-irc, icy-icq, icy-aim, content-type. Send them like this:

      icy-name:My Awesome Station

      Each line should be followed by CrLf, and after you’re done sending all of the headers, send a pair of CrLf.

    5. Once this is all done, start sending your stream data! No need to start in any particular spot, just send data. It is up to the clients on the receiving end to sync to the frame. The SHOUTcast server is completely “dumb” to the traffic flowing through it. You can connect with a Telnet client and send a bunch of text if you wanted to.

    Updating Metadata

    So, you’re probably wondering how you send information for the next track and what not. The funny thing is, this is completely out-of-band from the connection where you send audio data.

    All you have to do is make a web request to the port base (8000 in our example):

    http://yourserver:8000/admin.cgi?pass=yourpassword&mode=updinfo&song=your%20song&url=some_url_goes_here_but_hardly_any_clients_use_it
    

    In case that is difficult to read, these are the parameters:

    • pass
    • mode
    • song
    • url

    You’ll note that these same parameters, and others, can all be found in the SHOUTcast admin panel.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want to provide a piece of Javascript code that will work on any
I want to provide my colleagues with an interface (using Windows Forms or WPF)
I want to provide the ability to save some rendered data/charts (with the titles
I want it to work on windows servers. It will be a cloud type
I want to provide the user with a scaled-down screenshot of their desktop in
I want to provide for the user a service of encrypting some data via
I want sell some .NET library and I want provide edition with full source
I want to provide silverlight app to my customer while hosting the app at
I want to provide dynamic download of files. These files can be generated on-the-fly
I want to provide my user with some meaningful error messages when network requests

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.