forked from fpatrick/service.LanguagePreferenceManager
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix the previous workaround which tries to avoid 10sec subs latency. Too short seekback creates Aud/Vid synching issues and sometimes random freeze at resume. It needs 10sec seekback at least for proper buffering alignement. Skip the seekback on Audio track switch for responsivness, thus accepting the latency. Fix the previous workaround which tries to avoid 10sec subs latency. Too short seekback creates Aud/Vid synching issues and sometimes random freeze at resume. It needs 10sec seekback at least for proper buffering alignement. Skip the seekback on Audio track switch for responsivness, thus accepting the latency. v1.0.3BETA4-2 Add delay for short rewind on Resume (to avoid Large Audio sync errors and sometimes video freezes) v1.0.3BETA4 add debug messages. Additional log messages ... to debug Forced Short Rewind used in 1.0.2 Fix 10sec latency
- Loading branch information
1 parent
8763916
commit 5e8d8bf
Showing
3 changed files
with
18 additions
and
4 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
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