2

I'm trying to creating radio application and one of the radio stations is using rtsp:\ protocol (rtsp:\\addres\file.sdp with mp4a codec). I was trying to play it using MediaPlayer but it doesn't want to work. Is it possible to play such audio stream using android with MediaPlayer or... other lib?

Any one :(?

radzio
  • 2,862
  • 4
  • 26
  • 35

1 Answers1

1

Android supports for RTSP streaming. However, usually the Android Emulator have issued with playing audio or video streaming application. You should test your streaming application on real device

secretlm
  • 2,361
  • 2
  • 27
  • 38