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
Shaka Player v2.0.0-beta2 is missing some countermeasures for situations, where the network is temporarily disconnected, this typically applies to mobile devices when they are, say, disconnected from the carrier, e.g. going through a tunnel in a car with a passenger watching a video, etc.
Steps to reproduce:
Start playing any video with Chrome developer tools open.
Select offline preset from the list of connectivity simulations in Network tab
Shaka throws HTTP Network error (ID 1002) from which it cannot recuperate, even though the network becomes again available a short while later by switching to No throttling preset.
No amount of standard user interaction (pressing play, or seeking) helps. The media needs to be loaded again.
Shaka v1.6.5 handles this situation by querying last segment indefinitely until the network is available again and then it continues normally. It would be great if Shaka v2 did something similar and even if the error occurs under other circumstances, let it not be so destructive to the playback session.
The text was updated successfully, but these errors were encountered:
change the default retry parameters so that more than one attempt is made by default
since network errors may not be fatal, we should add a small 'dismiss' button to the error div in the demo app to allow a user of the demo to clear the error message
Shaka Player v2.0.0-beta2 is missing some countermeasures for situations, where the network is temporarily disconnected, this typically applies to mobile devices when they are, say, disconnected from the carrier, e.g. going through a tunnel in a car with a passenger watching a video, etc.
Steps to reproduce:
No amount of standard user interaction (pressing play, or seeking) helps. The media needs to be loaded again.
Shaka v1.6.5 handles this situation by querying last segment indefinitely until the network is available again and then it continues normally. It would be great if Shaka v2 did something similar and even if the error occurs under other circumstances, let it not be so destructive to the playback session.
The text was updated successfully, but these errors were encountered: