You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This release adds support for audio tracks and subtitles.
Audio tracks and subtitles
Add media selection APIs to retrieve available and selected audio tracks and subtitles or to change the current selection.
Display forced subtitles when available.
Automatically prefer tracks intended for Audio Description and SDH & CC depending on device accessibility settings.
Override media selection programmatically.
Override subtitle text style programmatically (WebVTT only).
Provide standard menu for audio tracks and subtitles.
Global analytics labels and user consent support
You can optionally provide an AnalyticsDataSource when starting Analytics. This data source can be used to deliver global labels in all comScore and Commanders Act events.
User consent can be provided in comScore and Commanders Act global labels.
Breaking changes
The restart and canRestart APIs have been renamed as replay and canReplay respectively. These APIs now always resume playback if needed.
Miscellaneous improvements
Prevent playback of content containing at least a blocked segment.
Improve automatic visibility management.
Improve SRG SSR resource resolution to prefer HLS streams when available, most notably for SWI content.
Add playbackSpeed binding API.
Provide playback speed selection in standard menu API.
Remove unused Diagnostics and UserInterface packages.
Remove unused Google Cast SDK dependency.
Fixes
Fix playback crashing when seeking near the end of some streams.
Always send uptime to Commanders Act for livestreams, no matter the offset from the live edge.
Fix player leak on tvOS.
Fix never-ending slider interactions.
Retrieve SRG SSR metadata on a device basis (vector).
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
This release adds support for audio tracks and subtitles.
Audio tracks and subtitles
Global analytics labels and user consent support
AnalyticsDataSource
when startingAnalytics
. This data source can be used to deliver global labels in all comScore and Commanders Act events.Breaking changes
restart
andcanRestart
APIs have been renamed asreplay
andcanReplay
respectively. These APIs now always resume playback if needed.Miscellaneous improvements
playbackSpeed
binding API.Fixes
uptime
to Commanders Act for livestreams, no matter the offset from the live edge.What's Changed
Full Changelog: 0.5.1...0.6.0
This discussion was created from the release Audio tracks, subtitles and user consent.
Beta Was this translation helpful? Give feedback.
All reactions