Skip to content

🎷 Android Audio Broadcast. Captures real-time audio from microphone, encodes and streams over icecast protocol

Notifications You must be signed in to change notification settings

andernunes/android-icecast-broadcast

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Android Icecast/Shoutcast Broadcast

This project aims to implement an icecast source client that captures realtime audio from microphone, encodes and streams (mp3) to iceserver.

Native Libraries

Although native libraries are included under jniLibs folder, developers are encouraged to build from source.

  • On command line; enter jni folder line and type. (Note that ndk-build should be on your path or print full path of binary)

    ndk-build

Formats

Mp3 is the only encoder format that is currently supported but vorbiss ogg will be added too. Vorbis and ogg native libraries are included in source code and working without limitation.

Notice

Please update upstream configuration in BroadcastFragment regarding your server conf.

Testing Environments that work fine

Licences

  • LAME encoder is licensed under the LGPL.
  • libshout is licensed under the LGPL v2.
  • This repo uses code from this repo

About

🎷 Android Audio Broadcast. Captures real-time audio from microphone, encodes and streams over icecast protocol

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 43.4%
  • Objective-C 43.5%
  • C 8.8%
  • Makefile 3.4%
  • C++ 0.9%