Sergey Radionov

Results 170 comments of Sergey Radionov

Using `QmlVlc` as plugin is not tested well. So very possible it's just a bug.

Yes, you just the first person who tried use it as plugin for long time...

Sorry, don't have time for it atm. Patch welcome...

btw, you could do it yourself from within QML..

Sorry, I didn't test it on android. I even don't have any android device to try.

btw, do you use VlcPlayer or VlcMmPlayer? if you use VlcPlayer, then try VlcMmPlayer, it could help, but I don't sure.

btw, don't use "-vvv" option - it enables debug mode, and could affect performance.

It seems QmlVlc needs some optimizations for android platform...

Android devices just much less powerful than any desktop platform, and if on desktop decoding frame to memory and after that transfer to video memory is fast enough for smooth...

btw, did you try to use QtMultimedia (i.e. without QmlVlc at all)? Does it has acceptable performance?