[Development] Qt on Android: Switching to MediaPlayer to Exo player plans?

2015-02-13 Thread Miroslav Ristic
Hello there, Compared to Android's MediaPlayer, fresh-from-the-oven Exo player[1][2] has adaptive streaming support (DASH, SmoothStreaming), persistent caching, DRM support - to name a few key points. On the other hand it's API is not as complex as MediaCodec/MediaExtractor ones. Sounds like a g

[Development] Issues with dynamically loading of Qt libraries (libQtNetwork and libQtWebKit)

2012-04-03 Thread Miroslav Ristic
Hello Qt developers, A bit of background: Due to a limited amount of RAM on our embedded platform and lack of multiprocess support in directFB 1.0, we are forced to load Qt libraries dynamically with dlopen / dlclose calls. Using this approach, we should be able to have Qt libraries loaded only wh