On 7.6 the app used to work perfectly. But after 7.7 release, we get execution timeout when we set video.control to some value or set audio/subtitle track(and sometimes it even doesn't go to debug mod...
Can you show a minimal code example of that happening? Your question is not very informative as is - but i can re-state warning given before - do not block the render thread (i would say no more than 1 sec) or it will be killed. Things that take long time - do them in main() or in Task thread