fatihsokmen / android-icecast-broadcast

🎷 Android Audio Broadcast. Captures real-time audio from microphone, encodes and streams over icecast protocol
53 stars 22 forks source link

Hi, Can not init stream. #6

Open AntonGorbach opened 7 years ago

AntonGorbach commented 7 years ago

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?

fatihsokmen commented 7 years ago

Hey, are still getting this issue ? I know many devs got it run

Alibard1 commented 7 years ago

Sorry it was my problem. On this moment no issue was found. Ty for your library!

wlewis00 commented 7 years ago

Great code, but I'm also getting the "can not init stream" I filled out the BroadcastFragment and even tested the server with another android app. Can you please help.

dgaurav-163 commented 6 years ago

Hi

I am facing same issue like MSG_ERROR_STREAM_INIT = 7. I have placed actual parameter in BroadcastFragment. java. I caught same library passing hard coded value in Encoder.java class line no. 143 like shout = new ShoutOutputStream(); shout.init("188.226.213.202", 8002, "/test", "test", "testing");

I have also tried to change it but could not work. Can you review what is the error?

Thanks

aksoyh commented 6 years ago

Hi, Anybody can help how can I handle this issue? I tried to change but nothing changed. Can you please help?

aksoyh commented 6 years ago

Sorry it was my problem. On this moment no issue was found. Ty for your library!

Hi, How to solve this problem?