-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes livestreams with no seek range.
When the availability window of a live stream is very narrow, in at least some cases, the playhead can end up starting before the availability window. In that case, the stream will fail to load unless gap jumping is set up to jump long gaps. This makes the playhead jump ahead if it falls behind the availability window, to avoid that situation (and others that might have the same effect.) Closes #916 Change-Id: I87f8c70ba6053d3524a1546e57d55cb6528cc683
1 parent
4bfa3d2
commit 7f7e8cc
Showing
2 changed files
with
42 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters