bitmovin-player-ui 3.84.0 → 3.86.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -16,16 +16,16 @@ jobs:
16
16
  steps:
17
17
  # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
18
18
  - name: Checkout
19
- uses: actions/checkout@v3
19
+ uses: actions/checkout@v4
20
20
 
21
21
  - name: Set up node.js
22
- uses: actions/setup-node@v3.3.0
22
+ uses: actions/setup-node@v4
23
23
  with:
24
24
  node-version-file: .nvmrc
25
25
 
26
26
  - name: Cache node modules
27
27
  id: cache-nodemodules
28
- uses: actions/cache@v3
28
+ uses: actions/cache@v4
29
29
  env:
30
30
  cache-name: cache-node-modules
31
31
  with:
@@ -46,7 +46,7 @@ jobs:
46
46
  run: tar -czvf artifact.tar.gz dist
47
47
  shell: bash
48
48
 
49
- - uses: actions/upload-artifact@v3
49
+ - uses: actions/upload-artifact@v4
50
50
  with:
51
51
  path: |
52
52
  ${{ github.workspace }}/artifact.tar.gz
@@ -31,7 +31,7 @@ jobs:
31
31
  const { version } = require('./package.json')
32
32
  core.setOutput('packageJsonVersion', version)
33
33
 
34
- - uses: actions/download-artifact@v3
34
+ - uses: actions/download-artifact@v4
35
35
  with:
36
36
  path: .
37
37
 
package/CHANGELOG.md CHANGED
@@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file.
4
4
  The format is based on [Keep a Changelog](http://keepachangelog.com/)
5
5
  and this project adheres to [Semantic Versioning](http://semver.org/).
6
6
 
7
+ ## [3.86.0] - 2025-02-20
8
+
9
+ ### Changed
10
+ - Chore: Update github actions to v4
11
+
12
+ ## [3.85.0] - 2025-01-16
13
+
14
+ ### Changed
15
+ - Chore: Update assets to use Bitmovin CDN
16
+
7
17
  ## [3.84.0] - 2025-01-15
8
18
 
9
19
  ### Added
@@ -1068,6 +1078,8 @@ Version 2.0 of the UI framework is built for player 7.1. If absolutely necessary
1068
1078
  ## 1.0.0 (2017-02-03)
1069
1079
  - First release
1070
1080
 
1081
+ [3.86.0]: https://github.com/bitmovin/bitmovin-player-ui/compare/v3.85.0...v3.86.0
1082
+ [3.85.0]: https://github.com/bitmovin/bitmovin-player-ui/compare/v3.84.0...v3.85.0
1071
1083
  [3.84.0]: https://github.com/bitmovin/bitmovin-player-ui/compare/v3.83.0...v3.84.0
1072
1084
  [3.83.0]: https://github.com/bitmovin/bitmovin-player-ui/compare/v3.82.0...v3.83.0
1073
1085
  [3.82.0]: https://github.com/bitmovin/bitmovin-player-ui/compare/v3.81.0...v3.82.0
Binary file
package/dist/index.html CHANGED
@@ -111,15 +111,15 @@
111
111
  <script type="text/javascript">
112
112
  var sources = {
113
113
  fullyFeatured: {
114
- dash: '//bitdash-a.akamaihd.net/content/sintel/sintel.mpd',
115
- hls: '//bitdash-a.akamaihd.net/content/sintel/hls/playlist.m3u8',
114
+ dash: 'https://cdn.bitmovin.com/content/assets/sintel/sintel.mpd',
115
+ hls: 'https://cdn.bitmovin.com/content/assets/sintel/hls/playlist.m3u8',
116
116
  progressive: [
117
- {url: '//bitdash-a.akamaihd.net/content/sintel/Sintel.mp4', type: 'video/mp4'},
118
- {url: '//bitdash-a.akamaihd.net/content/sintel/Sintel.webm', type: 'video/webm'}
117
+ {url: 'https://cdn.bitmovin.com/content/assets/sintel/Sintel.mp4', type: 'video/mp4'},
118
+ {url: 'https://cdn.bitmovin.com/content/assets/sintel/Sintel.webm', type: 'video/webm'}
119
119
  ],
120
- poster: '//bitdash-a.akamaihd.net/content/sintel/poster.png',
120
+ poster: 'https://cdn.bitmovin.com/content/assets/sintel/poster.png',
121
121
  thumbnailTrack: {
122
- url: '//bitdash-a.akamaihd.net/content/sintel/sprite/sprite.vtt',
122
+ url: 'https://cdn.bitmovin.com/content/assets/sintel/sprite/sprite.vtt',
123
123
  },
124
124
  title: 'Sintel',
125
125
  description: 'A woman, Sintel, is attacked while traveling through a wintry mountainside. After defeating her attacker and taking his spear, she finds refuge in a shaman\'s hut...',
@@ -140,47 +140,47 @@
140
140
  ],
141
141
  },
142
142
  basicProgressive: {
143
- progressive: '//bitdash-a.akamaihd.net/content/sintel/Sintel.mp4',
144
- poster: '//bitdash-a.akamaihd.net/content/sintel/poster.png',
143
+ progressive: 'https://cdn.bitmovin.com/content/assets/sintel/Sintel.mp4',
144
+ poster: 'https://cdn.bitmovin.com/content/assets/sintel/poster.png',
145
145
  },
146
146
  basicMultiProgressive: {
147
147
  progressive: [
148
- {url: '//bitdash-a.akamaihd.net/content/sintel/Sintel.mp4', type: 'video/mp4', label: 'quality1'},
149
- {url: '//bitdash-a.akamaihd.net/content/sintel/Sintel.mp4', type: 'video/mp4', label: 'quality2'},
148
+ {url: 'https://cdn.bitmovin.com/content/assets/sintel/Sintel.mp4', type: 'video/mp4', label: 'quality1'},
149
+ {url: 'https://cdn.bitmovin.com/content/assets/sintel/Sintel.mp4', type: 'video/mp4', label: 'quality2'},
150
150
  ],
151
151
  },
152
152
  basicHls: {
153
- hls: "//bitdash-a.akamaihd.net/content/sintel/hls/playlist.m3u8",
154
- poster: '//bitdash-a.akamaihd.net/content/sintel/poster.png',
153
+ hls: "//cdn.bitmovin.com/content/assets/sintel/hls/playlist.m3u8",
154
+ poster: 'https://cdn.bitmovin.com/content/assets/sintel/poster.png',
155
155
  },
156
156
  basicDash: {
157
- dash: 'http://bitdash-a.akamaihd.net/content/sintel/sintel.mpd'
157
+ dash: 'https://cdn.bitmovin.com/content/assets/sintel/sintel.mpd'
158
158
  },
159
159
  basicDashAudioOnly: {
160
- dash: 'http://bitmovin-a.akamaihd.net/content/sintel/sintel-audio.mpd'
160
+ dash: 'https://cdn.bitmovin.com/content/assets/sintel/sintel-audio.mpd'
161
161
  },
162
162
  basicDashVideoOnly: {
163
- dash: 'http://bitmovin-a.akamaihd.net/content/sintel/sintel-video.mpd'
163
+ dash: 'https://cdn.bitmovin.com/content/assets/sintel/sintel-video.mpd'
164
164
  },
165
165
  errorInvalidHost: {
166
166
  dash: 'http://invalid/url/to/nonexistent/mpd.mpd'
167
167
  },
168
168
  errorMissingMpd: {
169
- dash: 'http://bitdash-a.akamaihd.net/content/sintel/sintellll.mpd'
169
+ dash: 'https://cdn.bitmovin.com/content/assets/sintel/sintellll.mpd'
170
170
  },
171
171
  vr: {
172
- dash: 'https://bitmovin-a.akamaihd.net/content/playhouse-vr/mpds/105560.mpd',
172
+ dash: 'https://cdn.bitmovin.com/content/assets/playhouse-vr/mpds/105560.mpd',
173
173
  vr: {
174
174
  contentType: 'single'
175
175
  }
176
176
  },
177
177
  posterAndThumbnails: {
178
- dash: '//bitdash-a.akamaihd.net/content/MI201109210084_1/mpds/f08e80da-bf1d-4e3d-8899-f0f6155f6efa.mpd',
179
- hls: '//bitdash-a.akamaihd.net/content/MI201109210084_1/m3u8s/f08e80da-bf1d-4e3d-8899-f0f6155f6efa.m3u8',
180
- progressive: '//bitdash-a.akamaihd.net/content/MI201109210084_1/MI201109210084_mpeg-4_hd_high_1080p25_10mbits.mp4',
181
- poster: '//bitdash-a.akamaihd.net/content/art-of-motion_drm/art-of-motion_poster.jpg',
178
+ dash: 'https://cdn.bitmovin.com/content/assets/MI201109210084/mpds/f08e80da-bf1d-4e3d-8899-f0f6155f6efa.mpd',
179
+ hls: 'https://cdn.bitmovin.com/content/assets/MI201109210084/m3u8s/f08e80da-bf1d-4e3d-8899-f0f6155f6efa.m3u8',
180
+ progressive: 'https://cdn.bitmovin.com/content/assets/MI201109210084/MI201109210084_mpeg-4_hd_high_1080p25_10mbits.mp4',
181
+ poster: 'https://cdn.bitmovin.com/content/assets/art-of-motion_drm/art-of-motion_poster.jpg',
182
182
  thumbnailTrack: {
183
- url: 'https://bitdash-a.akamaihd.net/content/MI201109210084_1/thumbnails/f08e80da-bf1d-4e3d-8899-f0f6155f6efa.vtt',
183
+ url: 'https://cdn.bitmovin.com/content/assets/MI201109210084/thumbnails/f08e80da-bf1d-4e3d-8899-f0f6155f6efa.vtt',
184
184
  },
185
185
  userId: 'demo_html5_vts', videoId: 'art-of-motion'
186
186
  },
@@ -410,7 +410,7 @@
410
410
  });
411
411
  },
412
412
  'Add subtitle': function() {
413
- return player.subtitles.add({ url: 'http://bitdash-a.akamaihd.net/content/sintel/subtitles/subtitles_en.vtt', id: 'test', lang: 'ru', kind: 'subtitle', label: 'Test Subtitle' });
413
+ return player.subtitles.add({ url: 'https://cdn.bitmovin.com/content/assets/sintel/subtitles/subtitles_en.vtt', id: 'test', lang: 'ru', kind: 'subtitle', label: 'Test Subtitle' });
414
414
  },
415
415
  'Remove subtitle': function() {
416
416
  return player.subtitles.remove('test');
@@ -11500,7 +11500,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
11500
11500
  Object.defineProperty(exports, "__esModule", { value: true });
11501
11501
  exports.ClickOverlay = exports.VolumeControlButton = exports.TitleBar = exports.SubtitleSelectBox = exports.SubtitleOverlay = exports.SeekBarLabel = exports.RecommendationOverlay = exports.ErrorMessageOverlay = exports.Component = exports.CastToggleButton = exports.CastStatusOverlay = exports.AudioTrackSelectBox = exports.AudioQualitySelectBox = exports.Label = exports.Container = exports.UIContainer = exports.Watermark = exports.VRToggleButton = exports.VolumeToggleButton = exports.VideoQualitySelectBox = exports.ToggleButton = exports.SettingsToggleButton = exports.SettingsPanel = exports.ItemSelectionList = exports.SelectBox = exports.SeekBar = exports.PlaybackToggleButton = exports.PlaybackTimeLabelMode = exports.PlaybackTimeLabel = exports.HugePlaybackToggleButton = exports.FullscreenToggleButton = exports.ControlBar = exports.Button = exports.ListOrientation = exports.ListNavigationGroup = exports.RootNavigationGroup = exports.NavigationGroup = exports.SpatialNavigation = exports.I18n = exports.i18n = exports.ErrorUtils = exports.StorageUtils = exports.BrowserUtils = exports.UIUtils = exports.PlayerUtils = exports.StringUtils = exports.ArrayUtils = exports.DemoFactory = exports.UIFactory = exports.version = void 0;
11502
11502
  exports.ListSelector = exports.QuickSeekButton = exports.ReplayButton = exports.SettingsPanelItem = exports.SubtitleSettingsPanelPage = exports.SettingsPanelPageOpenButton = exports.SettingsPanelPageBackButton = exports.SettingsPanelPage = exports.AudioTrackListBox = exports.SubtitleListBox = exports.ListBox = exports.SubtitleSettingsResetButton = exports.WindowOpacitySelectBox = exports.WindowColorSelectBox = exports.SubtitleSettingsLabel = exports.SubtitleSettingSelectBox = exports.FontSizeSelectBox = exports.FontOpacitySelectBox = exports.FontFamilySelectBox = exports.FontColorSelectBox = exports.CharacterEdgeSelectBox = exports.BackgroundOpacitySelectBox = exports.BackgroundColorSelectBox = exports.Spacer = exports.PictureInPictureToggleButton = exports.VolumeSlider = exports.AirPlayToggleButton = exports.MetadataLabelContent = exports.MetadataLabel = exports.CloseButton = exports.PlaybackToggleOverlay = exports.CastUIContainer = exports.BufferingOverlay = exports.HugeReplayButton = exports.PlaybackSpeedSelectBox = exports.AdClickOverlay = exports.AdMessageLabel = exports.AdSkipButton = void 0;
11503
- exports.version = '3.84.0';
11503
+ exports.version = '3.86.0';
11504
11504
  // Management
11505
11505
  __exportStar(require("./uimanager"), exports);
11506
11506
  __exportStar(require("./uiconfig"), exports);