This project aims to implement an icecast source client that captures realtime audio from microphone, encodes and streams (mp3) to iceserver.
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
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.
Please update upstream configuration in BroadcastFragment
regarding your server conf.
- LAME encoder is licensed under the LGPL.
- libshout is licensed under the LGPL v2.
- This repo uses code from this repo