android-icecast-broadcast icon indicating copy to clipboard operation
android-icecast-broadcast copied to clipboard

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

Results 11 android-icecast-broadcast issues
Sort by recently updated
recently updated
newest added

I use such credentials ` shout.init("46.101.141.169", 8000, "/live", "source", "123456");` to start stream on server but all time have error ` Can not init stream.`. Can you help with this?

help wanted

I'm trying to use a shoutcast server, but is not woking. But is working fine using icecast.

After click on Start button crash. FATAL EXCEPTION: Thread-234 java.lang.UnsatisfiedLinkError: Cannot load library: soinfo_link_image(linker.cpp:1673): could not load library "libogg.so" needed by "libshout.so"; caused by load_library(linker.cpp:771): library "libogg.so" not found at...

Hi, it looks like a great project. Do you have a quick tutorial on how to setup and build the apk file on Centos 7? Thanks in advance, Geo

question

Hello, Thanks for your sharing the source code. I tried to compile this source code and tested out the recordings and streaming to the icecast server. It works well. When...

help wanted

Hi there, I want to make android app which broadcasts audio on icecast server. I am using Spreaker services which uses icecast2 server as media server. I have all of...

help wanted

Hi I like a lot of this project. I have one question. How can I make the audio broadcast faster? I don't car if I lose quality. It is possible?

question

I created a new project referencing yours, but I get this error: ``` java.lang.UnsatisfiedLinkError: No implementation found for int com.example.caster.shout.ShoutOutputStream.jniInit(java.lang.String, int, java.lang.String, java.lang.String, java.lang.String) (tried Java_com.example.caster_shout_ShoutOutputStream_jniInit and Java_com.example.caster_shout_ShoutOutputStream_jniInit__Ljava_lang_String_2ILjava_lang_String_2Ljava_lang_String_2Ljava_lang_String_2) at com.example.caster.shout.ShoutOutputStream.jniInit(Native...