Releases: NoriginMedia/shaka-player
Releases · NoriginMedia/shaka-player
Added applyJumpOffsetAtStart option
Changes:
- Added applyJumpOffsetAtStart option
Fix gap jump when currentTime=0
Change:
- The gap jump workaround is only applied if it is not the beginning of the content (currentTime > 0). Before it was applied when (gapIndex > 0)
v3.2.1-norigin.4 - Fix for gap jump on the content beginning
JIRA task: https://noriginmedia.atlassian.net/browse/RSSA-1574
Change:
- The gap jump workaround is only applied if it is not the beginning of the content (gapIndex > 0)
Added jumpGapsWithCeilOffset (in v3.2.1)
Changes:
- Added jumpGapsWithCeilOffset (default 0: no changes to current implementation).
Which was added for v3.2.10, but now on shaka-player v3.2.1-norigin.
Allow to set an extra offset when the player jumps a gap
Allow to set an extra offset when the player jumps a gap: #18
Changes:
- Added
jumpGapsWithCeilOffset
(default 0: no changes to current implementation).
Revert simple closure build optimization
Revert simple closure build optimization
Upgraded shaka to 3.2.10
Merge pull request #14 from NoriginMedia/dmitriy/upgrading-shaka-3.2.10 [SDK-216] upgrading shaka to 3.2.10
fix subtitles not clearing
cherry picked from release 3.2.2 a fix for subtitles
Upgraded Shaka to v3.2.1
Changes:
- Updated to latest Shaka release version (
v3.2.1
) - Custom Norigin changes:
- Closure compiler option (
ADVANCED
->SIMPLE
) to address memory usage issue - Build process changed (Removed CSS linting and usage of
checkversion.py
script) - Audio codec (AC-3 -> EC-3) workaround for Tizen is configurable (through DRM option
applyDolbyAudioFix
) - DRM expiration status check is configurable (through DRM option
ignoreDrmExpirationStatus
) - Explicit triggering of error after three (3) failed license attempts
- Subtitle TTML codec fix cherry-picked from master (#3754 - Note: Not officially released yet)
- Closure compiler option (
Added fixes for nested cues and new lineBreak property
Fixed:
- Styled nested cues are now displayed on one line where intended
- Spacing between nested cues fixed by using 'br' in place of spans / divs