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
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