eb-player 1.52.21 → 1.52.22
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 +77 -0
- package/dist/build/default.js +1 -1
- package/dist/build/forja.js +1 -1
- package/dist/players/videos/easybroadcast/demo_chromecast/demo_chromecast.js +1 -0
- package/dist/players/videos/easybroadcast/demo_chromecast/live.html +159 -0
- package/dist/players/videos/easybroadcast/website/index.html +31 -0
- package/dist/players/videos/easybroadcast/website/website.js +1 -0
- package/package.json +1 -1
- package/dist/players/videos/easybroadcast/turkmedya/turkmedya.html +0 -17
- package/dist/players/videos/easybroadcast/turkmedya/turkmedya.js +0 -4443
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
# EasyBroadcast player
|
|
2
|
+
|
|
3
|
+
## 1.52.22
|
|
4
|
+
|
|
5
|
+
- Added whatsapp, telegram and x-twitter icons on forja skin share modal
|
|
6
|
+
|
|
7
|
+
## 1.52.21
|
|
8
|
+
|
|
9
|
+
- Activate EbLib
|
|
10
|
+
|
|
11
|
+
## 1.52.20
|
|
12
|
+
|
|
13
|
+
- Modify sound icon position on forja skin preroll
|
|
14
|
+
|
|
15
|
+
## 1.52.19
|
|
16
|
+
|
|
17
|
+
- Removed legacy iOS libs that prevented autoplay to work properly on Safari
|
|
18
|
+
|
|
19
|
+
## 1.52.18
|
|
20
|
+
|
|
21
|
+
- Improved robustness within video event listeners
|
|
22
|
+
|
|
23
|
+
## 1.52.17
|
|
24
|
+
|
|
25
|
+
- Improved video transition robustness (failsafe video engine close operation)
|
|
26
|
+
- Fixes prerollEnd event call
|
|
27
|
+
|
|
28
|
+
## 1.52.16
|
|
29
|
+
|
|
30
|
+
- Major performance improvement: disabled custom ABR - useless for Forja VOD
|
|
31
|
+
|
|
32
|
+
## 1.52.15
|
|
33
|
+
|
|
34
|
+
- Upgraded HLS to v1.4.0
|
|
35
|
+
- Fixes SVG width/height
|
|
36
|
+
- Fixes player open/close sequence
|
|
37
|
+
|
|
38
|
+
## 1.52.13
|
|
39
|
+
|
|
40
|
+
- build skins (default and forja)
|
|
41
|
+
|
|
42
|
+
## 1.52.12
|
|
43
|
+
|
|
44
|
+
- display condition for audios and subtitles that is display list of audios or subtitles if we have more than one items for each list
|
|
45
|
+
|
|
46
|
+
## 1.52.11
|
|
47
|
+
|
|
48
|
+
- Added token params in props
|
|
49
|
+
- Fixed hlsjs and dashjs default cdn
|
|
50
|
+
|
|
51
|
+
## 1.52.10
|
|
52
|
+
|
|
53
|
+
- Fix hls error handling
|
|
54
|
+
- Upgrade hls to v1.3.4
|
|
55
|
+
|
|
56
|
+
## 1.52.9
|
|
57
|
+
|
|
58
|
+
- Added support for custom player color
|
|
59
|
+
- Fixes preroll used along with ads
|
|
60
|
+
|
|
61
|
+
## 1.52.8
|
|
62
|
+
|
|
63
|
+
- Fixes invalid stats call
|
|
64
|
+
|
|
65
|
+
## 1.52.7
|
|
66
|
+
|
|
67
|
+
- Added Arabic + French support
|
|
68
|
+
- Fixed null pointer exceptions
|
|
69
|
+
|
|
70
|
+
## 1.52.6
|
|
71
|
+
|
|
72
|
+
- Updated HLS library
|
|
73
|
+
- Fixed null pointer exception
|
|
74
|
+
|
|
75
|
+
## 1.52.5
|
|
76
|
+
|
|
77
|
+
- Added chapters + skippable chapters support
|