The issue is that mediaplayer-app is missing the app suspend signal and so it fails to call pause. This results in the player playing when the screen is locked but the surface texture for rendering video not instantiating correctly. The fix will involve something to ensure that mediaplayer-app is able to consistently signal media-hub to pause playback before the system goes to sleep.
The issue is that mediaplayer-app is missing the app suspend signal and so it fails to call pause. This results in the player playing when the screen is locked but the surface texture for rendering video not instantiating correctly. The fix will involve something to ensure that mediaplayer-app is able to consistently signal media-hub to pause playback before the system goes to sleep.