Player Roku Releases
Latest Releases
Stable
1.63.0
6/21/2022
Stable
7/22/2019
1.11.0
Added
- Support for
ContentNode
s as an alternative to the player source configuration.ContentNode
s can now be set as thesource
in a player configuration and can be passed to theload
API call
Fixed
- Player resolution is now based on display screen instead of always being full hd
- Changing subtitle tracks no longer cause the player to stall and buffer
Stable
7/8/2019
1.10.0
Added
- API functions
setSubtitleStyles
andgetSubtitleStyles
to allow styling of subtitles
Fixed
- Player no longer always claims the focus
- Errors in an obfuscated player would cause a crash
Stable
6/25/2019
1.9.0
Changed
- Displaying of errors. Error messages are shown along with the error code and name
Stable
6/11/2019
1.8.0
Fixed
error
event is now fired beforeunload
event- Closed Caption mode can now be changed before playback has started
Stable
4/30/2019
1.5.0
Added
- BIF thumbnail track support
Fixed
timeShifted
event is now fired after playback resumes instead of when the timeshift operation begins- Using the remote control in a live stream now fires
timeShift
events instead ofseek
events
Stable
4/17/2019
1.4.0
Added
getConfig
API call which returns the current config of the playermetadata
field which contains the most recent received metadata from the video stream- Support for timed EMSG metadata
Fixed
- Remote control cannot start initial playback
Stable
4/3/2019
1.3.0
Added
- Observable fields
timeShift
andtimeShifted
in addition to API functionstimeShift
,getTimeShift
,getMaxTimeShift
to manipulate playback position in live content - Field
assetType
in the source config to signal whether the content is live sourceLoaded
andsourceUnloaded
events/fieldsplay
event/field which notifies about the intention to start/resume playbackisLive
API function