/android-icecast-broadcast

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

Primary LanguageC

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