eb-player 1.52.3 → 1.52.4-1.2-dev

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 ADDED
@@ -0,0 +1,141 @@
1
+ # EasyBroadcast player
2
+
3
+ ## 1.52.41
4
+
5
+ - add handler for geoblocking error on hls
6
+
7
+ ## 1.52.40
8
+
9
+ - fix canAutoPlay for video
10
+
11
+ ## 1.52.39
12
+ - fix forceAutoplayAudio in config
13
+
14
+ ## 1.52.38
15
+ - add new prop forceAutoplayAudio
16
+
17
+ ## 1.52.37
18
+
19
+ - build default + forja skin for publish steps
20
+
21
+
22
+ ## 1.52.36
23
+
24
+ - Add CLICK event on adsManager
25
+
26
+ ## 1.52.35
27
+
28
+ - Add support for custom share display on forja skin and default skin
29
+
30
+ ## 1.52.34
31
+
32
+ - Upgrad Webpack to v5
33
+
34
+ ## 1.52.33
35
+
36
+ - Fix loading display in default and forja skins
37
+
38
+ ## 1.52.32
39
+
40
+ - Add loader on default & forja skins when there is a bad network connection
41
+ - Add support for hotkeys (m to mute/unmute, arrow left to rewind, arrow right to forward)
42
+
43
+ ## 1.52.30
44
+
45
+ - Add support for custom player color for live button on default skin
46
+
47
+ ## 1.52.29
48
+
49
+ - Add support for custom player colors (progressBar, volumeBar & general for default) on default skin to replace the skinColor property
50
+
51
+ ## 1.52.28
52
+
53
+ - Fix left slot naming on default skin
54
+
55
+ ## 1.52.27
56
+
57
+ - Add showPlaylist condition to hideInterface timeout logic
58
+
59
+ ## 1.52.26
60
+
61
+ - Upgraded HLS to v1.4.14
62
+
63
+ ## 1.52.23
64
+
65
+ - rolledback EbLib default activation
66
+
67
+ ## 1.52.22
68
+
69
+ - Added whatsapp, telegram and x-twitter icons on forja skin share modal
70
+
71
+ ## 1.52.21
72
+
73
+ - Activate EbLib
74
+
75
+ ## 1.52.20
76
+
77
+ - Modify sound icon position on forja skin preroll
78
+
79
+ ## 1.52.19
80
+
81
+ - Removed legacy iOS libs that prevented autoplay to work properly on Safari
82
+
83
+ ## 1.52.18
84
+
85
+ - Improved robustness within video event listeners
86
+
87
+ ## 1.52.17
88
+
89
+ - Improved video transition robustness (failsafe video engine close operation)
90
+ - Fixes prerollEnd event call
91
+
92
+ ## 1.52.16
93
+
94
+ - Major performance improvement: disabled custom ABR - useless for Forja VOD
95
+
96
+ ## 1.52.15
97
+
98
+ - Upgraded HLS to v1.4.0
99
+ - Fixes SVG width/height
100
+ - Fixes player open/close sequence
101
+
102
+ ## 1.52.13
103
+
104
+ - build skins (default and forja)
105
+
106
+ ## 1.52.12
107
+
108
+ - display condition for audios and subtitles that is display list of audios or subtitles if we have more than one items for each list
109
+
110
+ ## 1.52.11
111
+
112
+ - Added token params in props
113
+ - Fixed hlsjs and dashjs default cdn
114
+
115
+ ## 1.52.10
116
+
117
+ - Fix hls error handling
118
+ - Upgrade hls to v1.3.4
119
+
120
+ ## 1.52.9
121
+
122
+ - Added support for custom player color
123
+ - Fixes preroll used along with ads
124
+
125
+ ## 1.52.8
126
+
127
+ - Fixes invalid stats call
128
+
129
+ ## 1.52.7
130
+
131
+ - Added Arabic + French support
132
+ - Fixed null pointer exceptions
133
+
134
+ ## 1.52.6
135
+
136
+ - Updated HLS library
137
+ - Fixed null pointer exception
138
+
139
+ ## 1.52.5
140
+
141
+ - Added chapters + skippable chapters support
package/README.md CHANGED
@@ -1,30 +1 @@
1
1
  # EasyBroadcast player
2
-
3
- ## Generate players
4
-
5
- - Development:
6
- ```yarn dev --player videos/easybroadcast/demo```
7
- Then navigate to <http://localhost:8080/>
8
-
9
- - Production:
10
- ```yarn generate --player videos/easybroadcast/demo```
11
- Result is placed in `dist/players`
12
-
13
- ## Build players
14
-
15
- In your player folder: /!\ Before building, change version in package.json following semantinc versionning: <https://semver.org/lang/fr/>
16
-
17
- you may sometime want to skip that but be carefull cause everything in this folder will be published rm ./dist/build
18
-
19
- builds the defaut player. yarn build
20
-
21
- builds a specific skin like forja.js config file and but in the config folder. yarn build --player forja
22
-
23
- build any other skin here using --player, /!\ you have to build them all every time except if you know what you're doing
24
-
25
- steps to upgrade npm package from your master branche
26
-
27
- npm login
28
- npm publish (path your eb-player project)
29
- npm unpublish eb-player@version <!> version you are published
30
- when you finish and test this version feel free to also push on git