Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The Streaming Media Manager returns an incorrect value for isStreamingSupported #1569

Closed
NicoleYarroch opened this issue Feb 24, 2020 · 0 comments
Assignees
Labels
bug A defect in the library manager-streaming-audio Relating to the manager layer - audio streaming manager-streaming-video Relating to the manager layer - video streaming
Projects

Comments

@NicoleYarroch
Copy link
Contributor

Bug Report

The SDLStreamingMediaManager returns false for isStreamingSupported if video or audio has not yet started streaming. Since isStreamingSupported is set based on the value returned in theRegisterAppInterface response there is no need to wait for video or audio to start streaming in order to return an accurate value.

Reproduction Steps
  1. Connect a video streaming app to a head unit. Launch the SDL app by selecting the icon on the HMI (if necessary).
  2. When the start handler has been called on the sdlManager, check if video is supported by querying sdlManager.streamManager?.isStreamingSupported.
Expected Behavior

It should return true as videoLifecycleManager.isStreamingSupported returns true.

Observed Behavior

It returns false as video has not yet started streaming.

OS & Version Information
  • iOS Version: n/a
  • SDL iOS Version: 6.5
  • Testing Against: SYNC 4
@NicoleYarroch NicoleYarroch added the bug A defect in the library label Feb 24, 2020
@NicoleYarroch NicoleYarroch self-assigned this Feb 27, 2020
@joeljfischer joeljfischer added this to To do in v6.6.0 Mar 18, 2020
@joeljfischer joeljfischer added manager-streaming-video Relating to the manager layer - video streaming manager-streaming-audio Relating to the manager layer - audio streaming labels Mar 18, 2020
v6.6.0 automation moved this from To do to Done Mar 19, 2020
@joeljfischer joeljfischer mentioned this issue Apr 29, 2020
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug A defect in the library manager-streaming-audio Relating to the manager layer - audio streaming manager-streaming-video Relating to the manager layer - video streaming
Projects
No open projects
v6.6.0
  
Done
Development

No branches or pull requests

2 participants