0

I am a newbie to Titanium, and need to develop an simple APP that can play streaming music on Android 4+. I took the sample code of Titanium AudioPlayer and change it's url, but it does not work. Titanium AudioPlayer sample

Does anyone has experience doing similar work for Android? I greatly appreciate it!

PS, I setup live555 media player to support RTSP audio streaming from some mp3 file. I try with desktop TLC player for this url, music plays properly.(url looks like this: rtsp://10.0.2.2:8554/lovetheway.mp3 if from emulator, for desktop TLC I just use localhost:8854)

Serafins
  • 1,237
  • 1
  • 17
  • 36
yuhsiang
  • 13
  • 4

1 Answers1

0

From Wowza documentation:

Android devices can't play MP3 streams over RTSP/RTP in any combination (audio/video or audio only).

jamix
  • 5,484
  • 5
  • 26
  • 35