You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Video session is not closed in suspended state when HMI level become BACKGROUND or NONE. Session should be closed even in suspended state.
Most HMI have only 1 video resource (decorder, screen, etc.). So, SDL proxy and SDLCore should close session (send Navigation.StopStream to HMI from SDLCore) at appropriate timing.
Reproduction Steps
Activate VPM app1 to FULL. App1 starts video streaming
Make app1 inactive. Video streaming state of app1 becomes SUSPENDED.
Activate VPM app2 to FULL and VPM app1 is changed to BACKGROUND
Expected Behavior
VPM app1 stops video streaming session
Observed Behavior
VPM app1 does NOT stop video streaming session
OS & Version Information
iOS Version: 10.3.3, 11.1
SDL iOS Version: v6.0.1
Testing Against: Our internal devboard HU
Test Case, Sample Code, and / or Example App
I will create PR and will update test case.
The text was updated successfully, but these errors were encountered:
@t-yoshii Many changes have been made to these classes on the develop branch. Please take a look and let us know if this is still an issue on that branch.
Never mind, I see that this is against develop. Your SDL iOS Version is therefore incorrect. It should have specified 6.1-develop or a commit entry, not 6.0.1 which has a very different streaming manager. If it affects both, then let us know. It may be worth a hotfix against master.
Bug Report
Video session is not closed in suspended state when HMI level become BACKGROUND or NONE. Session should be closed even in suspended state.
Most HMI have only 1 video resource (decorder, screen, etc.). So, SDL proxy and SDLCore should close session (send Navigation.StopStream to HMI from SDLCore) at appropriate timing.
Reproduction Steps
Expected Behavior
Observed Behavior
OS & Version Information
Test Case, Sample Code, and / or Example App
I will create PR and will update test case.
The text was updated successfully, but these errors were encountered: