Conversation
|
@yairans the proper way to handle this for Shaka, which is basically what you did in our code is to use this is the default handler for them and you can see it sets for live a few errors to be non fatal https://github.com/google/shaka-player/blob/master/lib/player.js#L4960 |
|
@OrenMe The question is why this behavior is only in SegmentTimeline and not in SegmentTemplate? |
|
so this will happen also for VOD if we use SegmentTimeline? although in VOD manifest won't ever reload so not a real issue. I just suspect doing this in error handler for all playback types might be an issue cause this will cause any HTTP error to get us into critical error, meaning error handling will be void |
Description of the Changes
This is a shaka issue - shaka-project/shaka-player#3794
As a WA - set the error severity to critical when it's HTTP_ERROR
Solves FEC-11734
CheckLists