Fixed 5207482, 5414035, 5489515 and 5489833; increase delay before converting 2014 warning to error
Include Widevine library version 4.5.0.5244 5489833 - live stream aborts early ignore continuity counter error warning (status=2014) 5414035 Telstra content cannot play, duplicate of 5489515 5489515 cannot play Disney content Telstra content has 4 bytes of AudioSpecificConfig instead of 2 Disney content has 5 byte AudioSpecificConfig whereas 2 bytes appears to be correct for AAC-LC 5207482 SIGSEGV happens on pressing "Show Rights" during playback of expired movies Change-Id: Iacc0d02d328c228d28b8cc8be93e63fe9f8b4600 related-to-bug: 5207482 related-to-bug: 5414035 related-to-bug: 5489515 related-to-bug: 5489833
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -159,7 +159,7 @@ void WVMExtractorImpl::Initialize()
|
||||
mInfoListener->setSession(mSession);
|
||||
}
|
||||
|
||||
WV_SetWarningToErrorMS(5000);
|
||||
WV_SetWarningToErrorMS(10000);
|
||||
}
|
||||
|
||||
WVMExtractorImpl::~WVMExtractorImpl() {
|
||||
|
||||
Reference in New Issue
Block a user