@gcorevideo/player 2.22.2 → 2.22.4

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 (35) hide show
  1. package/assets/audio-selector/style.scss +4 -2
  2. package/assets/audio-selector/track-selector.ejs +2 -2
  3. package/assets/media-control/container.scss +1 -1
  4. package/assets/spinner-three-bounce/spinner.scss +1 -1
  5. package/dist/core.js +1 -1
  6. package/dist/index.css +1374 -1372
  7. package/dist/index.js +76 -95
  8. package/dist/player.d.ts +6 -3
  9. package/dist/plugins/index.css +571 -569
  10. package/dist/plugins/index.js +47 -59
  11. package/docs/api/player.md +1 -1
  12. package/docs/api/player.sourcecontroller.md +1 -1
  13. package/docs/api/player.spinnerthreebounce.md +1 -1
  14. package/lib/index.plugins.d.ts +2 -0
  15. package/lib/index.plugins.d.ts.map +1 -1
  16. package/lib/index.plugins.js +2 -0
  17. package/lib/plugins/audio-selector/AudioSelector.d.ts +3 -9
  18. package/lib/plugins/audio-selector/AudioSelector.d.ts.map +1 -1
  19. package/lib/plugins/audio-selector/AudioSelector.js +34 -57
  20. package/lib/plugins/spinner-three-bounce/SpinnerThreeBounce.d.ts +1 -0
  21. package/lib/plugins/spinner-three-bounce/SpinnerThreeBounce.d.ts.map +1 -1
  22. package/lib/plugins/spinner-three-bounce/SpinnerThreeBounce.js +1 -0
  23. package/lib/testUtils.d.ts +2 -0
  24. package/lib/testUtils.d.ts.map +1 -1
  25. package/lib/testUtils.js +2 -0
  26. package/package.json +1 -1
  27. package/src/index.plugins.ts +2 -0
  28. package/src/plugins/audio-selector/AudioSelector.ts +36 -72
  29. package/src/plugins/audio-selector/__tests__/AudioSelector.test.ts +176 -0
  30. package/src/plugins/audio-selector/__tests__/__snapshots__/AudioSelector.test.ts.snap +67 -0
  31. package/src/plugins/spinner-three-bounce/SpinnerThreeBounce.ts +1 -0
  32. package/src/testUtils.ts +2 -0
  33. package/temp/player.api.json +2 -2
  34. package/tsconfig.tsbuildinfo +1 -1
  35. package/assets/bottom-gear/bottomgear copy.ejs +0 -10
@@ -122,6 +122,205 @@
122
122
  .gplayer-lite-btn::-moz-focus-inner {
123
123
  border: 0;
124
124
  padding: 0;
125
+ }.media-control-skin-1[data-media-control-skin-1] .media-control-gear {
126
+ order: 99;
127
+ height: 20px;
128
+ }
129
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper {
130
+ position: absolute;
131
+ right: 16px;
132
+ bottom: 52px;
133
+ width: 250px;
134
+ min-height: 48px;
135
+ z-index: 9999;
136
+ border-radius: 4px;
137
+ }
138
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list {
139
+ padding: 8px 0;
140
+ }
141
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list svg {
142
+ float: left;
143
+ margin-right: 10px;
144
+ }
145
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option {
146
+ margin: 0;
147
+ text-align: left;
148
+ line-height: 22px;
149
+ padding: 5px 14px;
150
+ width: 250px;
151
+ font-size: 12px;
152
+ }
153
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option .gear-option_arrow-right-icon {
154
+ float: right;
155
+ margin-right: -14px;
156
+ }
157
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option .gear-option_value {
158
+ float: right;
159
+ margin-right: 8px;
160
+ }
161
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option svg {
162
+ height: 20px;
163
+ }*, :focus, :visited {
164
+ outline: none !important;
165
+ }
166
+
167
+ .gear-wrapper .go-back {
168
+ font-weight: 600;
169
+ font-size: 14px;
170
+ line-height: 20px;
171
+ width: 100%;
172
+ text-align: left;
173
+ padding: 12px;
174
+ }
175
+ .gear-wrapper .go-back .arrow-left-icon {
176
+ float: left;
177
+ padding-top: 2px;
178
+ padding-right: 2px;
179
+ }
180
+ .gear-wrapper .go-back .arrow-left-icon svg {
181
+ height: 16px;
182
+ }
183
+ .gear-wrapper ul.gear-sub-menu {
184
+ width: 100%;
185
+ list-style-type: none;
186
+ min-width: 60px;
187
+ border-top: 2px solid rgb(36, 36, 36);
188
+ }
189
+ .gear-wrapper ul.gear-sub-menu li {
190
+ font-size: 12px;
191
+ text-align: left;
192
+ }
193
+ .gear-wrapper ul.gear-sub-menu li[data-title] {
194
+ background-color: #c3c2c2;
195
+ padding: 5px;
196
+ }
197
+ .gear-wrapper ul.gear-sub-menu li a {
198
+ display: block;
199
+ text-decoration: none;
200
+ height: 32px;
201
+ padding: 5px 10px;
202
+ line-height: 22px;
203
+ color: #fffffe;
204
+ }
205
+ .gear-wrapper ul.gear-sub-menu li a:hover {
206
+ color: white;
207
+ background-color: rgba(0, 0, 0, 0.4);
208
+ }
209
+ .gear-wrapper ul.gear-sub-menu li a:hover a {
210
+ color: white;
211
+ text-decoration: none;
212
+ }
213
+ .gear-wrapper ul.gear-sub-menu li a .check-icon {
214
+ width: 30px;
215
+ height: 20px;
216
+ float: left;
217
+ display: block;
218
+ }
219
+ .gear-wrapper ul.gear-sub-menu li a .check-icon svg {
220
+ display: none;
221
+ }
222
+ .gear-wrapper ul.gear-sub-menu li.current a .check-icon svg {
223
+ display: inline;
224
+ }*,
225
+ :focus,
226
+ :visited {
227
+ outline: none !important;
228
+ }
229
+
230
+ .media-control-audiotracks {
231
+ position: relative;
232
+ }
233
+ .media-control-audiotracks button {
234
+ background-color: transparent;
235
+ color: #fff;
236
+ -webkit-font-smoothing: antialiased;
237
+ border: none;
238
+ cursor: pointer;
239
+ display: flex;
240
+ align-items: center;
241
+ padding: 0;
242
+ }
243
+ .media-control-audiotracks button .audio-text {
244
+ text-overflow: ellipsis;
245
+ overflow: hidden;
246
+ white-space: nowrap;
247
+ max-width: 100px;
248
+ background-color: transparent;
249
+ -webkit-font-smoothing: antialiased;
250
+ border: none;
251
+ cursor: pointer;
252
+ }
253
+ .media-control-audiotracks button:hover {
254
+ color: white;
255
+ }
256
+ .media-control-audiotracks button.changing {
257
+ animation: pulse 0.5s infinite alternate;
258
+ }
259
+ .media-control-audiotracks button span.audio-arrow {
260
+ width: 9px;
261
+ height: 6px;
262
+ margin-left: 5px;
263
+ }
264
+ .media-control-audiotracks .menu {
265
+ max-width: 114px;
266
+ list-style-type: none;
267
+ position: absolute;
268
+ background-color: rgba(74, 74, 74, 0.6);
269
+ border: none;
270
+ min-width: 60px;
271
+ border-radius: 4px;
272
+ bottom: 40px;
273
+ right: -2px;
274
+ }
275
+ .media-control-audiotracks .menu.hidden {
276
+ display: none;
277
+ }
278
+ .media-control-audiotracks li {
279
+ font-size: var(--font-size-media-controls-dropdown);
280
+ text-align: right;
281
+ height: 30px;
282
+ }
283
+ .media-control-audiotracks li[data-title] {
284
+ background-color: #c3c2c2;
285
+ padding: 5px;
286
+ }
287
+ .media-control-audiotracks li a {
288
+ display: block;
289
+ text-decoration: none;
290
+ text-overflow: ellipsis;
291
+ overflow: hidden;
292
+ white-space: nowrap;
293
+ height: 30px;
294
+ padding: 5px 10px;
295
+ color: #fffffe;
296
+ }
297
+ .media-control-audiotracks li a:hover {
298
+ text-decoration: none;
299
+ background-color: rgba(0, 0, 0, 0.4);
300
+ color: white;
301
+ }
302
+ .media-control-audiotracks li.current a {
303
+ color: #f00;
304
+ }
305
+ .media-control-audiotracks li:first-child a {
306
+ border-bottom-left-radius: 4px;
307
+ border-bottom-right-radius: 4px;
308
+ }
309
+ .media-control-audiotracks li:last-child a {
310
+ border-top-left-radius: 4px;
311
+ border-top-right-radius: 4px;
312
+ }
313
+
314
+ @keyframes pulse {
315
+ 0% {
316
+ color: #fff;
317
+ }
318
+ 50% {
319
+ color: #ff0101;
320
+ }
321
+ 100% {
322
+ color: #B80000;
323
+ }
125
324
  }:root {
126
325
  --primary-background-color: #000;
127
326
  --secondary-background-color: #262626;
@@ -504,105 +703,99 @@
504
703
  .mobile .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul {
505
704
  width: 25%;
506
705
  }
507
- }.media-control-skin-1[data-media-control-skin-1] .media-control-gear {
508
- order: 99;
509
- height: 20px;
510
- }
511
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper {
512
- position: absolute;
513
- right: 16px;
514
- bottom: 52px;
515
- width: 250px;
516
- min-height: 48px;
517
- z-index: 9999;
518
- border-radius: 4px;
519
- }
520
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list {
521
- padding: 8px 0;
706
+ }.dvr-controls[data-dvr] {
707
+ display: inline-block;
708
+ color: var(--player-dvr-color);
709
+ line-height: 32px;
710
+ font-size: 10px;
711
+ font-weight: bold;
712
+ margin-left: 6px;
713
+ height: 40px;
714
+ line-height: 40px;
715
+ margin-left: 0;
522
716
  }
523
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list svg {
524
- float: left;
525
- margin-right: 10px;
717
+ .dvr-controls[data-dvr] .live-info {
718
+ cursor: default;
719
+ text-transform: uppercase;
526
720
  }
527
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option {
528
- margin: 0;
529
- text-align: left;
530
- line-height: 22px;
531
- padding: 5px 14px;
532
- width: 250px;
533
- font-size: 12px;
721
+ .dvr-controls[data-dvr] .live-info:before {
722
+ content: "";
723
+ display: inline-block;
724
+ position: relative;
725
+ width: 7px;
726
+ height: 7px;
727
+ border-radius: 3.5px;
728
+ margin-right: 3.5px;
729
+ background-color: var(--player-live-color);
534
730
  }
535
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option .gear-option_arrow-right-icon {
536
- float: right;
537
- margin-right: -14px;
731
+ .dvr-controls[data-dvr] .live-info.disabled {
732
+ opacity: 0.3;
538
733
  }
539
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option .gear-option_value {
540
- float: right;
541
- margin-right: 8px;
734
+ .dvr-controls[data-dvr] .live-info.disabled:before {
735
+ background-color: var(--player-dvr-color);
542
736
  }
543
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option svg {
544
- height: 20px;
545
- }*, :focus, :visited {
546
- outline: none !important;
547
- }
548
-
549
- .gear-wrapper .go-back {
550
- font-weight: 600;
551
- font-size: 14px;
552
- line-height: 20px;
553
- width: 100%;
554
- text-align: left;
555
- padding: 12px;
556
- }
557
- .gear-wrapper .go-back .arrow-left-icon {
558
- float: left;
559
- padding-top: 2px;
560
- padding-right: 2px;
561
- }
562
- .gear-wrapper .go-back .arrow-left-icon svg {
563
- height: 16px;
564
- }
565
- .gear-wrapper ul.gear-sub-menu {
566
- width: 100%;
567
- list-style-type: none;
568
- min-width: 60px;
569
- border-top: 2px solid rgb(36, 36, 36);
737
+ .dvr-controls[data-dvr] .live-button {
738
+ cursor: pointer;
739
+ outline: none;
740
+ display: none;
741
+ border: 0;
742
+ color: var(--player-dvr-color);
743
+ background-color: transparent;
744
+ height: 32px;
745
+ padding: 0;
746
+ opacity: 0.7;
747
+ text-transform: uppercase;
748
+ transition: all 0.1s ease;
570
749
  }
571
- .gear-wrapper ul.gear-sub-menu li {
572
- font-size: 12px;
573
- text-align: left;
750
+ .dvr-controls[data-dvr] .live-button:before {
751
+ content: "";
752
+ display: inline-block;
753
+ position: relative;
754
+ width: 7px;
755
+ height: 7px;
756
+ border-radius: 3.5px;
757
+ margin-right: 3.5px;
758
+ background-color: var(--player-dvr-color);
574
759
  }
575
- .gear-wrapper ul.gear-sub-menu li[data-title] {
576
- background-color: #c3c2c2;
577
- padding: 5px;
760
+ .dvr-controls[data-dvr] .live-button:hover {
761
+ opacity: 1;
762
+ text-shadow: rgba(255, 255, 255, 0.75) 0 0 5px;
578
763
  }
579
- .gear-wrapper ul.gear-sub-menu li a {
580
- display: block;
581
- text-decoration: none;
582
- height: 32px;
583
- padding: 5px 10px;
584
- line-height: 22px;
764
+ .dvr-controls[data-dvr] .live-info {
765
+ font-size: 14px;
766
+ letter-spacing: 0.8px;
767
+ font-weight: 500;
585
768
  color: #fffffe;
769
+ margin-left: 21px;
586
770
  }
587
- .gear-wrapper ul.gear-sub-menu li a:hover {
588
- color: white;
589
- background-color: rgba(0, 0, 0, 0.4);
771
+ .dvr-controls[data-dvr] .live-info::before {
772
+ width: 10px;
773
+ height: 10px;
774
+ border-radius: 50%;
775
+ margin-right: 8px;
776
+ background-color: #ed4f4a;
590
777
  }
591
- .gear-wrapper ul.gear-sub-menu li a:hover a {
592
- color: white;
593
- text-decoration: none;
778
+ .dvr-controls[data-dvr] .live-button {
779
+ height: 40px;
780
+ opacity: 1;
781
+ font-size: 14px;
782
+ letter-spacing: 0.8px;
783
+ font-weight: 500;
784
+ margin-left: 20px;
594
785
  }
595
- .gear-wrapper ul.gear-sub-menu li a .check-icon {
596
- width: 30px;
597
- height: 20px;
598
- float: left;
599
- display: block;
786
+ .dvr-controls[data-dvr] .live-button::before {
787
+ width: 10px;
788
+ height: 10px;
789
+ border-radius: 50%;
790
+ margin-right: 8px;
791
+ background-color: #cacaca;
600
792
  }
601
- .gear-wrapper ul.gear-sub-menu li a .check-icon svg {
793
+
794
+ .dvr .dvr-controls[data-dvr] .live-info {
602
795
  display: none;
603
796
  }
604
- .gear-wrapper ul.gear-sub-menu li.current a .check-icon svg {
605
- display: inline;
797
+ .dvr .dvr-controls[data-dvr] .live-button {
798
+ display: block;
606
799
  }.context-menu {
607
800
  z-index: 999;
608
801
  position: absolute;
@@ -627,195 +820,6 @@
627
820
  color: white;
628
821
  padding: 5px;
629
822
  cursor: pointer;
630
- }.big-mute-icon-wrapper[data-big-mute] {
631
- position: absolute;
632
- z-index: 9998;
633
- background-color: transparent;
634
- display: flex;
635
- justify-content: center;
636
- width: 100%;
637
- height: calc(100% - 50px);
638
- margin: 0 auto;
639
- opacity: 0.75;
640
- transition: opacity 0.1s ease;
641
- pointer-events: auto;
642
- }
643
- .big-mute-icon-wrapper[data-big-mute].hide {
644
- display: none;
645
- }
646
- .big-mute-icon-wrapper[data-big-mute]:hover {
647
- cursor: pointer;
648
- }
649
-
650
- .big-mute-icon[data-big-mute-icon] {
651
- display: flex;
652
- align-items: center;
653
- justify-content: center;
654
- align-self: center;
655
- width: 120px;
656
- height: 120px;
657
- border: 2px solid white;
658
- border-radius: 50%;
659
- filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
660
- filter: alpha(opacity=60);
661
- opacity: 1;
662
- box-shadow: 0 0 1px 0 white;
663
- background: rgba(240, 243, 247, 0.9411764706);
664
- z-index: 10000;
665
- }
666
- .big-mute-icon[data-big-mute-icon] svg {
667
- margin-left: 5px;
668
- width: 80px;
669
- height: 80px;
670
- }
671
- .big-mute-icon[data-big-mute-icon] svg path {
672
- fill: #1f1e1e !important;
673
- }
674
- .big-mute-icon[data-big-mute-icon]:hover {
675
- background: rgba(240, 243, 247, 0.8784313725);
676
- }
677
- .big-mute-icon[data-big-mute-icon]:hover svg path {
678
- fill: #151515 !important;
679
- }.clips.bar-container[data-seekbar] {
680
- clip-path: url("#myClip");
681
- }*,
682
- :focus,
683
- :visited {
684
- outline: none !important;
685
- }
686
-
687
- .media-control-audiotracks {
688
- position: relative;
689
- }
690
- .media-control-audiotracks button {
691
- background-color: transparent;
692
- color: #fff;
693
- -webkit-font-smoothing: antialiased;
694
- border: none;
695
- cursor: pointer;
696
- display: flex;
697
- align-items: center;
698
- padding: 0;
699
- }
700
- .media-control-audiotracks button .audio-text {
701
- text-overflow: ellipsis;
702
- overflow: hidden;
703
- white-space: nowrap;
704
- max-width: 100px;
705
- background-color: transparent;
706
- -webkit-font-smoothing: antialiased;
707
- border: none;
708
- cursor: pointer;
709
- }
710
- .media-control-audiotracks button:hover {
711
- color: white;
712
- }
713
- .media-control-audiotracks button.changing {
714
- animation: pulse 0.5s infinite alternate;
715
- }
716
- .media-control-audiotracks button span.audio-arrow {
717
- width: 9px;
718
- height: 6px;
719
- margin-left: 5px;
720
- }
721
- .media-control-audiotracks > ul {
722
- max-width: 114px;
723
- list-style-type: none;
724
- position: absolute;
725
- display: none;
726
- background-color: rgba(74, 74, 74, 0.6);
727
- border: none;
728
- min-width: 60px;
729
- border-radius: 4px;
730
- bottom: 40px;
731
- right: -2px;
732
- }
733
- .media-control-audiotracks li {
734
- font-size: var(--font-size-media-controls-dropdown);
735
- text-align: right;
736
- height: 30px;
737
- }
738
- .media-control-audiotracks li[data-title] {
739
- background-color: #c3c2c2;
740
- padding: 5px;
741
- }
742
- .media-control-audiotracks li a {
743
- display: block;
744
- text-decoration: none;
745
- text-overflow: ellipsis;
746
- overflow: hidden;
747
- white-space: nowrap;
748
- height: 30px;
749
- padding: 5px 10px;
750
- color: #fffffe;
751
- }
752
- .media-control-audiotracks li a:hover {
753
- text-decoration: none;
754
- background-color: rgba(0, 0, 0, 0.4);
755
- color: white;
756
- }
757
- .media-control-audiotracks li.current a {
758
- color: #f00;
759
- }
760
- .media-control-audiotracks li:first-child a {
761
- border-bottom-left-radius: 4px;
762
- border-bottom-right-radius: 4px;
763
- }
764
- .media-control-audiotracks li:last-child a {
765
- border-top-left-radius: 4px;
766
- border-top-right-radius: 4px;
767
- }
768
-
769
- @keyframes pulse {
770
- 0% {
771
- color: #fff;
772
- }
773
- 50% {
774
- color: #ff0101;
775
- }
776
- 100% {
777
- color: #B80000;
778
- }
779
- }.gear-option_hd-icon.disabled {
780
- opacity: 0.5;
781
- pointer-events: none;
782
- }
783
- .gear-option_hd-icon.hidden {
784
- display: none;
785
- }div.player-error-screen, [data-player] div.player-error-screen {
786
- color: #CCCACA;
787
- position: absolute;
788
- top: 0;
789
- height: 100%;
790
- width: 100%;
791
- background-color: rgba(0, 0, 0, 0.7);
792
- z-index: 2000;
793
- display: flex;
794
- flex-direction: column;
795
- justify-content: center;
796
- }
797
- div.player-error-screen__content[data-error-screen], [data-player] div.player-error-screen__content[data-error-screen] {
798
- font-size: 14px;
799
- color: #CCCACA;
800
- margin-top: 45px;
801
- }
802
- div.player-error-screen__title[data-error-screen], [data-player] div.player-error-screen__title[data-error-screen] {
803
- font-weight: bold;
804
- line-height: 30px;
805
- font-size: 18px;
806
- }
807
- div.player-error-screen__message[data-error-screen], [data-player] div.player-error-screen__message[data-error-screen] {
808
- width: 90%;
809
- margin: 0 auto;
810
- }
811
- div.player-error-screen__code[data-error-screen], [data-player] div.player-error-screen__code[data-error-screen] {
812
- font-size: 13px;
813
- margin-top: 15px;
814
- }
815
- div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
816
- cursor: pointer;
817
- width: 30px;
818
- margin: 15px auto 0;
819
823
  }*, :focus, :visited {
820
824
  outline: none !important;
821
825
  }
@@ -942,111 +946,64 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
942
946
  display: block;
943
947
  text-decoration: none;
944
948
  }
945
- .multicamera[data-multicamera] li a:hover {
946
- background-color: #555;
947
- color: white;
948
- }
949
- .multicamera[data-multicamera] li a:hover a {
950
- color: white;
951
- text-decoration: none;
952
- }
953
- .multicamera[data-multicamera] li.current a {
954
- color: #f00;
955
- }
956
-
957
- @keyframes pulse {
958
- 0% {
959
- color: #fff;
960
- }
961
- 50% {
962
- color: #ff0101;
963
- }
964
- 100% {
965
- color: #B80000;
966
- }
967
- }.share_plugin[data-share] {
968
- pointer-events: auto;
969
- z-index: 5;
970
- font-family: Roboto, "Open Sans", Arial, sans-serif !important;
971
- }
972
- .share_plugin[data-share].share-hide .share-button-container {
973
- right: -50px;
974
- }
975
- .share_plugin[data-share] .share-button-container {
976
- cursor: pointer;
977
- width: 36px;
978
- height: 36px;
979
- background-color: rgba(74, 74, 74, 0.6);
980
- border-radius: 4px;
981
- position: absolute;
982
- right: 10px;
983
- top: 10px;
984
- padding-top: 6px;
985
- transition: all 0.3s ease-out;
986
- }
987
- .share_plugin[data-share] .share-button-container button[data-share-button] {
988
- background-color: transparent;
989
- border: 0;
990
- margin: 0 6px;
991
- padding: 0;
992
- cursor: pointer;
993
- display: inline-block;
994
- width: 19px;
995
- height: 20px;
996
- }
997
- .share_plugin[data-share] .share-container {
998
- pointer-events: auto;
999
- position: absolute;
1000
- width: 280px;
1001
- background-color: white;
1002
- transform: translate(0, 50%);
1003
- transform: translate(-50%, -50%);
1004
- left: 50%;
1005
- /* margin-left: -140px; */
1006
- top: calc(50% - 20px);
1007
- /* margin-top: -170px; */
1008
- }
1009
- .share_plugin[data-share] .share-container .share-container-header {
1010
- text-align: left;
1011
- border-bottom: 1px solid rgba(155, 155, 155, 0.25);
1012
- }
1013
- .share_plugin[data-share] .share-container .share-container-header .share-container-header--title {
1014
- display: inline-block;
1015
- font-size: 16px;
1016
- margin: 5px;
949
+ .multicamera[data-multicamera] li a:hover {
950
+ background-color: #555;
951
+ color: white;
1017
952
  }
1018
- .share_plugin[data-share] .share-container .share-container-header .share-container-header--close {
1019
- display: inline-block;
1020
- width: 24px;
1021
- float: right;
1022
- margin: 5px;
1023
- cursor: pointer;
953
+ .multicamera[data-multicamera] li a:hover a {
954
+ color: white;
955
+ text-decoration: none;
1024
956
  }
1025
- .share_plugin[data-share] .share-container .share-container-main {
1026
- margin-bottom: 8px;
957
+ .multicamera[data-multicamera] li.current a {
958
+ color: #f00;
1027
959
  }
1028
- .share_plugin[data-share] .share-container .share-container-main > div {
1029
- text-align: left;
960
+
961
+ @keyframes pulse {
962
+ 0% {
963
+ color: #fff;
964
+ }
965
+ 50% {
966
+ color: #ff0101;
967
+ }
968
+ 100% {
969
+ color: #B80000;
970
+ }
971
+ }div.player-error-screen, [data-player] div.player-error-screen {
972
+ color: #CCCACA;
973
+ position: absolute;
974
+ top: 0;
975
+ height: 100%;
976
+ width: 100%;
977
+ background-color: rgba(0, 0, 0, 0.7);
978
+ z-index: 2000;
979
+ display: flex;
980
+ flex-direction: column;
981
+ justify-content: center;
982
+ }
983
+ div.player-error-screen__content[data-error-screen], [data-player] div.player-error-screen__content[data-error-screen] {
1030
984
  font-size: 14px;
1031
- padding: 5px;
985
+ color: #CCCACA;
986
+ margin-top: 45px;
1032
987
  }
1033
- .share_plugin[data-share] .share-container .share-container-main .share-container-header--link, .share_plugin[data-share] .share-container .share-container-main .share-container-header--embed {
1034
- overflow: hidden;
1035
- text-overflow: ellipsis;
1036
- color: #818181;
1037
- border: solid 1px #d3d3d3;
1038
- width: calc(100% - 10px);
1039
- padding: 5px;
988
+ div.player-error-screen__title[data-error-screen], [data-player] div.player-error-screen__title[data-error-screen] {
989
+ font-weight: bold;
990
+ line-height: 30px;
991
+ font-size: 18px;
1040
992
  }
1041
- .share_plugin[data-share] .share-container .share-container-main .share-container-header--embed {
1042
- max-height: 90px;
1043
- resize: none;
993
+ div.player-error-screen__message[data-error-screen], [data-player] div.player-error-screen__message[data-error-screen] {
994
+ width: 90%;
995
+ margin: 0 auto;
1044
996
  }
1045
- .share_plugin[data-share] .share-container .share-container-main .share-container-header--socialicon > div {
1046
- width: 32px;
1047
- display: inline-block;
1048
- margin-right: 5px;
997
+ div.player-error-screen__code[data-error-screen], [data-player] div.player-error-screen__code[data-error-screen] {
998
+ font-size: 13px;
999
+ margin-top: 15px;
1000
+ }
1001
+ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
1049
1002
  cursor: pointer;
1003
+ width: 30px;
1004
+ margin: 15px auto 0;
1005
+ }.clips.bar-container[data-seekbar] {
1006
+ clip-path: url("#myClip");
1050
1007
  }[data-player] {
1051
1008
  --bottom-panel: 40px;
1052
1009
  }
@@ -1091,7 +1048,7 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
1091
1048
  width: 80px;
1092
1049
  height: 80px;
1093
1050
  }
1094
- .container .spinner-three-bounce > div {
1051
+ .container .spinner-three-bounce[data-spinner] > div {
1095
1052
  background-color: #ff5700;
1096
1053
  }
1097
1054
 
@@ -1717,6 +1674,40 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
1717
1674
  .seek-time[data-seek-time] [data-duration]::before {
1718
1675
  content: "|";
1719
1676
  margin-right: 7px;
1677
+ }.player-poster[data-poster] {
1678
+ display: flex;
1679
+ justify-content: center;
1680
+ align-items: center;
1681
+ position: absolute;
1682
+ height: 100%;
1683
+ width: 100%;
1684
+ z-index: 998;
1685
+ top: 0;
1686
+ left: 0;
1687
+ background-color: #000;
1688
+ background-size: cover;
1689
+ background-repeat: no-repeat;
1690
+ background-position: 50% 50%;
1691
+ }
1692
+ .player-poster[data-poster].clickable {
1693
+ cursor: pointer;
1694
+ }
1695
+ .player-poster[data-poster]:hover .play-wrapper[data-poster] {
1696
+ opacity: 1;
1697
+ }
1698
+ .player-poster[data-poster] .play-wrapper[data-poster] {
1699
+ width: 100%;
1700
+ height: 25%;
1701
+ margin: 0 auto;
1702
+ opacity: 0.75;
1703
+ transition: opacity 0.1s ease;
1704
+ }
1705
+ .player-poster[data-poster] .play-wrapper[data-poster] svg {
1706
+ height: 100%;
1707
+ display: inline;
1708
+ }
1709
+ .player-poster[data-poster] .play-wrapper[data-poster] svg path {
1710
+ fill: #fff;
1720
1711
  }.container-with-poster-clickable .skip_time_plugin[data-skip-time] {
1721
1712
  height: 0;
1722
1713
  }
@@ -1738,171 +1729,214 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
1738
1729
  .skip_time_plugin[data-skip-time] .skip-container[data-skip-container] .skip-item {
1739
1730
  width: 33.3%;
1740
1731
  height: 100%;
1741
- }.dvr-controls[data-dvr] {
1732
+ }.media-control-pip {
1733
+ order: 95;
1734
+ display: flex;
1735
+ }
1736
+ .media-control-pip button {
1737
+ height: 20px;
1738
+ }
1739
+ .media-control-pip button svg {
1740
+ height: 20px;
1741
+ }.share_plugin[data-share] {
1742
+ pointer-events: auto;
1743
+ z-index: 5;
1744
+ font-family: Roboto, "Open Sans", Arial, sans-serif !important;
1745
+ }
1746
+ .share_plugin[data-share].share-hide .share-button-container {
1747
+ right: -50px;
1748
+ }
1749
+ .share_plugin[data-share] .share-button-container {
1750
+ cursor: pointer;
1751
+ width: 36px;
1752
+ height: 36px;
1753
+ background-color: rgba(74, 74, 74, 0.6);
1754
+ border-radius: 4px;
1755
+ position: absolute;
1756
+ right: 10px;
1757
+ top: 10px;
1758
+ padding-top: 6px;
1759
+ transition: all 0.3s ease-out;
1760
+ }
1761
+ .share_plugin[data-share] .share-button-container button[data-share-button] {
1762
+ background-color: transparent;
1763
+ border: 0;
1764
+ margin: 0 6px;
1765
+ padding: 0;
1766
+ cursor: pointer;
1742
1767
  display: inline-block;
1743
- color: var(--player-dvr-color);
1744
- line-height: 32px;
1745
- font-size: 10px;
1746
- font-weight: bold;
1747
- margin-left: 6px;
1748
- height: 40px;
1749
- line-height: 40px;
1750
- margin-left: 0;
1768
+ width: 19px;
1769
+ height: 20px;
1751
1770
  }
1752
- .dvr-controls[data-dvr] .live-info {
1753
- cursor: default;
1754
- text-transform: uppercase;
1771
+ .share_plugin[data-share] .share-container {
1772
+ pointer-events: auto;
1773
+ position: absolute;
1774
+ width: 280px;
1775
+ background-color: white;
1776
+ transform: translate(0, 50%);
1777
+ transform: translate(-50%, -50%);
1778
+ left: 50%;
1779
+ /* margin-left: -140px; */
1780
+ top: calc(50% - 20px);
1781
+ /* margin-top: -170px; */
1755
1782
  }
1756
- .dvr-controls[data-dvr] .live-info:before {
1757
- content: "";
1783
+ .share_plugin[data-share] .share-container .share-container-header {
1784
+ text-align: left;
1785
+ border-bottom: 1px solid rgba(155, 155, 155, 0.25);
1786
+ }
1787
+ .share_plugin[data-share] .share-container .share-container-header .share-container-header--title {
1758
1788
  display: inline-block;
1759
- position: relative;
1760
- width: 7px;
1761
- height: 7px;
1762
- border-radius: 3.5px;
1763
- margin-right: 3.5px;
1764
- background-color: var(--player-live-color);
1789
+ font-size: 16px;
1790
+ margin: 5px;
1765
1791
  }
1766
- .dvr-controls[data-dvr] .live-info.disabled {
1767
- opacity: 0.3;
1792
+ .share_plugin[data-share] .share-container .share-container-header .share-container-header--close {
1793
+ display: inline-block;
1794
+ width: 24px;
1795
+ float: right;
1796
+ margin: 5px;
1797
+ cursor: pointer;
1768
1798
  }
1769
- .dvr-controls[data-dvr] .live-info.disabled:before {
1770
- background-color: var(--player-dvr-color);
1799
+ .share_plugin[data-share] .share-container .share-container-main {
1800
+ margin-bottom: 8px;
1771
1801
  }
1772
- .dvr-controls[data-dvr] .live-button {
1802
+ .share_plugin[data-share] .share-container .share-container-main > div {
1803
+ text-align: left;
1804
+ font-size: 14px;
1805
+ padding: 5px;
1806
+ }
1807
+ .share_plugin[data-share] .share-container .share-container-main .share-container-header--link, .share_plugin[data-share] .share-container .share-container-main .share-container-header--embed {
1808
+ overflow: hidden;
1809
+ text-overflow: ellipsis;
1810
+ color: #818181;
1811
+ border: solid 1px #d3d3d3;
1812
+ width: calc(100% - 10px);
1813
+ padding: 5px;
1814
+ }
1815
+ .share_plugin[data-share] .share-container .share-container-main .share-container-header--embed {
1816
+ max-height: 90px;
1817
+ resize: none;
1818
+ }
1819
+ .share_plugin[data-share] .share-container .share-container-main .share-container-header--socialicon > div {
1820
+ width: 32px;
1821
+ display: inline-block;
1822
+ margin-right: 5px;
1773
1823
  cursor: pointer;
1774
- outline: none;
1775
- display: none;
1776
- border: 0;
1777
- color: var(--player-dvr-color);
1824
+ }.big-mute-icon-wrapper[data-big-mute] {
1825
+ position: absolute;
1826
+ z-index: 9998;
1778
1827
  background-color: transparent;
1779
- height: 32px;
1780
- padding: 0;
1781
- opacity: 0.7;
1782
- text-transform: uppercase;
1783
- transition: all 0.1s ease;
1828
+ display: flex;
1829
+ justify-content: center;
1830
+ width: 100%;
1831
+ height: calc(100% - 50px);
1832
+ margin: 0 auto;
1833
+ opacity: 0.75;
1834
+ transition: opacity 0.1s ease;
1835
+ pointer-events: auto;
1784
1836
  }
1785
- .dvr-controls[data-dvr] .live-button:before {
1786
- content: "";
1787
- display: inline-block;
1788
- position: relative;
1789
- width: 7px;
1790
- height: 7px;
1791
- border-radius: 3.5px;
1792
- margin-right: 3.5px;
1793
- background-color: var(--player-dvr-color);
1837
+ .big-mute-icon-wrapper[data-big-mute].hide {
1838
+ display: none;
1839
+ }
1840
+ .big-mute-icon-wrapper[data-big-mute]:hover {
1841
+ cursor: pointer;
1794
1842
  }
1795
- .dvr-controls[data-dvr] .live-button:hover {
1843
+
1844
+ .big-mute-icon[data-big-mute-icon] {
1845
+ display: flex;
1846
+ align-items: center;
1847
+ justify-content: center;
1848
+ align-self: center;
1849
+ width: 120px;
1850
+ height: 120px;
1851
+ border: 2px solid white;
1852
+ border-radius: 50%;
1853
+ filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
1854
+ filter: alpha(opacity=60);
1796
1855
  opacity: 1;
1797
- text-shadow: rgba(255, 255, 255, 0.75) 0 0 5px;
1856
+ box-shadow: 0 0 1px 0 white;
1857
+ background: rgba(240, 243, 247, 0.9411764706);
1858
+ z-index: 10000;
1798
1859
  }
1799
- .dvr-controls[data-dvr] .live-info {
1800
- font-size: 14px;
1801
- letter-spacing: 0.8px;
1802
- font-weight: 500;
1803
- color: #fffffe;
1804
- margin-left: 21px;
1860
+ .big-mute-icon[data-big-mute-icon] svg {
1861
+ margin-left: 5px;
1862
+ width: 80px;
1863
+ height: 80px;
1805
1864
  }
1806
- .dvr-controls[data-dvr] .live-info::before {
1807
- width: 10px;
1808
- height: 10px;
1809
- border-radius: 50%;
1810
- margin-right: 8px;
1811
- background-color: #ed4f4a;
1865
+ .big-mute-icon[data-big-mute-icon] svg path {
1866
+ fill: #1f1e1e !important;
1812
1867
  }
1813
- .dvr-controls[data-dvr] .live-button {
1814
- height: 40px;
1815
- opacity: 1;
1816
- font-size: 14px;
1817
- letter-spacing: 0.8px;
1818
- font-weight: 500;
1819
- margin-left: 20px;
1868
+ .big-mute-icon[data-big-mute-icon]:hover {
1869
+ background: rgba(240, 243, 247, 0.8784313725);
1820
1870
  }
1821
- .dvr-controls[data-dvr] .live-button::before {
1822
- width: 10px;
1823
- height: 10px;
1824
- border-radius: 50%;
1825
- margin-right: 8px;
1826
- background-color: #cacaca;
1871
+ .big-mute-icon[data-big-mute-icon]:hover svg path {
1872
+ fill: #151515 !important;
1873
+ }.gear-option_hd-icon.disabled {
1874
+ opacity: 0.5;
1875
+ pointer-events: none;
1827
1876
  }
1828
-
1829
- .dvr .dvr-controls[data-dvr] .live-info {
1877
+ .gear-option_hd-icon.hidden {
1830
1878
  display: none;
1831
- }
1832
- .dvr .dvr-controls[data-dvr] .live-button {
1833
- display: block;
1834
- }.player-poster[data-poster] {
1835
- display: flex;
1836
- justify-content: center;
1837
- align-items: center;
1879
+ }.scrub-thumbnails {
1838
1880
  position: absolute;
1839
- height: 100%;
1881
+ bottom: 52px;
1840
1882
  width: 100%;
1841
- z-index: 998;
1842
- top: 0;
1843
- left: 0;
1844
- background-color: #000;
1845
- background-size: cover;
1846
- background-repeat: no-repeat;
1847
- background-position: 50% 50%;
1883
+ transition: opacity 0.3s ease;
1848
1884
  }
1849
- .player-poster[data-poster].clickable {
1850
- cursor: pointer;
1885
+ .scrub-thumbnails.hidden {
1886
+ opacity: 0;
1851
1887
  }
1852
- .player-poster[data-poster]:hover .play-wrapper[data-poster] {
1853
- opacity: 1;
1888
+ .scrub-thumbnails .thumbnail-container {
1889
+ display: inline-block;
1890
+ position: relative;
1891
+ overflow: hidden;
1892
+ background-color: #000;
1854
1893
  }
1855
- .player-poster[data-poster] .play-wrapper[data-poster] {
1856
- width: 100%;
1857
- height: 25%;
1858
- margin: 0 auto;
1859
- opacity: 0.75;
1860
- transition: opacity 0.1s ease;
1894
+ .scrub-thumbnails .thumbnail-container .thumbnail-img {
1895
+ position: absolute;
1896
+ width: auto;
1861
1897
  }
1862
- .player-poster[data-poster] .play-wrapper[data-poster] svg {
1863
- height: 100%;
1864
- display: inline;
1898
+ .scrub-thumbnails .thumbnails-text {
1899
+ background-color: rgba(74, 74, 74, 0.7);
1900
+ border-radius: 3px;
1901
+ white-space: nowrap;
1902
+ overflow: hidden;
1903
+ text-overflow: ellipsis;
1904
+ color: white;
1905
+ position: absolute;
1906
+ bottom: 23px;
1907
+ width: 100px;
1865
1908
  }
1866
- .player-poster[data-poster] .play-wrapper[data-poster] svg path {
1867
- fill: #fff;
1868
- }.spinner-three-bounce {
1909
+ .scrub-thumbnails .spotlight {
1910
+ background-color: #4a4a4a;
1911
+ overflow: hidden;
1869
1912
  position: absolute;
1870
- width: 70px;
1871
- text-align: center;
1872
- z-index: 999;
1913
+ bottom: 0;
1873
1914
  left: 0;
1874
- right: 0;
1875
- margin: 0 auto;
1876
- margin-left: auto;
1877
- margin-right: auto;
1878
- /* center vertically */
1879
- top: 50%;
1880
- transform: translateY(-50%);
1915
+ border-color: #4a4a4a;
1916
+ border-style: solid;
1917
+ border-width: 3px;
1918
+ border-radius: 3px;
1881
1919
  }
1882
- .spinner-three-bounce > div {
1883
- width: 18px;
1884
- height: 18px;
1885
- background-color: #FFF;
1886
- border-radius: 100%;
1887
- display: inline-block;
1888
- animation: bouncedelay 1.4s infinite ease-in-out;
1889
- /* Prevent first frame from flickering when animation starts */
1890
- animation-fill-mode: both;
1920
+ .scrub-thumbnails .spotlight img {
1921
+ width: auto;
1891
1922
  }
1892
- .spinner-three-bounce [data-bounce1] {
1893
- animation-delay: -0.32s;
1923
+ .scrub-thumbnails .backdrop {
1924
+ position: absolute;
1925
+ left: 0;
1926
+ bottom: 0;
1927
+ right: 0;
1928
+ background-color: #000;
1929
+ overflow: hidden;
1894
1930
  }
1895
- .spinner-three-bounce [data-bounce2] {
1896
- animation-delay: -0.16s;
1931
+ .scrub-thumbnails .backdrop .carousel {
1932
+ position: absolute;
1933
+ top: 0;
1934
+ left: 0;
1935
+ height: 100%;
1936
+ white-space: nowrap;
1897
1937
  }
1898
-
1899
- @keyframes bouncedelay {
1900
- 0%, 80%, 100% {
1901
- transform: scale(0);
1902
- }
1903
- 40% {
1904
- transform: scale(1);
1905
- }
1938
+ .scrub-thumbnails .backdrop .carousel img {
1939
+ width: auto;
1906
1940
  }*,
1907
1941
  :focus,
1908
1942
  :visited {
@@ -1977,76 +2011,44 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
1977
2011
  .ios-fullscreen::cue {
1978
2012
  visibility: visible !important;
1979
2013
  font-size: 1em !important;
1980
- }.media-control-pip {
1981
- order: 95;
1982
- display: flex;
1983
- }
1984
- .media-control-pip button {
1985
- height: 20px;
1986
- }
1987
- .media-control-pip button svg {
1988
- height: 20px;
1989
- }.scrub-thumbnails {
1990
- position: absolute;
1991
- bottom: 52px;
1992
- width: 100%;
1993
- transition: opacity 0.3s ease;
1994
- }
1995
- .scrub-thumbnails.hidden {
1996
- opacity: 0;
1997
- }
1998
- .scrub-thumbnails .thumbnail-container {
1999
- display: inline-block;
2000
- position: relative;
2001
- overflow: hidden;
2002
- background-color: #000;
2003
- }
2004
- .scrub-thumbnails .thumbnail-container .thumbnail-img {
2005
- position: absolute;
2006
- width: auto;
2007
- }
2008
- .scrub-thumbnails .thumbnails-text {
2009
- background-color: rgba(74, 74, 74, 0.7);
2010
- border-radius: 3px;
2011
- white-space: nowrap;
2012
- overflow: hidden;
2013
- text-overflow: ellipsis;
2014
- color: white;
2015
- position: absolute;
2016
- bottom: 23px;
2017
- width: 100px;
2018
- }
2019
- .scrub-thumbnails .spotlight {
2020
- background-color: #4a4a4a;
2021
- overflow: hidden;
2014
+ }.spinner-three-bounce[data-spinner] {
2022
2015
  position: absolute;
2023
- bottom: 0;
2016
+ width: 70px;
2017
+ text-align: center;
2018
+ z-index: 999;
2024
2019
  left: 0;
2025
- border-color: #4a4a4a;
2026
- border-style: solid;
2027
- border-width: 3px;
2028
- border-radius: 3px;
2020
+ right: 0;
2021
+ margin: 0 auto;
2022
+ margin-left: auto;
2023
+ margin-right: auto;
2024
+ /* center vertically */
2025
+ top: 50%;
2026
+ transform: translateY(-50%);
2029
2027
  }
2030
- .scrub-thumbnails .spotlight img {
2031
- width: auto;
2028
+ .spinner-three-bounce[data-spinner] > div {
2029
+ width: 18px;
2030
+ height: 18px;
2031
+ background-color: #FFF;
2032
+ border-radius: 100%;
2033
+ display: inline-block;
2034
+ animation: bouncedelay 1.4s infinite ease-in-out;
2035
+ /* Prevent first frame from flickering when animation starts */
2036
+ animation-fill-mode: both;
2032
2037
  }
2033
- .scrub-thumbnails .backdrop {
2034
- position: absolute;
2035
- left: 0;
2036
- bottom: 0;
2037
- right: 0;
2038
- background-color: #000;
2039
- overflow: hidden;
2038
+ .spinner-three-bounce[data-spinner] [data-bounce1] {
2039
+ animation-delay: -0.32s;
2040
2040
  }
2041
- .scrub-thumbnails .backdrop .carousel {
2042
- position: absolute;
2043
- top: 0;
2044
- left: 0;
2045
- height: 100%;
2046
- white-space: nowrap;
2041
+ .spinner-three-bounce[data-spinner] [data-bounce2] {
2042
+ animation-delay: -0.16s;
2047
2043
  }
2048
- .scrub-thumbnails .backdrop .carousel img {
2049
- width: auto;
2044
+
2045
+ @keyframes bouncedelay {
2046
+ 0%, 80%, 100% {
2047
+ transform: scale(0);
2048
+ }
2049
+ 40% {
2050
+ transform: scale(1);
2051
+ }
2050
2052
  }.player-logo[data-logo] {
2051
2053
  position: absolute;
2052
2054
  z-index: 2;