From the Letterbox specification, a livestream without DVR window can't be in the pause state. It can only have play and idle playback state.
The user must always in the live condition, as there is no seek bar or seek buttons.
Issue type
Incorrect behavior
Description of the problem
When the playback is interrupted by the system, like a alarm, or an other application takes the audio session, the controller goes in the pause state, even if it's a SRGMediaPlayerStreamTypeLive content.
Environment information
Library version: 1.15
iOS version: Any
Device: Any
Reproducibility
Always reproducible
Steps to reproduce
More easy to see on an iPad with a video livestream, but this not only on this device and this kind of media.
Open Letterbox Demo in split view with an other music / video app in the other side. (Like a Play SRG app or an other Letterbox demo app).
Letterbox Demo player stops the playback but don't stops de AVPlayer. The frame is in pause and when tapping on the Play button, it resumes it. The stream isn't in live condition anymore.
From the Letterbox specification, a livestream without DVR window can't be in the pause state. It can only have
play
andidle
playback state. The user must always in the live condition, as there is no seek bar or seek buttons.Issue type
Incorrect behavior
Description of the problem
When the playback is interrupted by the system, like a alarm, or an other application takes the audio session, the controller goes in the pause state, even if it's a
SRGMediaPlayerStreamTypeLive
content.Environment information
Reproducibility
Always reproducible
Steps to reproduce
More easy to see on an iPad with a video livestream, but this not only on this device and this kind of media.
Letterbox Demo player stops the playback but don't stops de AVPlayer. The frame is in pause and when tapping on the Play button, it resumes it. The stream isn't in live condition anymore.