The easiest way to play an audio RTMP stream in Android

Viewed 26467

I found some Android RTMP libraries (like this : http://rtmpdump.mplayerhq.hu/).

The problem is that there is no accurate documentation on how we can use it.

In my case, I have a simple RTMP live audio stream (ex: rtmp://myserver/myapp/myliveaudio).

What is the easiest way to read it in my Android app?

Please, I don't want links: I need some pieces of code or some accurate step-by-step explanation.

Thank you very much.

2 Answers
Related