Problem with video play
Unsolved
Mobile and Embedded
-
I have four visual objects in my UI, one is image slider, second displays content parsed from XML, third is video player and 4th is website viewer. First two are in separate threads, but the other two works in main, video performance is very bad, it is lagging. How to solve this situation? I want that all of this four works well but I am not sure is it possible to put QVideoWidget and QWebView in separate threads.