Hi, I'm considering the development of an android application that should connect to a RTMP media server (Adobe or others) and play available streams from there. I understand that an RTMP-compliant player is only available when runnning in the browser, which is not what I want to do (the application must be an android native Java app).
Can someone suggest me what other options I have: - Develop the rtmp player/layers myself (and attach it to a MediaPlayer object)? E.g. based on librtmp or Red5. - Use a commercially available rtmp library? - Find some mechanism to invoke Adobe's Flash Player from within my Android application (not sure whether this is possible) or the browser's flash player plugin. - Other possibilities? Any help is highly appreciated. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

