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
When attempting to play a fresh media (not a URN) with Letterbox without network, the view displays an error and no thumbnail (since none is available from the cache). If enabling the network, playback starts, but the thumbnail is never loaded.
This previously worked because we were performing many unnecessary periodic refreshes.
Maybe we can enable something for YYWebImage or force a reload ourselves. We could also consider other better options which might offer this feature (e.g. Nuke) or we could attempt to eliminate such dependencies by rolling our own simple solution.
Issue type
Incorrect behavior
Environment information
Library version: 5.0
iOS version: Any
Device: Any
Reproducibility
Always reproducible
Steps to reproduce
Open LB demo for a 5.0 version with optional media support in the settings (e.g. Nightly 372+).
Open the SRF AOD list.
Enable airplane mode
Tap on a media. The player displays an error and no thumbnail.
Disable airplane mode. The media plays but the thumbnail is never loaded.
The text was updated successfully, but these errors were encountered:
When attempting to play a fresh media (not a URN) with Letterbox without network, the view displays an error and no thumbnail (since none is available from the cache). If enabling the network, playback starts, but the thumbnail is never loaded.
This previously worked because we were performing many unnecessary periodic refreshes.
Maybe we can enable something for YYWebImage or force a reload ourselves. We could also consider other better options which might offer this feature (e.g. Nuke) or we could attempt to eliminate such dependencies by rolling our own simple solution.
Issue type
Incorrect behavior
Environment information
Reproducibility
Always reproducible
Steps to reproduce
The text was updated successfully, but these errors were encountered: