0

I need to stream audio to my app as it is being recorded live. How do I do this for Android? I have searched a few sources and didn't get a straight answer on how to do this.

The official documentation says Android supports live streaming over http/https in Android 3.0+. I need to be able to stream to devices with 2.3+. Any suggestion would help me. Thanks!

Srichand Yella
  • 4,218
  • 2
  • 23
  • 24

1 Answers1

1

I would recommend to implement an icecast/shoutcast server. You can find some tips about how to do the Android side on this question: Icecast/shoutcast streaming on Android

Community
  • 1
  • 1
vipw
  • 7,593
  • 4
  • 25
  • 48