Skip to content

Releases: NoriginMedia/shaka-player

Added applyJumpOffsetAtStart option

04 May 14:03
Compare
Choose a tag to compare

Changes:

  • Added applyJumpOffsetAtStart option

Fix gap jump when currentTime=0

04 May 12:03
Compare
Choose a tag to compare

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

21 Apr 11:31
Compare
Choose a tag to compare

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)

24 Mar 10:52
Compare
Choose a tag to compare

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

14 Mar 12:28
Compare
Choose a tag to compare

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

24 Oct 11:31
Compare
Choose a tag to compare

Revert simple closure build optimization

Upgraded shaka to 3.2.10

27 Jul 12:46
2d4f589
Compare
Choose a tag to compare
Merge pull request #14 from NoriginMedia/dmitriy/upgrading-shaka-3.2.10

[SDK-216] upgrading shaka to 3.2.10

fix subtitles not clearing

20 Jan 12:49
Compare
Choose a tag to compare

cherry picked from release 3.2.2 a fix for subtitles

Upgraded Shaka to v3.2.1

04 Jan 14:11
Compare
Choose a tag to compare

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)

Added fixes for nested cues and new lineBreak property

27 May 13:08
Compare
Choose a tag to compare

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