@gcorevideo/player 2.30.0 → 2.30.1
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/dist/core.js +65 -21
- package/dist/index.css +314 -314
- package/dist/index.embed.js +64 -22
- package/dist/index.js +65 -23
- package/docs/api/player.md +37 -0
- package/docs/api/player.player.getplugin.md +59 -0
- package/docs/api/player.player.md +14 -0
- package/docs/api/player.tokenrefreshoptions.gettoken.md +13 -0
- package/docs/api/player.tokenrefreshoptions.ipbound.md +13 -0
- package/docs/api/player.tokenrefreshoptions.md +115 -0
- package/docs/api/player.tokenrefreshoptions.ontokenrefreshed.md +13 -0
- package/docs/api/player.tokenrefreshoptions.refreshleadseconds.md +13 -0
- package/docs/api/player.tokenrefreshplugin.md +50 -0
- package/docs/api/player.tokenresponse.client_ip.md +13 -0
- package/docs/api/player.tokenresponse.expires.md +13 -0
- package/docs/api/player.tokenresponse.md +153 -0
- package/docs/api/player.tokenresponse.token.md +13 -0
- package/docs/api/player.tokenresponse.token_ip.md +13 -0
- package/docs/api/player.tokenresponse.url.md +13 -0
- package/docs/api/player.tokenresponse.url_ip.md +13 -0
- package/lib/playback/hls-playback/HlsPlayback.d.ts +1 -1
- package/lib/playback/hls-playback/HlsPlayback.d.ts.map +1 -1
- package/lib/playback/hls-playback/HlsPlayback.js +23 -20
- package/lib/playback/hls-playback/RangesList.d.ts +7 -0
- package/lib/playback/hls-playback/RangesList.d.ts.map +1 -0
- package/lib/playback/hls-playback/RangesList.js +41 -0
- package/lib/plugins/subtitles/ClosedCaptions.d.ts.map +1 -1
- package/lib/plugins/subtitles/ClosedCaptions.js +0 -2
- package/package.json +1 -1
- package/src/playback/hls-playback/HlsPlayback.ts +40 -37
- package/src/playback/hls-playback/RangesList.ts +45 -0
- package/src/playback/hls-playback/__tests__/RangesList.test.ts +60 -0
- package/src/plugins/subtitles/ClosedCaptions.ts +0 -5
- package/tsconfig.tsbuildinfo +1 -1
package/dist/index.css
CHANGED
|
@@ -171,114 +171,6 @@
|
|
|
171
171
|
}
|
|
172
172
|
.big-mute-icon[data-big-mute-icon]:hover svg path {
|
|
173
173
|
fill: #151515 !important;
|
|
174
|
-
}*,
|
|
175
|
-
:focus,
|
|
176
|
-
:visited {
|
|
177
|
-
outline: none !important;
|
|
178
|
-
}
|
|
179
|
-
|
|
180
|
-
.gear-wrapper .go-back {
|
|
181
|
-
font-weight: 600;
|
|
182
|
-
font-size: 14px;
|
|
183
|
-
line-height: 20px;
|
|
184
|
-
width: 100%;
|
|
185
|
-
text-align: left;
|
|
186
|
-
padding: 12px;
|
|
187
|
-
}
|
|
188
|
-
.gear-wrapper .go-back .arrow-left-icon {
|
|
189
|
-
float: left;
|
|
190
|
-
padding-top: 2px;
|
|
191
|
-
padding-right: 2px;
|
|
192
|
-
}
|
|
193
|
-
.gear-wrapper .go-back .arrow-left-icon svg {
|
|
194
|
-
height: 16px;
|
|
195
|
-
}
|
|
196
|
-
.gear-wrapper .gear-options-list,
|
|
197
|
-
.gear-wrapper .gear-sub-menu {
|
|
198
|
-
list-style-type: none;
|
|
199
|
-
}
|
|
200
|
-
.gear-wrapper ul.gear-sub-menu {
|
|
201
|
-
width: 100%;
|
|
202
|
-
min-width: 60px;
|
|
203
|
-
border-top: 2px solid rgb(36, 36, 36);
|
|
204
|
-
overflow-y: auto;
|
|
205
|
-
}
|
|
206
|
-
.gear-wrapper ul.gear-sub-menu li {
|
|
207
|
-
font-size: 12px;
|
|
208
|
-
text-align: left;
|
|
209
|
-
}
|
|
210
|
-
.gear-wrapper ul.gear-sub-menu li a {
|
|
211
|
-
display: block;
|
|
212
|
-
text-decoration: none;
|
|
213
|
-
height: 30px;
|
|
214
|
-
padding: 5px 10px;
|
|
215
|
-
line-height: 22px;
|
|
216
|
-
color: var(--gplayer-mc-text-dim-color);
|
|
217
|
-
}
|
|
218
|
-
.gear-wrapper ul.gear-sub-menu li a:hover {
|
|
219
|
-
color: var(--gplayer-mc-text-color);
|
|
220
|
-
background-color: rgba(0, 0, 0, 0.4);
|
|
221
|
-
}
|
|
222
|
-
.gear-wrapper ul.gear-sub-menu li a:hover a {
|
|
223
|
-
color: var(--gplayer-mc-text-color);
|
|
224
|
-
text-decoration: none;
|
|
225
|
-
}
|
|
226
|
-
.gear-wrapper ul.gear-sub-menu li a .check-icon {
|
|
227
|
-
width: 30px;
|
|
228
|
-
height: 20px;
|
|
229
|
-
float: left;
|
|
230
|
-
display: block;
|
|
231
|
-
}
|
|
232
|
-
.gear-wrapper ul.gear-sub-menu li a .check-icon svg {
|
|
233
|
-
display: none;
|
|
234
|
-
}
|
|
235
|
-
.gear-wrapper ul.gear-sub-menu li.current a .check-icon svg {
|
|
236
|
-
display: inline;
|
|
237
|
-
}.media-control-skin-1 .media-control-item.media-control-gear {
|
|
238
|
-
order: 99;
|
|
239
|
-
}
|
|
240
|
-
.media-control-skin-1 .media-control-item.media-control-gear .gear-wrapper {
|
|
241
|
-
position: absolute;
|
|
242
|
-
right: 16px;
|
|
243
|
-
bottom: 52px;
|
|
244
|
-
width: 250px;
|
|
245
|
-
min-height: 48px;
|
|
246
|
-
z-index: 9999;
|
|
247
|
-
border-radius: 4px;
|
|
248
|
-
box-shadow: 0 0 1px 1px var(--gplayer-mc-popup-border-color);
|
|
249
|
-
}
|
|
250
|
-
.media-control-skin-1 .media-control-item.media-control-gear .gear-options-list {
|
|
251
|
-
padding: 8px 0;
|
|
252
|
-
}
|
|
253
|
-
.media-control-skin-1 .media-control-item.media-control-gear .gear-option {
|
|
254
|
-
margin: 0;
|
|
255
|
-
text-align: left;
|
|
256
|
-
line-height: 22px;
|
|
257
|
-
padding: 5px 14px;
|
|
258
|
-
width: 250px;
|
|
259
|
-
font-size: 12px;
|
|
260
|
-
display: flex;
|
|
261
|
-
align-items: center;
|
|
262
|
-
justify-content: flex-start;
|
|
263
|
-
gap: 8px;
|
|
264
|
-
}
|
|
265
|
-
.media-control-skin-1 .media-control-item.media-control-gear .gear-option_icon {
|
|
266
|
-
flex: 24px 0 0;
|
|
267
|
-
height: 20px;
|
|
268
|
-
}
|
|
269
|
-
.media-control-skin-1 .media-control-item.media-control-gear .gear-option_icon.hidden {
|
|
270
|
-
visibility: hidden;
|
|
271
|
-
display: inline-block;
|
|
272
|
-
}
|
|
273
|
-
.media-control-skin-1 .media-control-item.media-control-gear .gear-option_label {
|
|
274
|
-
flex: 0 1 100%;
|
|
275
|
-
}
|
|
276
|
-
.media-control-skin-1 .media-control-item.media-control-gear .gear-option_arrow-right-icon {
|
|
277
|
-
flex: 0 0 14px;
|
|
278
|
-
height: 20px;
|
|
279
|
-
}
|
|
280
|
-
.media-control-skin-1 .media-control-item.media-control-gear .gear-option_value {
|
|
281
|
-
flex: 1 0 auto;
|
|
282
174
|
}:root {
|
|
283
175
|
--primary-background-color: #000;
|
|
284
176
|
--secondary-background-color: #262626;
|
|
@@ -702,6 +594,51 @@
|
|
|
702
594
|
}
|
|
703
595
|
.gplayer-mc-clips .gplayer-mc-clips-text.compact {
|
|
704
596
|
max-width: 100px;
|
|
597
|
+
}.media-control-skin-1 .media-control-item.media-control-gear {
|
|
598
|
+
order: 99;
|
|
599
|
+
}
|
|
600
|
+
.media-control-skin-1 .media-control-item.media-control-gear .gear-wrapper {
|
|
601
|
+
position: absolute;
|
|
602
|
+
right: 16px;
|
|
603
|
+
bottom: 52px;
|
|
604
|
+
width: 250px;
|
|
605
|
+
min-height: 48px;
|
|
606
|
+
z-index: 9999;
|
|
607
|
+
border-radius: 4px;
|
|
608
|
+
box-shadow: 0 0 1px 1px var(--gplayer-mc-popup-border-color);
|
|
609
|
+
}
|
|
610
|
+
.media-control-skin-1 .media-control-item.media-control-gear .gear-options-list {
|
|
611
|
+
padding: 8px 0;
|
|
612
|
+
}
|
|
613
|
+
.media-control-skin-1 .media-control-item.media-control-gear .gear-option {
|
|
614
|
+
margin: 0;
|
|
615
|
+
text-align: left;
|
|
616
|
+
line-height: 22px;
|
|
617
|
+
padding: 5px 14px;
|
|
618
|
+
width: 250px;
|
|
619
|
+
font-size: 12px;
|
|
620
|
+
display: flex;
|
|
621
|
+
align-items: center;
|
|
622
|
+
justify-content: flex-start;
|
|
623
|
+
gap: 8px;
|
|
624
|
+
}
|
|
625
|
+
.media-control-skin-1 .media-control-item.media-control-gear .gear-option_icon {
|
|
626
|
+
flex: 24px 0 0;
|
|
627
|
+
height: 20px;
|
|
628
|
+
}
|
|
629
|
+
.media-control-skin-1 .media-control-item.media-control-gear .gear-option_icon.hidden {
|
|
630
|
+
visibility: hidden;
|
|
631
|
+
display: inline-block;
|
|
632
|
+
}
|
|
633
|
+
.media-control-skin-1 .media-control-item.media-control-gear .gear-option_label {
|
|
634
|
+
flex: 0 1 100%;
|
|
635
|
+
}
|
|
636
|
+
.media-control-skin-1 .media-control-item.media-control-gear .gear-option_arrow-right-icon {
|
|
637
|
+
flex: 0 0 14px;
|
|
638
|
+
height: 20px;
|
|
639
|
+
}
|
|
640
|
+
.media-control-skin-1 .media-control-item.media-control-gear .gear-option_value {
|
|
641
|
+
flex: 1 0 auto;
|
|
705
642
|
}.dvr-controls {
|
|
706
643
|
--disabled-opacity: 0.3;
|
|
707
644
|
--circle-radius: 5px;
|
|
@@ -759,6 +696,69 @@
|
|
|
759
696
|
.dvr-controls .live-button:hover {
|
|
760
697
|
opacity: 1;
|
|
761
698
|
text-shadow: rgba(255, 255, 255, 0.75) 0 0 5px;
|
|
699
|
+
}*,
|
|
700
|
+
:focus,
|
|
701
|
+
:visited {
|
|
702
|
+
outline: none !important;
|
|
703
|
+
}
|
|
704
|
+
|
|
705
|
+
.gear-wrapper .go-back {
|
|
706
|
+
font-weight: 600;
|
|
707
|
+
font-size: 14px;
|
|
708
|
+
line-height: 20px;
|
|
709
|
+
width: 100%;
|
|
710
|
+
text-align: left;
|
|
711
|
+
padding: 12px;
|
|
712
|
+
}
|
|
713
|
+
.gear-wrapper .go-back .arrow-left-icon {
|
|
714
|
+
float: left;
|
|
715
|
+
padding-top: 2px;
|
|
716
|
+
padding-right: 2px;
|
|
717
|
+
}
|
|
718
|
+
.gear-wrapper .go-back .arrow-left-icon svg {
|
|
719
|
+
height: 16px;
|
|
720
|
+
}
|
|
721
|
+
.gear-wrapper .gear-options-list,
|
|
722
|
+
.gear-wrapper .gear-sub-menu {
|
|
723
|
+
list-style-type: none;
|
|
724
|
+
}
|
|
725
|
+
.gear-wrapper ul.gear-sub-menu {
|
|
726
|
+
width: 100%;
|
|
727
|
+
min-width: 60px;
|
|
728
|
+
border-top: 2px solid rgb(36, 36, 36);
|
|
729
|
+
overflow-y: auto;
|
|
730
|
+
}
|
|
731
|
+
.gear-wrapper ul.gear-sub-menu li {
|
|
732
|
+
font-size: 12px;
|
|
733
|
+
text-align: left;
|
|
734
|
+
}
|
|
735
|
+
.gear-wrapper ul.gear-sub-menu li a {
|
|
736
|
+
display: block;
|
|
737
|
+
text-decoration: none;
|
|
738
|
+
height: 30px;
|
|
739
|
+
padding: 5px 10px;
|
|
740
|
+
line-height: 22px;
|
|
741
|
+
color: var(--gplayer-mc-text-dim-color);
|
|
742
|
+
}
|
|
743
|
+
.gear-wrapper ul.gear-sub-menu li a:hover {
|
|
744
|
+
color: var(--gplayer-mc-text-color);
|
|
745
|
+
background-color: rgba(0, 0, 0, 0.4);
|
|
746
|
+
}
|
|
747
|
+
.gear-wrapper ul.gear-sub-menu li a:hover a {
|
|
748
|
+
color: var(--gplayer-mc-text-color);
|
|
749
|
+
text-decoration: none;
|
|
750
|
+
}
|
|
751
|
+
.gear-wrapper ul.gear-sub-menu li a .check-icon {
|
|
752
|
+
width: 30px;
|
|
753
|
+
height: 20px;
|
|
754
|
+
float: left;
|
|
755
|
+
display: block;
|
|
756
|
+
}
|
|
757
|
+
.gear-wrapper ul.gear-sub-menu li a .check-icon svg {
|
|
758
|
+
display: none;
|
|
759
|
+
}
|
|
760
|
+
.gear-wrapper ul.gear-sub-menu li.current a .check-icon svg {
|
|
761
|
+
display: inline;
|
|
762
762
|
}div.player-error-screen, [data-player] div.player-error-screen {
|
|
763
763
|
color: #CCCACA;
|
|
764
764
|
position: absolute;
|
|
@@ -793,139 +793,18 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
|
|
|
793
793
|
cursor: pointer;
|
|
794
794
|
width: 30px;
|
|
795
795
|
margin: 15px auto 0;
|
|
796
|
-
}
|
|
797
|
-
:
|
|
798
|
-
:visited {
|
|
799
|
-
outline: none !important;
|
|
796
|
+
}[data-player] {
|
|
797
|
+
--bottom-panel: 40px;
|
|
800
798
|
}
|
|
801
799
|
|
|
802
|
-
.
|
|
803
|
-
|
|
804
|
-
order: 80;
|
|
805
|
-
}
|
|
806
|
-
.multicamera[data-multicamera] button {
|
|
807
|
-
background-color: transparent;
|
|
808
|
-
color: #fff;
|
|
809
|
-
font-family: Roboto, "Open Sans", Arial, sans-serif;
|
|
810
|
-
-webkit-font-smoothing: antialiased;
|
|
811
|
-
border: none;
|
|
812
|
-
font-size: 14px;
|
|
813
|
-
padding: 0;
|
|
814
|
-
display: flex;
|
|
815
|
-
align-items: center;
|
|
816
|
-
justify-content: center;
|
|
817
|
-
width: 24px;
|
|
818
|
-
height: 20px;
|
|
819
|
-
}
|
|
820
|
-
.multicamera[data-multicamera] button svg {
|
|
821
|
-
height: 20px;
|
|
822
|
-
position: relative;
|
|
800
|
+
.container .media-control-notransition {
|
|
801
|
+
transition: none !important;
|
|
823
802
|
}
|
|
824
|
-
.
|
|
825
|
-
|
|
803
|
+
.container .player-poster .play-wrapper {
|
|
804
|
+
opacity: 1;
|
|
826
805
|
}
|
|
827
|
-
.
|
|
828
|
-
|
|
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;
|
|
855
|
-
cursor: pointer;
|
|
856
|
-
}
|
|
857
|
-
.multicamera[data-multicamera] li .multicamera-item {
|
|
858
|
-
display: flex;
|
|
859
|
-
padding: 10px 0;
|
|
860
|
-
justify-content: center;
|
|
861
|
-
position: relative;
|
|
862
|
-
}
|
|
863
|
-
.multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] .multicamera-screenshot {
|
|
864
|
-
opacity: 0.5;
|
|
865
|
-
}
|
|
866
|
-
.multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] .multicamera-text {
|
|
867
|
-
opacity: 0.5;
|
|
868
|
-
}
|
|
869
|
-
.multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false]:hover {
|
|
870
|
-
background-color: rgba(0, 0, 0, 0);
|
|
871
|
-
}
|
|
872
|
-
.multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] {
|
|
873
|
-
pointer-events: none;
|
|
874
|
-
}
|
|
875
|
-
.multicamera[data-multicamera] li .multicamera-item:hover, .multicamera[data-multicamera] li .multicamera-item.multicamera-active {
|
|
876
|
-
background-color: rgba(0, 0, 0, 0.3);
|
|
877
|
-
}
|
|
878
|
-
.multicamera[data-multicamera] li .multicamera-item .multicamera-screenshot {
|
|
879
|
-
width: 80px;
|
|
880
|
-
height: 60px;
|
|
881
|
-
}
|
|
882
|
-
.multicamera[data-multicamera] li .multicamera-item .multicamera-screenshot img {
|
|
883
|
-
width: 80px;
|
|
884
|
-
height: 60px;
|
|
885
|
-
}
|
|
886
|
-
.multicamera[data-multicamera] li .multicamera-item .multicamera-text {
|
|
887
|
-
width: 120px;
|
|
888
|
-
text-align: left;
|
|
889
|
-
margin-left: 15px;
|
|
890
|
-
}
|
|
891
|
-
.multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-title,
|
|
892
|
-
.multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-description {
|
|
893
|
-
width: 120px;
|
|
894
|
-
height: 20px;
|
|
895
|
-
font-family: Roboto, "Open Sans", Arial, sans-serif;
|
|
896
|
-
font-size: 14px;
|
|
897
|
-
font-weight: normal;
|
|
898
|
-
font-style: normal;
|
|
899
|
-
font-stretch: normal;
|
|
900
|
-
line-height: 1.43;
|
|
901
|
-
letter-spacing: normal;
|
|
902
|
-
text-align: left;
|
|
903
|
-
color: #fff;
|
|
904
|
-
text-overflow: ellipsis;
|
|
905
|
-
overflow: hidden;
|
|
906
|
-
}
|
|
907
|
-
.multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-description {
|
|
908
|
-
opacity: 0.6;
|
|
909
|
-
}.media-control-skin-1 .media-control-item.media-control-pip {
|
|
910
|
-
order: 95;
|
|
911
|
-
}
|
|
912
|
-
.media-control-skin-1 .media-control-item.media-control-pip button {
|
|
913
|
-
height: 20px;
|
|
914
|
-
}
|
|
915
|
-
.media-control-skin-1 .media-control-item.media-control-pip button svg {
|
|
916
|
-
height: 20px;
|
|
917
|
-
}[data-player] {
|
|
918
|
-
--bottom-panel: 40px;
|
|
919
|
-
}
|
|
920
|
-
|
|
921
|
-
.container .media-control-notransition {
|
|
922
|
-
transition: none !important;
|
|
923
|
-
}
|
|
924
|
-
.container .player-poster .play-wrapper {
|
|
925
|
-
opacity: 1;
|
|
926
|
-
}
|
|
927
|
-
.container.crop-video [data-html5-video] {
|
|
928
|
-
object-fit: cover;
|
|
806
|
+
.container.crop-video [data-html5-video] {
|
|
807
|
+
object-fit: cover;
|
|
929
808
|
}
|
|
930
809
|
.container .player-poster .circle-poster {
|
|
931
810
|
top: 50%;
|
|
@@ -1535,6 +1414,127 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
|
|
|
1535
1414
|
100% {
|
|
1536
1415
|
color: #B80000;
|
|
1537
1416
|
}
|
|
1417
|
+
}.media-control-skin-1 .media-control-item.media-control-pip {
|
|
1418
|
+
order: 95;
|
|
1419
|
+
}
|
|
1420
|
+
.media-control-skin-1 .media-control-item.media-control-pip button {
|
|
1421
|
+
height: 20px;
|
|
1422
|
+
}
|
|
1423
|
+
.media-control-skin-1 .media-control-item.media-control-pip button svg {
|
|
1424
|
+
height: 20px;
|
|
1425
|
+
}*,
|
|
1426
|
+
:focus,
|
|
1427
|
+
:visited {
|
|
1428
|
+
outline: none !important;
|
|
1429
|
+
}
|
|
1430
|
+
|
|
1431
|
+
.multicamera[data-multicamera] {
|
|
1432
|
+
position: relative;
|
|
1433
|
+
order: 80;
|
|
1434
|
+
}
|
|
1435
|
+
.multicamera[data-multicamera] button {
|
|
1436
|
+
background-color: transparent;
|
|
1437
|
+
color: #fff;
|
|
1438
|
+
font-family: Roboto, "Open Sans", Arial, sans-serif;
|
|
1439
|
+
-webkit-font-smoothing: antialiased;
|
|
1440
|
+
border: none;
|
|
1441
|
+
font-size: 14px;
|
|
1442
|
+
padding: 0;
|
|
1443
|
+
display: flex;
|
|
1444
|
+
align-items: center;
|
|
1445
|
+
justify-content: center;
|
|
1446
|
+
width: 24px;
|
|
1447
|
+
height: 20px;
|
|
1448
|
+
}
|
|
1449
|
+
.multicamera[data-multicamera] button svg {
|
|
1450
|
+
height: 20px;
|
|
1451
|
+
position: relative;
|
|
1452
|
+
}
|
|
1453
|
+
.multicamera[data-multicamera] button:hover {
|
|
1454
|
+
color: #c9c9c9;
|
|
1455
|
+
}
|
|
1456
|
+
.multicamera[data-multicamera] button.changing {
|
|
1457
|
+
animation: pulse 0.5s infinite alternate;
|
|
1458
|
+
}
|
|
1459
|
+
.multicamera[data-multicamera] > ul {
|
|
1460
|
+
padding: 6px 0;
|
|
1461
|
+
right: -24px;
|
|
1462
|
+
width: 245px;
|
|
1463
|
+
list-style-type: none;
|
|
1464
|
+
position: absolute;
|
|
1465
|
+
bottom: 48px;
|
|
1466
|
+
border-radius: 4px;
|
|
1467
|
+
display: none;
|
|
1468
|
+
background-color: rgba(74, 74, 74, 0.9);
|
|
1469
|
+
}
|
|
1470
|
+
.multicamera[data-multicamera] > ul::after {
|
|
1471
|
+
content: "";
|
|
1472
|
+
position: absolute;
|
|
1473
|
+
top: 100%;
|
|
1474
|
+
left: 85%;
|
|
1475
|
+
margin-left: -10px;
|
|
1476
|
+
width: 0;
|
|
1477
|
+
height: 0;
|
|
1478
|
+
border-top: 10px solid rgba(74, 74, 74, 0.9);
|
|
1479
|
+
border-right: 10px solid transparent;
|
|
1480
|
+
border-left: 10px solid transparent;
|
|
1481
|
+
}
|
|
1482
|
+
.multicamera[data-multicamera] li {
|
|
1483
|
+
font-size: 10px;
|
|
1484
|
+
cursor: pointer;
|
|
1485
|
+
}
|
|
1486
|
+
.multicamera[data-multicamera] li .multicamera-item {
|
|
1487
|
+
display: flex;
|
|
1488
|
+
padding: 10px 0;
|
|
1489
|
+
justify-content: center;
|
|
1490
|
+
position: relative;
|
|
1491
|
+
}
|
|
1492
|
+
.multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] .multicamera-screenshot {
|
|
1493
|
+
opacity: 0.5;
|
|
1494
|
+
}
|
|
1495
|
+
.multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] .multicamera-text {
|
|
1496
|
+
opacity: 0.5;
|
|
1497
|
+
}
|
|
1498
|
+
.multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false]:hover {
|
|
1499
|
+
background-color: rgba(0, 0, 0, 0);
|
|
1500
|
+
}
|
|
1501
|
+
.multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] {
|
|
1502
|
+
pointer-events: none;
|
|
1503
|
+
}
|
|
1504
|
+
.multicamera[data-multicamera] li .multicamera-item:hover, .multicamera[data-multicamera] li .multicamera-item.multicamera-active {
|
|
1505
|
+
background-color: rgba(0, 0, 0, 0.3);
|
|
1506
|
+
}
|
|
1507
|
+
.multicamera[data-multicamera] li .multicamera-item .multicamera-screenshot {
|
|
1508
|
+
width: 80px;
|
|
1509
|
+
height: 60px;
|
|
1510
|
+
}
|
|
1511
|
+
.multicamera[data-multicamera] li .multicamera-item .multicamera-screenshot img {
|
|
1512
|
+
width: 80px;
|
|
1513
|
+
height: 60px;
|
|
1514
|
+
}
|
|
1515
|
+
.multicamera[data-multicamera] li .multicamera-item .multicamera-text {
|
|
1516
|
+
width: 120px;
|
|
1517
|
+
text-align: left;
|
|
1518
|
+
margin-left: 15px;
|
|
1519
|
+
}
|
|
1520
|
+
.multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-title,
|
|
1521
|
+
.multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-description {
|
|
1522
|
+
width: 120px;
|
|
1523
|
+
height: 20px;
|
|
1524
|
+
font-family: Roboto, "Open Sans", Arial, sans-serif;
|
|
1525
|
+
font-size: 14px;
|
|
1526
|
+
font-weight: normal;
|
|
1527
|
+
font-style: normal;
|
|
1528
|
+
font-stretch: normal;
|
|
1529
|
+
line-height: 1.43;
|
|
1530
|
+
letter-spacing: normal;
|
|
1531
|
+
text-align: left;
|
|
1532
|
+
color: #fff;
|
|
1533
|
+
text-overflow: ellipsis;
|
|
1534
|
+
overflow: hidden;
|
|
1535
|
+
}
|
|
1536
|
+
.multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-description {
|
|
1537
|
+
opacity: 0.6;
|
|
1538
1538
|
}.player-poster {
|
|
1539
1539
|
display: flex;
|
|
1540
1540
|
justify-content: center;
|
|
@@ -1569,45 +1569,6 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
|
|
|
1569
1569
|
}
|
|
1570
1570
|
.player-poster .play-wrapper svg path {
|
|
1571
1571
|
fill: #fff;
|
|
1572
|
-
}.quality-levels li.disabled {
|
|
1573
|
-
opacity: 0.5;
|
|
1574
|
-
pointer-events: none;
|
|
1575
|
-
}
|
|
1576
|
-
.quality-levels li.current {
|
|
1577
|
-
background-color: #000;
|
|
1578
|
-
}.seek-time {
|
|
1579
|
-
position: absolute;
|
|
1580
|
-
white-space: nowrap;
|
|
1581
|
-
height: 20px;
|
|
1582
|
-
line-height: 20px;
|
|
1583
|
-
font-size: 0;
|
|
1584
|
-
left: -100%;
|
|
1585
|
-
bottom: 55px;
|
|
1586
|
-
background-color: rgba(2, 2, 2, 0.5);
|
|
1587
|
-
z-index: 9999;
|
|
1588
|
-
transition: opacity 0.1s ease;
|
|
1589
|
-
}
|
|
1590
|
-
.seek-time.hidden {
|
|
1591
|
-
opacity: 0;
|
|
1592
|
-
}
|
|
1593
|
-
.seek-time .seek-time__pos {
|
|
1594
|
-
display: inline-block;
|
|
1595
|
-
color: white;
|
|
1596
|
-
font-size: 10px;
|
|
1597
|
-
padding-left: 7px;
|
|
1598
|
-
padding-right: 7px;
|
|
1599
|
-
vertical-align: top;
|
|
1600
|
-
}
|
|
1601
|
-
.seek-time .seek-time__duration {
|
|
1602
|
-
display: inline-block;
|
|
1603
|
-
color: rgba(255, 255, 255, 0.5);
|
|
1604
|
-
font-size: 10px;
|
|
1605
|
-
padding-right: 7px;
|
|
1606
|
-
vertical-align: top;
|
|
1607
|
-
}
|
|
1608
|
-
.seek-time .seek-time__duration::before {
|
|
1609
|
-
content: "|";
|
|
1610
|
-
margin-right: 7px;
|
|
1611
1572
|
}.share_plugin[data-share] {
|
|
1612
1573
|
pointer-events: auto;
|
|
1613
1574
|
z-index: 5;
|
|
@@ -1691,6 +1652,45 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
|
|
|
1691
1652
|
display: inline-block;
|
|
1692
1653
|
margin-right: 5px;
|
|
1693
1654
|
cursor: pointer;
|
|
1655
|
+
}.quality-levels li.disabled {
|
|
1656
|
+
opacity: 0.5;
|
|
1657
|
+
pointer-events: none;
|
|
1658
|
+
}
|
|
1659
|
+
.quality-levels li.current {
|
|
1660
|
+
background-color: #000;
|
|
1661
|
+
}.seek-time {
|
|
1662
|
+
position: absolute;
|
|
1663
|
+
white-space: nowrap;
|
|
1664
|
+
height: 20px;
|
|
1665
|
+
line-height: 20px;
|
|
1666
|
+
font-size: 0;
|
|
1667
|
+
left: -100%;
|
|
1668
|
+
bottom: 55px;
|
|
1669
|
+
background-color: rgba(2, 2, 2, 0.5);
|
|
1670
|
+
z-index: 9999;
|
|
1671
|
+
transition: opacity 0.1s ease;
|
|
1672
|
+
}
|
|
1673
|
+
.seek-time.hidden {
|
|
1674
|
+
opacity: 0;
|
|
1675
|
+
}
|
|
1676
|
+
.seek-time .seek-time__pos {
|
|
1677
|
+
display: inline-block;
|
|
1678
|
+
color: white;
|
|
1679
|
+
font-size: 10px;
|
|
1680
|
+
padding-left: 7px;
|
|
1681
|
+
padding-right: 7px;
|
|
1682
|
+
vertical-align: top;
|
|
1683
|
+
}
|
|
1684
|
+
.seek-time .seek-time__duration {
|
|
1685
|
+
display: inline-block;
|
|
1686
|
+
color: rgba(255, 255, 255, 0.5);
|
|
1687
|
+
font-size: 10px;
|
|
1688
|
+
padding-right: 7px;
|
|
1689
|
+
vertical-align: top;
|
|
1690
|
+
}
|
|
1691
|
+
.seek-time .seek-time__duration::before {
|
|
1692
|
+
content: "|";
|
|
1693
|
+
margin-right: 7px;
|
|
1694
1694
|
}.container-with-poster-clickable .mc-skip-time {
|
|
1695
1695
|
height: 0;
|
|
1696
1696
|
}
|
|
@@ -1712,44 +1712,6 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
|
|
|
1712
1712
|
.mc-skip-time .skip-container .skip-item {
|
|
1713
1713
|
flex: 1 0 0px;
|
|
1714
1714
|
height: 100%;
|
|
1715
|
-
}.spinner-three-bounce[data-spinner] {
|
|
1716
|
-
position: absolute;
|
|
1717
|
-
width: 70px;
|
|
1718
|
-
text-align: center;
|
|
1719
|
-
z-index: 999;
|
|
1720
|
-
left: 0;
|
|
1721
|
-
right: 0;
|
|
1722
|
-
margin: 0 auto;
|
|
1723
|
-
margin-left: auto;
|
|
1724
|
-
margin-right: auto;
|
|
1725
|
-
/* center vertically */
|
|
1726
|
-
top: 50%;
|
|
1727
|
-
transform: translateY(-50%);
|
|
1728
|
-
}
|
|
1729
|
-
.spinner-three-bounce[data-spinner] > div {
|
|
1730
|
-
width: 18px;
|
|
1731
|
-
height: 18px;
|
|
1732
|
-
background-color: #FFF;
|
|
1733
|
-
border-radius: 100%;
|
|
1734
|
-
display: inline-block;
|
|
1735
|
-
animation: bouncedelay 1.4s infinite ease-in-out;
|
|
1736
|
-
/* Prevent first frame from flickering when animation starts */
|
|
1737
|
-
animation-fill-mode: both;
|
|
1738
|
-
}
|
|
1739
|
-
.spinner-three-bounce[data-spinner] [data-bounce1] {
|
|
1740
|
-
animation-delay: -0.32s;
|
|
1741
|
-
}
|
|
1742
|
-
.spinner-three-bounce[data-spinner] [data-bounce2] {
|
|
1743
|
-
animation-delay: -0.16s;
|
|
1744
|
-
}
|
|
1745
|
-
|
|
1746
|
-
@keyframes bouncedelay {
|
|
1747
|
-
0%, 80%, 100% {
|
|
1748
|
-
transform: scale(0);
|
|
1749
|
-
}
|
|
1750
|
-
40% {
|
|
1751
|
-
transform: scale(1);
|
|
1752
|
-
}
|
|
1753
1715
|
}.media-control-skin-1 .media-control-cc button.media-control-button {
|
|
1754
1716
|
display: flex;
|
|
1755
1717
|
justify-content: center;
|
|
@@ -1811,6 +1773,44 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
|
|
|
1811
1773
|
background-color: rgba(0, 0, 0, 0.4);
|
|
1812
1774
|
color: white;
|
|
1813
1775
|
display: inline-block;
|
|
1776
|
+
}.spinner-three-bounce[data-spinner] {
|
|
1777
|
+
position: absolute;
|
|
1778
|
+
width: 70px;
|
|
1779
|
+
text-align: center;
|
|
1780
|
+
z-index: 999;
|
|
1781
|
+
left: 0;
|
|
1782
|
+
right: 0;
|
|
1783
|
+
margin: 0 auto;
|
|
1784
|
+
margin-left: auto;
|
|
1785
|
+
margin-right: auto;
|
|
1786
|
+
/* center vertically */
|
|
1787
|
+
top: 50%;
|
|
1788
|
+
transform: translateY(-50%);
|
|
1789
|
+
}
|
|
1790
|
+
.spinner-three-bounce[data-spinner] > div {
|
|
1791
|
+
width: 18px;
|
|
1792
|
+
height: 18px;
|
|
1793
|
+
background-color: #FFF;
|
|
1794
|
+
border-radius: 100%;
|
|
1795
|
+
display: inline-block;
|
|
1796
|
+
animation: bouncedelay 1.4s infinite ease-in-out;
|
|
1797
|
+
/* Prevent first frame from flickering when animation starts */
|
|
1798
|
+
animation-fill-mode: both;
|
|
1799
|
+
}
|
|
1800
|
+
.spinner-three-bounce[data-spinner] [data-bounce1] {
|
|
1801
|
+
animation-delay: -0.32s;
|
|
1802
|
+
}
|
|
1803
|
+
.spinner-three-bounce[data-spinner] [data-bounce2] {
|
|
1804
|
+
animation-delay: -0.16s;
|
|
1805
|
+
}
|
|
1806
|
+
|
|
1807
|
+
@keyframes bouncedelay {
|
|
1808
|
+
0%, 80%, 100% {
|
|
1809
|
+
transform: scale(0);
|
|
1810
|
+
}
|
|
1811
|
+
40% {
|
|
1812
|
+
transform: scale(1);
|
|
1813
|
+
}
|
|
1814
1814
|
}.scrub-thumbnails {
|
|
1815
1815
|
position: absolute;
|
|
1816
1816
|
bottom: 52px;
|