Breaking changes for version 2.2
- HTML5 Player is dependent on Chromecast receiver 2.2
Breaking changes for version 2.1
- myPlayer.loadAsset(assetId, programId, callback) is
deprecated
, use myPlayer.startPlayback() or myPlayer.src(). read more here - CurrentTime, Duration and Seek values are based on seconds and are now relative to the beginning of the program and not the beginning of the stream.
- Use channelId & programId for live and catchup playback. AssetId should only be used for VoD.
- Program related progress bar with seamless switching between programs for a channel.
- Playback properties like default playback behaviour, startTime, etc.. were adapted so that they match the mobile client�s playback properties structure. To start use playbackProperties, described in Getting started.