videojs-hls-boomstream 1.2.74 → 1.2.78
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.
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,12 @@
|
|
|
1
1
|
# Changelog of ```videojs-hls-boomstream```
|
|
2
|
+
## 1.2.78
|
|
3
|
+
FIX: Исправление проблем с автокачеством.
|
|
4
|
+
## 1.2.77
|
|
5
|
+
FIX: Исправление проблем на MacOS
|
|
6
|
+
## 1.2.76
|
|
7
|
+
FIX: Исправление отправки аналитики для нескольких плееров на странице
|
|
8
|
+
## 1.2.75
|
|
9
|
+
FIX: Удалил автоматическое переключение оффлайн стримов в плейлисте
|
|
2
10
|
## 1.2.74
|
|
3
11
|
FIX: Изменена процедура подгрузки плейлистов
|
|
4
12
|
## 1.2.73
|
package/dist/typings.d.ts
CHANGED
|
@@ -148,14 +148,15 @@ export type BoomstreamBases = {
|
|
|
148
148
|
};
|
|
149
149
|
|
|
150
150
|
export type GlobalState = {
|
|
151
|
-
|
|
151
|
+
players: VideoJsPlayer[];
|
|
152
152
|
offlineStreamHandler: BMSOfflineStreamHandlerInterface;
|
|
153
153
|
currentMediaCode: string;
|
|
154
154
|
isBmsUIUsed: boolean;
|
|
155
155
|
offlineStreamErrorHandler: () => void;
|
|
156
|
-
liveVodRequestSender: LiveVodRequestSenderInterface;
|
|
156
|
+
liveVodRequestSender: LiveVodRequestSenderInterface[];
|
|
157
157
|
googleAnalyticPartnerKey: string;
|
|
158
158
|
yandexAnalyticPartnerKey: string;
|
|
159
|
+
typeApp: string;
|
|
159
160
|
}
|
|
160
161
|
|
|
161
162
|
export type VideoElementDimensions = {
|