Releases: bbc/bigscreen-player
Update SMP dash.js to 9.2.2
Release Notes
- #31 Update dash.js
This contains several bug fixes and improvements merged from source dash.js into SMP forked version.
The main fix is #t anchor tags now work correctly when trying to play from the start.
1.2.0
Release Notes
- #29 HTML5 playback in bigscreen-player
HTML5 native playback is now supported in bigscreen-player
, without its dependence on the TAL device. This is implemented as a new playback strategy called nativestrategy
. The new strategy can be configured the same as the current strategies, but has a configurable option of liveSupport
- this determines the live media player used when playing live content.
window.bigscreenPlayer = {
playbackStrategy: 'nativestrategy',
liveSupport: 'seekable' // or 'restartable' or 'playable'
}
Please note that hybridstrategy
now uses a combination of msestrategy
& nativestrategy
rather than talstrategy
.
1.1.0
Release Notes
- #26 Manifest parsing.
Backwards compatible API changes to bigscreenPlayerData
. For live playback, if the DASH/HLS manifest is parsed by your application, a time
block can still be used by bigscreen-player. This takes precedence over the alternative, which is to pass a manifest (and manifestType) as part of the media
block, as well as a serverDate
Date object.
bigscreenPlayerData {
media: {
manifest,
manifestType
},
serverDate
}
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
Update package.json to 1.0.1