@gcorevideo/player 2.28.3 → 2.28.6

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.
Files changed (52) hide show
  1. package/dist/core.js +1 -1
  2. package/dist/index.css +507 -507
  3. package/dist/index.js +1 -1
  4. package/package.json +2 -2
  5. package/tsconfig.tsbuildinfo +1 -1
  6. package/coverage/clover.xml +0 -6
  7. package/coverage/coverage-final.json +0 -1
  8. package/coverage/lcov-report/base.css +0 -224
  9. package/coverage/lcov-report/block-navigation.js +0 -87
  10. package/coverage/lcov-report/favicon.png +0 -0
  11. package/coverage/lcov-report/index.html +0 -101
  12. package/coverage/lcov-report/prettify.css +0 -1
  13. package/coverage/lcov-report/prettify.js +0 -2
  14. package/coverage/lcov-report/sort-arrow-sprite.png +0 -0
  15. package/coverage/lcov-report/sorter.js +0 -196
  16. package/coverage/lcov.info +0 -0
  17. package/dist/player.d.ts +0 -3369
  18. package/lib/playback/utils.d.ts +0 -2
  19. package/lib/playback/utils.d.ts.map +0 -1
  20. package/lib/playback/utils.js +0 -1
  21. package/lib/plugins/audio-selector/AudioSelector.d.ts +0 -67
  22. package/lib/plugins/audio-selector/AudioSelector.d.ts.map +0 -1
  23. package/lib/plugins/audio-selector/AudioSelector.js +0 -172
  24. package/lib/plugins/build.d.ts +0 -2
  25. package/lib/plugins/build.d.ts.map +0 -1
  26. package/lib/plugins/build.js +0 -1
  27. package/lib/plugins/clappr-nerd-stats/ClapprNerdStats.d.ts +0 -83
  28. package/lib/plugins/clappr-nerd-stats/ClapprNerdStats.d.ts.map +0 -1
  29. package/lib/plugins/clappr-nerd-stats/ClapprNerdStats.js +0 -339
  30. package/lib/plugins/disable-controls/DisableControls.d.ts +0 -15
  31. package/lib/plugins/disable-controls/DisableControls.d.ts.map +0 -1
  32. package/lib/plugins/disable-controls/DisableControls.js +0 -67
  33. package/lib/plugins/index.d.ts +0 -35
  34. package/lib/plugins/index.d.ts.map +0 -1
  35. package/lib/plugins/index.js +0 -37
  36. package/lib/plugins/level-selector/LevelSelector.d.ts +0 -112
  37. package/lib/plugins/level-selector/LevelSelector.d.ts.map +0 -1
  38. package/lib/plugins/level-selector/LevelSelector.js +0 -280
  39. package/lib/plugins/statistics/Statistics.d.ts +0 -87
  40. package/lib/plugins/statistics/Statistics.d.ts.map +0 -1
  41. package/lib/plugins/statistics/Statistics.js +0 -172
  42. package/lib/plugins/subtitles/Subtitles.d.ts +0 -115
  43. package/lib/plugins/subtitles/Subtitles.d.ts.map +0 -1
  44. package/lib/plugins/subtitles/Subtitles.js +0 -345
  45. package/lib/tsdoc-metadata.json +0 -11
  46. package/lib/utils/fullscreen.d.ts +0 -3
  47. package/lib/utils/fullscreen.d.ts.map +0 -1
  48. package/lib/utils/fullscreen.js +0 -2
  49. package/release.txt +0 -395
  50. package/release_notes +0 -297
  51. package/src/plugins/telemetry/Statistics copy.js +0 -296
  52. package/temp/player.api.json +0 -10275
package/dist/index.css CHANGED
@@ -122,51 +122,6 @@
122
122
  .gplayer-lite-btn::-moz-focus-inner {
123
123
  border: 0;
124
124
  padding: 0;
125
- }.media-control-skin-1 .media-control-item.media-control-gear {
126
- order: 99;
127
- }
128
- .media-control-skin-1 .media-control-item.media-control-gear .gear-wrapper {
129
- position: absolute;
130
- right: 16px;
131
- bottom: 52px;
132
- width: 250px;
133
- min-height: 48px;
134
- z-index: 9999;
135
- border-radius: 4px;
136
- box-shadow: 0 0 1px 1px var(--gplayer-mc-popup-border-color);
137
- }
138
- .media-control-skin-1 .media-control-item.media-control-gear .gear-options-list {
139
- padding: 8px 0;
140
- }
141
- .media-control-skin-1 .media-control-item.media-control-gear .gear-option {
142
- margin: 0;
143
- text-align: left;
144
- line-height: 22px;
145
- padding: 5px 14px;
146
- width: 250px;
147
- font-size: 12px;
148
- display: flex;
149
- align-items: center;
150
- justify-content: flex-start;
151
- gap: 8px;
152
- }
153
- .media-control-skin-1 .media-control-item.media-control-gear .gear-option_icon {
154
- flex: 24px 0 0;
155
- height: 24px;
156
- }
157
- .media-control-skin-1 .media-control-item.media-control-gear .gear-option_icon.hidden {
158
- visibility: hidden;
159
- display: inline-block;
160
- }
161
- .media-control-skin-1 .media-control-item.media-control-gear .gear-option_label {
162
- flex: 0 1 100%;
163
- }
164
- .media-control-skin-1 .media-control-item.media-control-gear .gear-option_arrow-right-icon {
165
- flex: 0 0 14px;
166
- height: 24px;
167
- }
168
- .media-control-skin-1 .media-control-item.media-control-gear .gear-option_value {
169
- flex: 1 0 auto;
170
125
  }*, :focus, :visited {
171
126
  outline: none !important;
172
127
  }
@@ -225,6 +180,100 @@
225
180
  }
226
181
  .gear-wrapper ul.gear-sub-menu li.current a .check-icon svg {
227
182
  display: inline;
183
+ }.media-control-skin-1 .media-control-item.media-control-gear {
184
+ order: 99;
185
+ }
186
+ .media-control-skin-1 .media-control-item.media-control-gear .gear-wrapper {
187
+ position: absolute;
188
+ right: 16px;
189
+ bottom: 52px;
190
+ width: 250px;
191
+ min-height: 48px;
192
+ z-index: 9999;
193
+ border-radius: 4px;
194
+ box-shadow: 0 0 1px 1px var(--gplayer-mc-popup-border-color);
195
+ }
196
+ .media-control-skin-1 .media-control-item.media-control-gear .gear-options-list {
197
+ padding: 8px 0;
198
+ }
199
+ .media-control-skin-1 .media-control-item.media-control-gear .gear-option {
200
+ margin: 0;
201
+ text-align: left;
202
+ line-height: 22px;
203
+ padding: 5px 14px;
204
+ width: 250px;
205
+ font-size: 12px;
206
+ display: flex;
207
+ align-items: center;
208
+ justify-content: flex-start;
209
+ gap: 8px;
210
+ }
211
+ .media-control-skin-1 .media-control-item.media-control-gear .gear-option_icon {
212
+ flex: 24px 0 0;
213
+ height: 24px;
214
+ }
215
+ .media-control-skin-1 .media-control-item.media-control-gear .gear-option_icon.hidden {
216
+ visibility: hidden;
217
+ display: inline-block;
218
+ }
219
+ .media-control-skin-1 .media-control-item.media-control-gear .gear-option_label {
220
+ flex: 0 1 100%;
221
+ }
222
+ .media-control-skin-1 .media-control-item.media-control-gear .gear-option_arrow-right-icon {
223
+ flex: 0 0 14px;
224
+ height: 24px;
225
+ }
226
+ .media-control-skin-1 .media-control-item.media-control-gear .gear-option_value {
227
+ flex: 1 0 auto;
228
+ }.big-mute-icon-wrapper[data-big-mute] {
229
+ position: absolute;
230
+ z-index: 9998;
231
+ background-color: transparent;
232
+ display: flex;
233
+ justify-content: center;
234
+ width: 100%;
235
+ height: calc(100% - 50px);
236
+ margin: 0 auto;
237
+ opacity: 0.75;
238
+ transition: opacity 0.1s ease;
239
+ pointer-events: auto;
240
+ }
241
+ .big-mute-icon-wrapper[data-big-mute].hide {
242
+ display: none;
243
+ }
244
+ .big-mute-icon-wrapper[data-big-mute]:hover {
245
+ cursor: pointer;
246
+ }
247
+
248
+ .big-mute-icon[data-big-mute-icon] {
249
+ display: flex;
250
+ align-items: center;
251
+ justify-content: center;
252
+ align-self: center;
253
+ width: 120px;
254
+ height: 120px;
255
+ border: 2px solid white;
256
+ border-radius: 50%;
257
+ filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
258
+ filter: alpha(opacity=60);
259
+ opacity: 1;
260
+ box-shadow: 0 0 1px 0 white;
261
+ background: rgba(240, 243, 247, 0.9411764706);
262
+ z-index: 10000;
263
+ }
264
+ .big-mute-icon[data-big-mute-icon] svg {
265
+ margin-left: 5px;
266
+ width: 80px;
267
+ height: 80px;
268
+ }
269
+ .big-mute-icon[data-big-mute-icon] svg path {
270
+ fill: #1f1e1e !important;
271
+ }
272
+ .big-mute-icon[data-big-mute-icon]:hover {
273
+ background: rgba(240, 243, 247, 0.8784313725);
274
+ }
275
+ .big-mute-icon[data-big-mute-icon]:hover svg path {
276
+ fill: #151515 !important;
228
277
  }:root {
229
278
  --primary-background-color: #000;
230
279
  --secondary-background-color: #262626;
@@ -589,70 +638,220 @@
589
638
  .fullscreen .clappr-nerd-stats .stats-box {
590
639
  top: unset;
591
640
  }
592
- }*,
593
- :focus,
594
- :visited {
595
- outline: none !important;
641
+ }@charset "UTF-8";
642
+ .gplayer-mc-clips {
643
+ display: flex;
644
+ gap: 6px;
596
645
  }
597
-
598
- .multicamera[data-multicamera] {
599
- float: right;
600
- margin-top: 4px;
646
+ .gplayer-mc-clips .gplayer-mc-clips-text {
647
+ text-overflow: ellipsis;
648
+ white-space: nowrap;
649
+ overflow: hidden;
650
+ display: inline-block;
651
+ text-overflow: ellipsis;
652
+ color: white;
653
+ cursor: default;
654
+ line-height: var(--bottom-panel);
601
655
  position: relative;
602
- margin-right: 20px;
603
- width: 20px;
656
+ max-width: 150px;
604
657
  }
605
- .multicamera[data-multicamera] button {
606
- background-color: transparent;
607
- color: #fff;
608
- font-family: Roboto, "Open Sans", Arial, sans-serif;
609
- -webkit-font-smoothing: antialiased;
610
- border: none;
658
+ .gplayer-mc-clips .gplayer-mc-clips-text::before {
659
+ content: "•";
660
+ padding-right: 6px;
661
+ }
662
+ .gplayer-mc-clips .gplayer-mc-clips-text.compact {
663
+ max-width: 100px;
664
+ }.dvr-controls {
665
+ --disabled-opacity: 0.3;
666
+ --circle-radius: 5px;
667
+ display: flex;
668
+ align-items: center;
669
+ color: var(--player-dvr-color);
670
+ font-size: 10px;
671
+ font-weight: 500;
672
+ height: var(--bottom-panel);
673
+ line-height: var(--bottom-panel);
674
+ margin-left: 0;
675
+ }
676
+ .dvr-controls .live-info,
677
+ .dvr-controls .live-button {
611
678
  font-size: 14px;
612
- padding: 0;
679
+ font-weight: 500;
680
+ margin-left: 20px;
681
+ letter-spacing: 0.8px;
682
+ text-transform: uppercase;
613
683
  }
614
- .multicamera[data-multicamera] button svg {
615
- height: 20px;
684
+ .dvr-controls .live-info::before,
685
+ .dvr-controls .live-button::before {
686
+ margin-right: 8px;
687
+ content: "";
688
+ display: inline-block;
616
689
  position: relative;
617
- margin-top: 6px;
618
- }
619
- .multicamera[data-multicamera] button:hover {
620
- color: #c9c9c9;
690
+ width: calc(var(--circle-radius) * 2);
691
+ height: calc(var(--circle-radius) * 2);
692
+ border-radius: var(--circle-radius);
693
+ background-color: var(--player-dvr-color);
621
694
  }
622
- .multicamera[data-multicamera] button.changing {
623
- animation: pulse 0.5s infinite alternate;
695
+ .dvr-controls.disabled {
696
+ opacity: var(--disabled-opacity);
624
697
  }
625
- .multicamera[data-multicamera] button span.quality-arrow {
626
- width: 9px;
627
- height: 6px;
628
- margin-top: 11px;
629
- margin-left: 5px;
698
+ .dvr-controls.disabled:before {
699
+ background-color: var(--player-dvr-color);
630
700
  }
631
- .multicamera[data-multicamera] > ul {
632
- padding: 6px 0;
633
- right: -24px;
634
- width: 245px;
635
- list-style-type: none;
636
- position: absolute;
637
- bottom: 48px;
638
- border-radius: 4px;
639
- display: none;
640
- background-color: rgba(74, 74, 74, 0.9);
701
+ .dvr-controls .live-info {
702
+ text-transform: uppercase;
703
+ color: #fffffe;
641
704
  }
642
- .multicamera[data-multicamera] > ul::after {
643
- content: "";
644
- position: absolute;
645
- top: 100%;
646
- left: 85%;
647
- margin-left: -10px;
648
- width: 0;
649
- height: 0;
650
- border-top: 10px solid rgba(74, 74, 74, 0.9);
651
- border-right: 10px solid transparent;
652
- border-left: 10px solid transparent;
705
+ .dvr-controls .live-info::before {
706
+ background-color: #ed4f4a;
653
707
  }
654
- .multicamera[data-multicamera] li {
655
- font-size: 10px;
708
+ .dvr-controls .live-button {
709
+ cursor: pointer;
710
+ outline: none;
711
+ border: 0;
712
+ color: var(--player-dvr-color);
713
+ background-color: transparent;
714
+ padding: 0;
715
+ opacity: 0.7;
716
+ transition: all 0.1s ease;
717
+ }
718
+ .dvr-controls .live-button:hover {
719
+ opacity: 1;
720
+ text-shadow: rgba(255, 255, 255, 0.75) 0 0 5px;
721
+ }.context-menu {
722
+ z-index: 999;
723
+ position: absolute;
724
+ top: 0;
725
+ left: 0;
726
+ text-align: center;
727
+ }
728
+ .context-menu .context-menu-list {
729
+ font-family: "Proxima Nova", sans-serif;
730
+ font-size: 12px;
731
+ line-height: 12px;
732
+ list-style-type: none;
733
+ text-align: left;
734
+ padding: 5px;
735
+ margin-left: auto;
736
+ margin-right: auto;
737
+ background-color: rgba(0, 0, 0, 0.75);
738
+ border: 1px solid #666;
739
+ border-radius: 4px;
740
+ }
741
+ .context-menu .context-menu-list-item button {
742
+ border: none;
743
+ background-color: transparent;
744
+ padding: 0;
745
+ color: white;
746
+ display: flex;
747
+ gap: 8px;
748
+ align-items: center;
749
+ justify-content: center;
750
+ cursor: pointer;
751
+ padding: 5px;
752
+ width: 100%;
753
+ }
754
+ .context-menu .context-menu-list-item_icon {
755
+ width: 20px;
756
+ height: 20px;
757
+ }div.player-error-screen, [data-player] div.player-error-screen {
758
+ color: #CCCACA;
759
+ position: absolute;
760
+ top: 0;
761
+ height: 100%;
762
+ width: 100%;
763
+ background-color: rgba(0, 0, 0, 0.7);
764
+ z-index: 2000;
765
+ display: flex;
766
+ flex-direction: column;
767
+ justify-content: center;
768
+ }
769
+ div.player-error-screen__content[data-error-screen], [data-player] div.player-error-screen__content[data-error-screen] {
770
+ font-size: 14px;
771
+ color: #CCCACA;
772
+ margin-top: 45px;
773
+ }
774
+ div.player-error-screen__title[data-error-screen], [data-player] div.player-error-screen__title[data-error-screen] {
775
+ font-weight: bold;
776
+ line-height: 30px;
777
+ font-size: 18px;
778
+ }
779
+ div.player-error-screen__message[data-error-screen], [data-player] div.player-error-screen__message[data-error-screen] {
780
+ width: 90%;
781
+ margin: 0 auto;
782
+ }
783
+ div.player-error-screen__code[data-error-screen], [data-player] div.player-error-screen__code[data-error-screen] {
784
+ font-size: 13px;
785
+ margin-top: 15px;
786
+ }
787
+ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
788
+ cursor: pointer;
789
+ width: 30px;
790
+ margin: 15px auto 0;
791
+ }*,
792
+ :focus,
793
+ :visited {
794
+ outline: none !important;
795
+ }
796
+
797
+ .multicamera[data-multicamera] {
798
+ float: right;
799
+ margin-top: 4px;
800
+ position: relative;
801
+ margin-right: 20px;
802
+ width: 20px;
803
+ }
804
+ .multicamera[data-multicamera] button {
805
+ background-color: transparent;
806
+ color: #fff;
807
+ font-family: Roboto, "Open Sans", Arial, sans-serif;
808
+ -webkit-font-smoothing: antialiased;
809
+ border: none;
810
+ font-size: 14px;
811
+ padding: 0;
812
+ }
813
+ .multicamera[data-multicamera] button svg {
814
+ height: 20px;
815
+ position: relative;
816
+ margin-top: 6px;
817
+ }
818
+ .multicamera[data-multicamera] button:hover {
819
+ color: #c9c9c9;
820
+ }
821
+ .multicamera[data-multicamera] button.changing {
822
+ animation: pulse 0.5s infinite alternate;
823
+ }
824
+ .multicamera[data-multicamera] button span.quality-arrow {
825
+ width: 9px;
826
+ height: 6px;
827
+ margin-top: 11px;
828
+ margin-left: 5px;
829
+ }
830
+ .multicamera[data-multicamera] > ul {
831
+ padding: 6px 0;
832
+ right: -24px;
833
+ width: 245px;
834
+ list-style-type: none;
835
+ position: absolute;
836
+ bottom: 48px;
837
+ border-radius: 4px;
838
+ display: none;
839
+ background-color: rgba(74, 74, 74, 0.9);
840
+ }
841
+ .multicamera[data-multicamera] > ul::after {
842
+ content: "";
843
+ position: absolute;
844
+ top: 100%;
845
+ left: 85%;
846
+ margin-left: -10px;
847
+ width: 0;
848
+ height: 0;
849
+ border-top: 10px solid rgba(74, 74, 74, 0.9);
850
+ border-right: 10px solid transparent;
851
+ border-left: 10px solid transparent;
852
+ }
853
+ .multicamera[data-multicamera] li {
854
+ font-size: 10px;
656
855
  cursor: pointer;
657
856
  }
658
857
  .multicamera[data-multicamera] li .multicamera-item {
@@ -724,247 +923,6 @@
724
923
  }
725
924
  .multicamera[data-multicamera] li.current a {
726
925
  color: #f00;
727
- }.big-mute-icon-wrapper[data-big-mute] {
728
- position: absolute;
729
- z-index: 9998;
730
- background-color: transparent;
731
- display: flex;
732
- justify-content: center;
733
- width: 100%;
734
- height: calc(100% - 50px);
735
- margin: 0 auto;
736
- opacity: 0.75;
737
- transition: opacity 0.1s ease;
738
- pointer-events: auto;
739
- }
740
- .big-mute-icon-wrapper[data-big-mute].hide {
741
- display: none;
742
- }
743
- .big-mute-icon-wrapper[data-big-mute]:hover {
744
- cursor: pointer;
745
- }
746
-
747
- .big-mute-icon[data-big-mute-icon] {
748
- display: flex;
749
- align-items: center;
750
- justify-content: center;
751
- align-self: center;
752
- width: 120px;
753
- height: 120px;
754
- border: 2px solid white;
755
- border-radius: 50%;
756
- filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
757
- filter: alpha(opacity=60);
758
- opacity: 1;
759
- box-shadow: 0 0 1px 0 white;
760
- background: rgba(240, 243, 247, 0.9411764706);
761
- z-index: 10000;
762
- }
763
- .big-mute-icon[data-big-mute-icon] svg {
764
- margin-left: 5px;
765
- width: 80px;
766
- height: 80px;
767
- }
768
- .big-mute-icon[data-big-mute-icon] svg path {
769
- fill: #1f1e1e !important;
770
- }
771
- .big-mute-icon[data-big-mute-icon]:hover {
772
- background: rgba(240, 243, 247, 0.8784313725);
773
- }
774
- .big-mute-icon[data-big-mute-icon]:hover svg path {
775
- fill: #151515 !important;
776
- }@charset "UTF-8";
777
- .gplayer-mc-clips {
778
- display: flex;
779
- gap: 6px;
780
- }
781
- .gplayer-mc-clips .gplayer-mc-clips-text {
782
- text-overflow: ellipsis;
783
- white-space: nowrap;
784
- overflow: hidden;
785
- display: inline-block;
786
- text-overflow: ellipsis;
787
- color: white;
788
- cursor: default;
789
- line-height: var(--bottom-panel);
790
- position: relative;
791
- max-width: 150px;
792
- }
793
- .gplayer-mc-clips .gplayer-mc-clips-text::before {
794
- content: "•";
795
- padding-right: 6px;
796
- }
797
- .gplayer-mc-clips .gplayer-mc-clips-text.compact {
798
- max-width: 100px;
799
- }div.player-error-screen, [data-player] div.player-error-screen {
800
- color: #CCCACA;
801
- position: absolute;
802
- top: 0;
803
- height: 100%;
804
- width: 100%;
805
- background-color: rgba(0, 0, 0, 0.7);
806
- z-index: 2000;
807
- display: flex;
808
- flex-direction: column;
809
- justify-content: center;
810
- }
811
- div.player-error-screen__content[data-error-screen], [data-player] div.player-error-screen__content[data-error-screen] {
812
- font-size: 14px;
813
- color: #CCCACA;
814
- margin-top: 45px;
815
- }
816
- div.player-error-screen__title[data-error-screen], [data-player] div.player-error-screen__title[data-error-screen] {
817
- font-weight: bold;
818
- line-height: 30px;
819
- font-size: 18px;
820
- }
821
- div.player-error-screen__message[data-error-screen], [data-player] div.player-error-screen__message[data-error-screen] {
822
- width: 90%;
823
- margin: 0 auto;
824
- }
825
- div.player-error-screen__code[data-error-screen], [data-player] div.player-error-screen__code[data-error-screen] {
826
- font-size: 13px;
827
- margin-top: 15px;
828
- }
829
- div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
830
- cursor: pointer;
831
- width: 30px;
832
- margin: 15px auto 0;
833
- }.player-poster {
834
- display: flex;
835
- justify-content: center;
836
- align-items: center;
837
- position: absolute;
838
- height: 100%;
839
- width: 100%;
840
- z-index: 998;
841
- top: 0;
842
- left: 0;
843
- background-color: #000;
844
- background-size: cover;
845
- background-repeat: no-repeat;
846
- background-position: 50% 50%;
847
- }
848
- .player-poster.clickable {
849
- cursor: pointer;
850
- }
851
- .player-poster:hover .play-wrapper {
852
- opacity: 1;
853
- }
854
- .player-poster .play-wrapper {
855
- width: 100%;
856
- height: 25%;
857
- margin: 0 auto;
858
- opacity: 0.75;
859
- transition: opacity 0.1s ease;
860
- }
861
- .player-poster .play-wrapper svg {
862
- height: 100%;
863
- display: inline;
864
- }
865
- .player-poster .play-wrapper svg path {
866
- fill: #fff;
867
- }.spinner-three-bounce[data-spinner] {
868
- position: absolute;
869
- width: 70px;
870
- text-align: center;
871
- z-index: 999;
872
- left: 0;
873
- right: 0;
874
- margin: 0 auto;
875
- margin-left: auto;
876
- margin-right: auto;
877
- /* center vertically */
878
- top: 50%;
879
- transform: translateY(-50%);
880
- }
881
- .spinner-three-bounce[data-spinner] > div {
882
- width: 18px;
883
- height: 18px;
884
- background-color: #FFF;
885
- border-radius: 100%;
886
- display: inline-block;
887
- animation: bouncedelay 1.4s infinite ease-in-out;
888
- /* Prevent first frame from flickering when animation starts */
889
- animation-fill-mode: both;
890
- }
891
- .spinner-three-bounce[data-spinner] [data-bounce1] {
892
- animation-delay: -0.32s;
893
- }
894
- .spinner-three-bounce[data-spinner] [data-bounce2] {
895
- animation-delay: -0.16s;
896
- }
897
-
898
- @keyframes bouncedelay {
899
- 0%, 80%, 100% {
900
- transform: scale(0);
901
- }
902
- 40% {
903
- transform: scale(1);
904
- }
905
- }.scrub-thumbnails {
906
- position: absolute;
907
- bottom: 52px;
908
- width: 100%;
909
- transition: opacity 0.3s ease;
910
- }
911
- .scrub-thumbnails.hidden {
912
- opacity: 0;
913
- }
914
- .scrub-thumbnails .thumbnail-container {
915
- display: inline-block;
916
- position: relative;
917
- overflow: hidden;
918
- background-color: #000;
919
- }
920
- .scrub-thumbnails .thumbnail-container .thumbnail-img {
921
- position: absolute;
922
- width: auto;
923
- }
924
- .scrub-thumbnails .thumbnails-text {
925
- background-color: rgba(74, 74, 74, 0.7);
926
- border-radius: 3px;
927
- white-space: nowrap;
928
- overflow: hidden;
929
- text-overflow: ellipsis;
930
- color: white;
931
- position: absolute;
932
- bottom: 23px;
933
- width: 100px;
934
- padding: 0 4px;
935
- font-size: 12px;
936
- }
937
- .scrub-thumbnails .spotlight {
938
- background-color: #4a4a4a;
939
- overflow: hidden;
940
- position: absolute;
941
- bottom: 0;
942
- left: 0;
943
- border-color: #4a4a4a;
944
- border-style: solid;
945
- border-width: 3px;
946
- border-radius: 3px;
947
- }
948
- .scrub-thumbnails .spotlight img {
949
- width: auto;
950
- }
951
- .scrub-thumbnails .backdrop {
952
- position: absolute;
953
- left: 0;
954
- bottom: 0;
955
- right: 0;
956
- background-color: #000;
957
- overflow: hidden;
958
- }
959
- .scrub-thumbnails .backdrop .carousel {
960
- position: absolute;
961
- top: 0;
962
- left: 0;
963
- height: 100%;
964
- white-space: nowrap;
965
- }
966
- .scrub-thumbnails .backdrop .carousel img {
967
- width: auto;
968
926
  }[data-player] {
969
927
  --bottom-panel: 40px;
970
928
  }
@@ -1580,172 +1538,53 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
1580
1538
  0% {
1581
1539
  color: #fff;
1582
1540
  }
1583
- 50% {
1584
- color: #ff0101;
1585
- }
1586
- 100% {
1587
- color: #B80000;
1588
- }
1589
- }.container-with-poster-clickable .mc-skip-time {
1590
- height: 0;
1591
- }
1592
-
1593
- .mc-skip-time {
1594
- position: absolute;
1595
- width: 100%;
1596
- height: calc(100% - 50px);
1597
- z-index: 9998;
1598
- background-color: transparent;
1599
- font-family: Roboto, "Open Sans", Arial, sans-serif;
1600
- }
1601
- .mc-skip-time .skip-container {
1602
- width: 100%;
1603
- height: 100%;
1604
- display: flex;
1605
- justify-content: space-between;
1606
- }
1607
- .mc-skip-time .skip-container .skip-item {
1608
- flex: 1 0 0px;
1609
- height: 100%;
1610
- }.dvr-controls {
1611
- --disabled-opacity: 0.3;
1612
- --circle-radius: 5px;
1613
- display: flex;
1614
- align-items: center;
1615
- color: var(--player-dvr-color);
1616
- font-size: 10px;
1617
- font-weight: 500;
1618
- height: var(--bottom-panel);
1619
- line-height: var(--bottom-panel);
1620
- margin-left: 0;
1621
- }
1622
- .dvr-controls .live-info,
1623
- .dvr-controls .live-button {
1624
- font-size: 14px;
1625
- font-weight: 500;
1626
- margin-left: 20px;
1627
- letter-spacing: 0.8px;
1628
- text-transform: uppercase;
1629
- }
1630
- .dvr-controls .live-info::before,
1631
- .dvr-controls .live-button::before {
1632
- margin-right: 8px;
1633
- content: "";
1634
- display: inline-block;
1635
- position: relative;
1636
- width: calc(var(--circle-radius) * 2);
1637
- height: calc(var(--circle-radius) * 2);
1638
- border-radius: var(--circle-radius);
1639
- background-color: var(--player-dvr-color);
1640
- }
1641
- .dvr-controls.disabled {
1642
- opacity: var(--disabled-opacity);
1643
- }
1644
- .dvr-controls.disabled:before {
1645
- background-color: var(--player-dvr-color);
1646
- }
1647
- .dvr-controls .live-info {
1648
- text-transform: uppercase;
1649
- color: #fffffe;
1650
- }
1651
- .dvr-controls .live-info::before {
1652
- background-color: #ed4f4a;
1653
- }
1654
- .dvr-controls .live-button {
1655
- cursor: pointer;
1656
- outline: none;
1657
- border: 0;
1658
- color: var(--player-dvr-color);
1659
- background-color: transparent;
1660
- padding: 0;
1661
- opacity: 0.7;
1662
- transition: all 0.1s ease;
1663
- }
1664
- .dvr-controls .live-button:hover {
1665
- opacity: 1;
1666
- text-shadow: rgba(255, 255, 255, 0.75) 0 0 5px;
1667
- }.media-control-skin-1 .media-control-cc button.media-control-button {
1668
- display: flex;
1669
- justify-content: center;
1670
- padding: 0;
1671
- align-items: center;
1672
- vertical-align: top;
1673
- }
1674
- .media-control-skin-1 .media-control-cc button.media-control-button:hover {
1675
- color: white;
1676
- }
1677
- .media-control-skin-1 .media-control-cc ul li {
1678
- text-align: center;
1679
- }
1680
- .media-control-skin-1 .media-control-cc ul li a {
1681
- height: 30px;
1682
- padding: 5px 10px;
1683
- color: #fffffe;
1684
- }
1685
- .media-control-skin-1 .media-control-cc ul li a:hover {
1686
- background-color: rgba(0, 0, 0, 0.4);
1687
- }
1688
- .media-control-skin-1 .media-control-cc ul li.current a {
1689
- background-color: rgba(0, 0, 0, 0.4);
1690
- }
1691
- .media-control-skin-1 .media-control-cc ul li:first-child a {
1692
- border-bottom-left-radius: 4px;
1693
- border-bottom-right-radius: 4px;
1694
- }
1695
- .media-control-skin-1 .media-control-cc ul li:last-child a {
1696
- border-top-left-radius: 4px;
1697
- border-top-right-radius: 4px;
1698
- }
1699
- .media-control-skin-1 .media-control-cc {
1700
- position: relative;
1701
- order: 85;
1702
- }
1703
-
1704
- .container .gplayer-cc-line {
1541
+ 50% {
1542
+ color: #ff0101;
1543
+ }
1544
+ 100% {
1545
+ color: #B80000;
1546
+ }
1547
+ }.player-poster {
1548
+ display: flex;
1549
+ justify-content: center;
1550
+ align-items: center;
1705
1551
  position: absolute;
1706
- bottom: calc(var(--bottom-panel) + 5px);
1552
+ height: 100%;
1707
1553
  width: 100%;
1708
- }
1709
- .container .gplayer-cc-line p {
1710
- width: auto;
1711
- background-color: rgba(0, 0, 0, 0.4);
1712
- color: white;
1713
- display: inline-block;
1714
- }.context-menu {
1715
- z-index: 999;
1716
- position: absolute;
1554
+ z-index: 998;
1717
1555
  top: 0;
1718
1556
  left: 0;
1719
- text-align: center;
1720
- }
1721
- .context-menu .context-menu-list {
1722
- font-family: "Proxima Nova", sans-serif;
1723
- font-size: 12px;
1724
- line-height: 12px;
1725
- list-style-type: none;
1726
- text-align: left;
1727
- padding: 5px;
1728
- margin-left: auto;
1729
- margin-right: auto;
1730
- background-color: rgba(0, 0, 0, 0.75);
1731
- border: 1px solid #666;
1732
- border-radius: 4px;
1557
+ background-color: #000;
1558
+ background-size: cover;
1559
+ background-repeat: no-repeat;
1560
+ background-position: 50% 50%;
1733
1561
  }
1734
- .context-menu .context-menu-list-item button {
1735
- border: none;
1736
- background-color: transparent;
1737
- padding: 0;
1738
- color: white;
1739
- display: flex;
1740
- gap: 8px;
1741
- align-items: center;
1742
- justify-content: center;
1562
+ .player-poster.clickable {
1743
1563
  cursor: pointer;
1744
- padding: 5px;
1564
+ }
1565
+ .player-poster:hover .play-wrapper {
1566
+ opacity: 1;
1567
+ }
1568
+ .player-poster .play-wrapper {
1745
1569
  width: 100%;
1570
+ height: 25%;
1571
+ margin: 0 auto;
1572
+ opacity: 0.75;
1573
+ transition: opacity 0.1s ease;
1746
1574
  }
1747
- .context-menu .context-menu-list-item_icon {
1748
- width: 20px;
1575
+ .player-poster .play-wrapper svg {
1576
+ height: 100%;
1577
+ display: inline;
1578
+ }
1579
+ .player-poster .play-wrapper svg path {
1580
+ fill: #fff;
1581
+ }.media-control-skin-1 .media-control-item.media-control-pip {
1582
+ order: 95;
1583
+ }
1584
+ .media-control-skin-1 .media-control-item.media-control-pip button {
1585
+ height: 20px;
1586
+ }
1587
+ .media-control-skin-1 .media-control-item.media-control-pip button svg {
1749
1588
  height: 20px;
1750
1589
  }.share_plugin[data-share] {
1751
1590
  pointer-events: auto;
@@ -1830,6 +1669,12 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
1830
1669
  display: inline-block;
1831
1670
  margin-right: 5px;
1832
1671
  cursor: pointer;
1672
+ }.quality-levels li.disabled {
1673
+ opacity: 0.5;
1674
+ pointer-events: none;
1675
+ }
1676
+ .quality-levels li.current {
1677
+ background-color: #000;
1833
1678
  }.seek-time {
1834
1679
  position: absolute;
1835
1680
  white-space: nowrap;
@@ -1863,20 +1708,175 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
1863
1708
  .seek-time .seek-time__duration::before {
1864
1709
  content: "|";
1865
1710
  margin-right: 7px;
1866
- }.media-control-skin-1 .media-control-item.media-control-pip {
1867
- order: 95;
1711
+ }.container-with-poster-clickable .mc-skip-time {
1712
+ height: 0;
1868
1713
  }
1869
- .media-control-skin-1 .media-control-item.media-control-pip button {
1870
- height: 20px;
1714
+
1715
+ .mc-skip-time {
1716
+ position: absolute;
1717
+ width: 100%;
1718
+ height: calc(100% - 50px);
1719
+ z-index: 9998;
1720
+ background-color: transparent;
1721
+ font-family: Roboto, "Open Sans", Arial, sans-serif;
1871
1722
  }
1872
- .media-control-skin-1 .media-control-item.media-control-pip button svg {
1873
- height: 20px;
1874
- }.quality-levels li.disabled {
1875
- opacity: 0.5;
1876
- pointer-events: none;
1723
+ .mc-skip-time .skip-container {
1724
+ width: 100%;
1725
+ height: 100%;
1726
+ display: flex;
1727
+ justify-content: space-between;
1877
1728
  }
1878
- .quality-levels li.current {
1729
+ .mc-skip-time .skip-container .skip-item {
1730
+ flex: 1 0 0px;
1731
+ height: 100%;
1732
+ }.spinner-three-bounce[data-spinner] {
1733
+ position: absolute;
1734
+ width: 70px;
1735
+ text-align: center;
1736
+ z-index: 999;
1737
+ left: 0;
1738
+ right: 0;
1739
+ margin: 0 auto;
1740
+ margin-left: auto;
1741
+ margin-right: auto;
1742
+ /* center vertically */
1743
+ top: 50%;
1744
+ transform: translateY(-50%);
1745
+ }
1746
+ .spinner-three-bounce[data-spinner] > div {
1747
+ width: 18px;
1748
+ height: 18px;
1749
+ background-color: #FFF;
1750
+ border-radius: 100%;
1751
+ display: inline-block;
1752
+ animation: bouncedelay 1.4s infinite ease-in-out;
1753
+ /* Prevent first frame from flickering when animation starts */
1754
+ animation-fill-mode: both;
1755
+ }
1756
+ .spinner-three-bounce[data-spinner] [data-bounce1] {
1757
+ animation-delay: -0.32s;
1758
+ }
1759
+ .spinner-three-bounce[data-spinner] [data-bounce2] {
1760
+ animation-delay: -0.16s;
1761
+ }
1762
+
1763
+ @keyframes bouncedelay {
1764
+ 0%, 80%, 100% {
1765
+ transform: scale(0);
1766
+ }
1767
+ 40% {
1768
+ transform: scale(1);
1769
+ }
1770
+ }.media-control-skin-1 .media-control-cc button.media-control-button {
1771
+ display: flex;
1772
+ justify-content: center;
1773
+ padding: 0;
1774
+ align-items: center;
1775
+ vertical-align: top;
1776
+ }
1777
+ .media-control-skin-1 .media-control-cc button.media-control-button:hover {
1778
+ color: white;
1779
+ }
1780
+ .media-control-skin-1 .media-control-cc ul li {
1781
+ text-align: center;
1782
+ }
1783
+ .media-control-skin-1 .media-control-cc ul li a {
1784
+ height: 30px;
1785
+ padding: 5px 10px;
1786
+ color: #fffffe;
1787
+ }
1788
+ .media-control-skin-1 .media-control-cc ul li a:hover {
1789
+ background-color: rgba(0, 0, 0, 0.4);
1790
+ }
1791
+ .media-control-skin-1 .media-control-cc ul li.current a {
1792
+ background-color: rgba(0, 0, 0, 0.4);
1793
+ }
1794
+ .media-control-skin-1 .media-control-cc ul li:first-child a {
1795
+ border-bottom-left-radius: 4px;
1796
+ border-bottom-right-radius: 4px;
1797
+ }
1798
+ .media-control-skin-1 .media-control-cc ul li:last-child a {
1799
+ border-top-left-radius: 4px;
1800
+ border-top-right-radius: 4px;
1801
+ }
1802
+ .media-control-skin-1 .media-control-cc {
1803
+ position: relative;
1804
+ order: 85;
1805
+ }
1806
+
1807
+ .container .gplayer-cc-line {
1808
+ position: absolute;
1809
+ bottom: calc(var(--bottom-panel) + 5px);
1810
+ width: 100%;
1811
+ }
1812
+ .container .gplayer-cc-line p {
1813
+ width: auto;
1814
+ background-color: rgba(0, 0, 0, 0.4);
1815
+ color: white;
1816
+ display: inline-block;
1817
+ }.scrub-thumbnails {
1818
+ position: absolute;
1819
+ bottom: 52px;
1820
+ width: 100%;
1821
+ transition: opacity 0.3s ease;
1822
+ }
1823
+ .scrub-thumbnails.hidden {
1824
+ opacity: 0;
1825
+ }
1826
+ .scrub-thumbnails .thumbnail-container {
1827
+ display: inline-block;
1828
+ position: relative;
1829
+ overflow: hidden;
1830
+ background-color: #000;
1831
+ }
1832
+ .scrub-thumbnails .thumbnail-container .thumbnail-img {
1833
+ position: absolute;
1834
+ width: auto;
1835
+ }
1836
+ .scrub-thumbnails .thumbnails-text {
1837
+ background-color: rgba(74, 74, 74, 0.7);
1838
+ border-radius: 3px;
1839
+ white-space: nowrap;
1840
+ overflow: hidden;
1841
+ text-overflow: ellipsis;
1842
+ color: white;
1843
+ position: absolute;
1844
+ bottom: 23px;
1845
+ width: 100px;
1846
+ padding: 0 4px;
1847
+ font-size: 12px;
1848
+ }
1849
+ .scrub-thumbnails .spotlight {
1850
+ background-color: #4a4a4a;
1851
+ overflow: hidden;
1852
+ position: absolute;
1853
+ bottom: 0;
1854
+ left: 0;
1855
+ border-color: #4a4a4a;
1856
+ border-style: solid;
1857
+ border-width: 3px;
1858
+ border-radius: 3px;
1859
+ }
1860
+ .scrub-thumbnails .spotlight img {
1861
+ width: auto;
1862
+ }
1863
+ .scrub-thumbnails .backdrop {
1864
+ position: absolute;
1865
+ left: 0;
1866
+ bottom: 0;
1867
+ right: 0;
1879
1868
  background-color: #000;
1869
+ overflow: hidden;
1870
+ }
1871
+ .scrub-thumbnails .backdrop .carousel {
1872
+ position: absolute;
1873
+ top: 0;
1874
+ left: 0;
1875
+ height: 100%;
1876
+ white-space: nowrap;
1877
+ }
1878
+ .scrub-thumbnails .backdrop .carousel img {
1879
+ width: auto;
1880
1880
  }.player-logo[data-logo] {
1881
1881
  position: absolute;
1882
1882
  z-index: 2;