Skip to content
/ Radio Public

Radio is an open-source wrapper to play Icecast Internet radio stations on iOS

License

Notifications You must be signed in to change notification settings

hamedh/Radio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Radio

Radio is an open-source wrapper to play Icecast Internet radio stations on iOS.

Description

This project is the streaming part of the Radio Javan app. The code here streams an Icecast stream (based on the URL), plays out the music to the audio device using Core Audio, and reads the metadata from the stream as the now playing title changes.

This code was initially written 5 years ago when the iOS SDK was first introduced. It's still used in production on a very popular app with hundreds of thousands of users.

Radio has been recently updated to support

  • ARC
  • 64-bit compiles
  • iOS7 audio APIs

Usage

You can create an instance of Radio:

radio = [[Radio alloc] init];

Then connect to an Icecast stream:

[radio connect:@"http://stream.radiojavan.com" withDelegate:self withGain:(1.0)];

The example in RadioViewController shows how to use the Radio class and also use the delegate callbacks to update the view, handle interruptions, buffering, connection issues, etc

Requirements

Latest iOS SDK (7.0+)

License

Radio is available under the MIT license. See the LICENSE file for more info.

Credits

Created by Hamed Hashemi

About

Radio is an open-source wrapper to play Icecast Internet radio stations on iOS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published