@sgrsoft/vpe-core-sdk 0.12.2 → 0.12.3

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/index.d.ts CHANGED
@@ -1,2 +1,4 @@
1
1
  import { VpeCore } from './main';
2
+ export { getTranslator } from './locales/i18n';
3
+ export type { Language } from './locales/i18n';
2
4
  export default VpeCore;
@@ -100,6 +100,38 @@ declare const _default: {
100
100
  desc: string;
101
101
  };
102
102
  };
103
+ tv: {
104
+ default: string;
105
+ quality: string;
106
+ subtitleStyle: string;
107
+ subtitleStyleDesc: string;
108
+ applyDefaultStyle: string;
109
+ fontColor: string;
110
+ fontSize: string;
111
+ textOpacity: string;
112
+ edgeStyle: string;
113
+ bgColor: string;
114
+ bgOpacity: string;
115
+ windowColor: string;
116
+ windowOpacity: string;
117
+ color: {
118
+ white: string;
119
+ black: string;
120
+ red: string;
121
+ green: string;
122
+ blue: string;
123
+ yellow: string;
124
+ magenta: string;
125
+ cyan: string;
126
+ };
127
+ edge: {
128
+ none: string;
129
+ dropShadow: string;
130
+ raised: string;
131
+ depressed: string;
132
+ uniform: string;
133
+ };
134
+ };
103
135
  alternative: {
104
136
  hour: string;
105
137
  minute: string;
@@ -101,6 +101,38 @@ export declare const translations: {
101
101
  desc: string;
102
102
  };
103
103
  };
104
+ tv: {
105
+ default: string;
106
+ quality: string;
107
+ subtitleStyle: string;
108
+ subtitleStyleDesc: string;
109
+ applyDefaultStyle: string;
110
+ fontColor: string;
111
+ fontSize: string;
112
+ textOpacity: string;
113
+ edgeStyle: string;
114
+ bgColor: string;
115
+ bgOpacity: string;
116
+ windowColor: string;
117
+ windowOpacity: string;
118
+ color: {
119
+ white: string;
120
+ black: string;
121
+ red: string;
122
+ green: string;
123
+ blue: string;
124
+ yellow: string;
125
+ magenta: string;
126
+ cyan: string;
127
+ };
128
+ edge: {
129
+ none: string;
130
+ dropShadow: string;
131
+ raised: string;
132
+ depressed: string;
133
+ uniform: string;
134
+ };
135
+ };
104
136
  alternative: {
105
137
  hour: string;
106
138
  minute: string;
@@ -216,6 +248,38 @@ export declare const translations: {
216
248
  desc: string;
217
249
  };
218
250
  };
251
+ tv: {
252
+ default: string;
253
+ quality: string;
254
+ subtitleStyle: string;
255
+ subtitleStyleDesc: string;
256
+ applyDefaultStyle: string;
257
+ fontColor: string;
258
+ fontSize: string;
259
+ textOpacity: string;
260
+ edgeStyle: string;
261
+ bgColor: string;
262
+ bgOpacity: string;
263
+ windowColor: string;
264
+ windowOpacity: string;
265
+ color: {
266
+ white: string;
267
+ black: string;
268
+ red: string;
269
+ green: string;
270
+ blue: string;
271
+ yellow: string;
272
+ magenta: string;
273
+ cyan: string;
274
+ };
275
+ edge: {
276
+ none: string;
277
+ dropShadow: string;
278
+ raised: string;
279
+ depressed: string;
280
+ uniform: string;
281
+ };
282
+ };
219
283
  alternative: {
220
284
  hour: string;
221
285
  minute: string;
@@ -331,6 +395,38 @@ export declare const translations: {
331
395
  desc: string;
332
396
  };
333
397
  };
398
+ tv: {
399
+ default: string;
400
+ quality: string;
401
+ subtitleStyle: string;
402
+ subtitleStyleDesc: string;
403
+ applyDefaultStyle: string;
404
+ fontColor: string;
405
+ fontSize: string;
406
+ textOpacity: string;
407
+ edgeStyle: string;
408
+ bgColor: string;
409
+ bgOpacity: string;
410
+ windowColor: string;
411
+ windowOpacity: string;
412
+ color: {
413
+ white: string;
414
+ black: string;
415
+ red: string;
416
+ green: string;
417
+ blue: string;
418
+ yellow: string;
419
+ magenta: string;
420
+ cyan: string;
421
+ };
422
+ edge: {
423
+ none: string;
424
+ dropShadow: string;
425
+ raised: string;
426
+ depressed: string;
427
+ uniform: string;
428
+ };
429
+ };
334
430
  alternative: {
335
431
  hour: string;
336
432
  minute: string;
@@ -453,6 +549,38 @@ export declare function getTranslator(language?: Language | string): {
453
549
  desc: string;
454
550
  };
455
551
  };
552
+ tv: {
553
+ default: string;
554
+ quality: string;
555
+ subtitleStyle: string;
556
+ subtitleStyleDesc: string;
557
+ applyDefaultStyle: string;
558
+ fontColor: string;
559
+ fontSize: string;
560
+ textOpacity: string;
561
+ edgeStyle: string;
562
+ bgColor: string;
563
+ bgOpacity: string;
564
+ windowColor: string;
565
+ windowOpacity: string;
566
+ color: {
567
+ white: string;
568
+ black: string;
569
+ red: string;
570
+ green: string;
571
+ blue: string;
572
+ yellow: string;
573
+ magenta: string;
574
+ cyan: string;
575
+ };
576
+ edge: {
577
+ none: string;
578
+ dropShadow: string;
579
+ raised: string;
580
+ depressed: string;
581
+ uniform: string;
582
+ };
583
+ };
456
584
  alternative: {
457
585
  hour: string;
458
586
  minute: string;
@@ -567,6 +695,38 @@ export declare function getTranslator(language?: Language | string): {
567
695
  desc: string;
568
696
  };
569
697
  };
698
+ tv: {
699
+ default: string;
700
+ quality: string;
701
+ subtitleStyle: string;
702
+ subtitleStyleDesc: string;
703
+ applyDefaultStyle: string;
704
+ fontColor: string;
705
+ fontSize: string;
706
+ textOpacity: string;
707
+ edgeStyle: string;
708
+ bgColor: string;
709
+ bgOpacity: string;
710
+ windowColor: string;
711
+ windowOpacity: string;
712
+ color: {
713
+ white: string;
714
+ black: string;
715
+ red: string;
716
+ green: string;
717
+ blue: string;
718
+ yellow: string;
719
+ magenta: string;
720
+ cyan: string;
721
+ };
722
+ edge: {
723
+ none: string;
724
+ dropShadow: string;
725
+ raised: string;
726
+ depressed: string;
727
+ uniform: string;
728
+ };
729
+ };
570
730
  alternative: {
571
731
  hour: string;
572
732
  minute: string;
@@ -681,6 +841,38 @@ export declare function getTranslator(language?: Language | string): {
681
841
  desc: string;
682
842
  };
683
843
  };
844
+ tv: {
845
+ default: string;
846
+ quality: string;
847
+ subtitleStyle: string;
848
+ subtitleStyleDesc: string;
849
+ applyDefaultStyle: string;
850
+ fontColor: string;
851
+ fontSize: string;
852
+ textOpacity: string;
853
+ edgeStyle: string;
854
+ bgColor: string;
855
+ bgOpacity: string;
856
+ windowColor: string;
857
+ windowOpacity: string;
858
+ color: {
859
+ white: string;
860
+ black: string;
861
+ red: string;
862
+ green: string;
863
+ blue: string;
864
+ yellow: string;
865
+ magenta: string;
866
+ cyan: string;
867
+ };
868
+ edge: {
869
+ none: string;
870
+ dropShadow: string;
871
+ raised: string;
872
+ depressed: string;
873
+ uniform: string;
874
+ };
875
+ };
684
876
  alternative: {
685
877
  hour: string;
686
878
  minute: string;
@@ -796,6 +988,38 @@ declare const _default: {
796
988
  desc: string;
797
989
  };
798
990
  };
991
+ tv: {
992
+ default: string;
993
+ quality: string;
994
+ subtitleStyle: string;
995
+ subtitleStyleDesc: string;
996
+ applyDefaultStyle: string;
997
+ fontColor: string;
998
+ fontSize: string;
999
+ textOpacity: string;
1000
+ edgeStyle: string;
1001
+ bgColor: string;
1002
+ bgOpacity: string;
1003
+ windowColor: string;
1004
+ windowOpacity: string;
1005
+ color: {
1006
+ white: string;
1007
+ black: string;
1008
+ red: string;
1009
+ green: string;
1010
+ blue: string;
1011
+ yellow: string;
1012
+ magenta: string;
1013
+ cyan: string;
1014
+ };
1015
+ edge: {
1016
+ none: string;
1017
+ dropShadow: string;
1018
+ raised: string;
1019
+ depressed: string;
1020
+ uniform: string;
1021
+ };
1022
+ };
799
1023
  alternative: {
800
1024
  hour: string;
801
1025
  minute: string;
@@ -910,6 +1134,38 @@ declare const _default: {
910
1134
  desc: string;
911
1135
  };
912
1136
  };
1137
+ tv: {
1138
+ default: string;
1139
+ quality: string;
1140
+ subtitleStyle: string;
1141
+ subtitleStyleDesc: string;
1142
+ applyDefaultStyle: string;
1143
+ fontColor: string;
1144
+ fontSize: string;
1145
+ textOpacity: string;
1146
+ edgeStyle: string;
1147
+ bgColor: string;
1148
+ bgOpacity: string;
1149
+ windowColor: string;
1150
+ windowOpacity: string;
1151
+ color: {
1152
+ white: string;
1153
+ black: string;
1154
+ red: string;
1155
+ green: string;
1156
+ blue: string;
1157
+ yellow: string;
1158
+ magenta: string;
1159
+ cyan: string;
1160
+ };
1161
+ edge: {
1162
+ none: string;
1163
+ dropShadow: string;
1164
+ raised: string;
1165
+ depressed: string;
1166
+ uniform: string;
1167
+ };
1168
+ };
913
1169
  alternative: {
914
1170
  hour: string;
915
1171
  minute: string;
@@ -1024,6 +1280,38 @@ declare const _default: {
1024
1280
  desc: string;
1025
1281
  };
1026
1282
  };
1283
+ tv: {
1284
+ default: string;
1285
+ quality: string;
1286
+ subtitleStyle: string;
1287
+ subtitleStyleDesc: string;
1288
+ applyDefaultStyle: string;
1289
+ fontColor: string;
1290
+ fontSize: string;
1291
+ textOpacity: string;
1292
+ edgeStyle: string;
1293
+ bgColor: string;
1294
+ bgOpacity: string;
1295
+ windowColor: string;
1296
+ windowOpacity: string;
1297
+ color: {
1298
+ white: string;
1299
+ black: string;
1300
+ red: string;
1301
+ green: string;
1302
+ blue: string;
1303
+ yellow: string;
1304
+ magenta: string;
1305
+ cyan: string;
1306
+ };
1307
+ edge: {
1308
+ none: string;
1309
+ dropShadow: string;
1310
+ raised: string;
1311
+ depressed: string;
1312
+ uniform: string;
1313
+ };
1314
+ };
1027
1315
  alternative: {
1028
1316
  hour: string;
1029
1317
  minute: string;
@@ -100,6 +100,38 @@ declare const _default: {
100
100
  desc: string;
101
101
  };
102
102
  };
103
+ tv: {
104
+ default: string;
105
+ quality: string;
106
+ subtitleStyle: string;
107
+ subtitleStyleDesc: string;
108
+ applyDefaultStyle: string;
109
+ fontColor: string;
110
+ fontSize: string;
111
+ textOpacity: string;
112
+ edgeStyle: string;
113
+ bgColor: string;
114
+ bgOpacity: string;
115
+ windowColor: string;
116
+ windowOpacity: string;
117
+ color: {
118
+ white: string;
119
+ black: string;
120
+ red: string;
121
+ green: string;
122
+ blue: string;
123
+ yellow: string;
124
+ magenta: string;
125
+ cyan: string;
126
+ };
127
+ edge: {
128
+ none: string;
129
+ dropShadow: string;
130
+ raised: string;
131
+ depressed: string;
132
+ uniform: string;
133
+ };
134
+ };
103
135
  alternative: {
104
136
  hour: string;
105
137
  minute: string;
@@ -100,6 +100,38 @@ declare const _default: {
100
100
  desc: string;
101
101
  };
102
102
  };
103
+ tv: {
104
+ default: string;
105
+ quality: string;
106
+ subtitleStyle: string;
107
+ subtitleStyleDesc: string;
108
+ applyDefaultStyle: string;
109
+ fontColor: string;
110
+ fontSize: string;
111
+ textOpacity: string;
112
+ edgeStyle: string;
113
+ bgColor: string;
114
+ bgOpacity: string;
115
+ windowColor: string;
116
+ windowOpacity: string;
117
+ color: {
118
+ white: string;
119
+ black: string;
120
+ red: string;
121
+ green: string;
122
+ blue: string;
123
+ yellow: string;
124
+ magenta: string;
125
+ cyan: string;
126
+ };
127
+ edge: {
128
+ none: string;
129
+ dropShadow: string;
130
+ raised: string;
131
+ depressed: string;
132
+ uniform: string;
133
+ };
134
+ };
103
135
  alternative: {
104
136
  hour: string;
105
137
  minute: string;
@@ -1 +1 @@
1
- "use strict";var s=E;(function(a,t){for(var x=E,n=a();;)try{var r=-parseInt(x(513))/1*(parseInt(x(520))/2)+parseInt(x(527))/3+parseInt(x(512))/4*(-parseInt(x(508))/5)+parseInt(x(518))/6*(-parseInt(x(504))/7)+parseInt(x(517))/8*(-parseInt(x(499))/9)+parseInt(x(529))/10+-parseInt(x(530))/11*(-parseInt(x(544))/12);if(r===t)break;n.push(n.shift())}catch{n.push(n.shift())}})(m,327040);function E(a,t){a=a-496;var x=m(),n=x[a];return n}const K={common:{cancel:"Cancel",auto:s(521),normal:s(500),notUse:s(498),prev:s(496),next:s(533),delayText:"seconds until auto-play",license:"License",play:"Play",pause:s(539),replay:s(505),fullOn:s(538),fullOff:s(537),muteOn:s(528),muteOff:"Unmute",captionOff:s(536),captionOn:s(507),setting:s(531),live:s(515),miniPlayer:"Mini player",isMute:s(497),subtitle:s(511),subtitleNot:"Subtitles not available"},settings:{autoplay:s(510),playbackRate:"Playback speed",captions:s(511),quality:s(543)},error:{"01":{title:"Cannot play video",desc:s(516)},"02":{title:"Cannot play video",desc:s(526)},"03":{title:s(522),desc:s(542)},"04":{title:s(541),desc:s(532)},"05":{title:s(541),desc:s(503)},"06":{title:s(541),desc:"Monthly basic API calls exceeded. Please switch to a paid version."},"07":{title:s(541),desc:s(540)},"08":{title:s(541),desc:s(502)},"09":{title:"Cannot play video",desc:s(535)},10:{title:"Cannot play video",desc:"Cannot play DASH video on iOS."},11:{title:s(541),desc:"Invalid DRM token."},12:{title:s(541),desc:s(524)},13:{title:"Cannot play video",desc:"FairPlay certificate validation failed."},14:{title:s(541),desc:s(509)},15:{title:s(525),desc:"Required module was not loaded. (hls.js)"},16:{title:s(525),desc:"Required module was not loaded. (dash.js)"},17:{title:s(523),desc:s(514)}},alternative:{hour:s(545),minute:"minute(s)",second:"second(s)",after:"In a moment",afterMin:s(534),afterHour:s(519),afterDay:"day",startPlay:s(501),nextPlay:s(506),afterPlay:"Scheduled"}};function m(){var a=["36ZENADf","Normal","Video will start in {timeTxt}.","Invalid URL format.","The license is not valid.","693VRfHgB","Replay","Next video will play in {timeTxt} seconds.","Turn on captions","268325NxYyZk","Screen capture / screen recording has been detected.","Autoplay","Subtitles","24pfAcaT","63782OyHxZP","This feature requires the Standard plan.","LIVE","Invalid access. Please check your access_key.","164336mdeNtn","3156WCqOSu","hour","14TCAguQ","Auto","Authentication Failed","Player Startup Failed","Failed to communicate with the DRM license server.","Player Execution Failed","You do not have permission to play this video.","222033lCnZyc","Mute","5352510yTRFZS","6825324UJQfpE","Settings","The video could not be played.","Next video","min","The live stream is OFFLINE.","Turn off captions","Exit fullscreen","Fullscreen","Pause","Unsupported format.","Cannot play video","The network connection is unstable.","Quality","12OgXRTf","hour(s)","Previous video","You are muted.","Not used"];return m=function(){return a},m()}function D(a,t){a=a-438;var x=v(),n=x[a];return n}var c=D;(function(a,t){for(var x=D,n=a();;)try{var r=-parseInt(x(449))/1+parseInt(x(462))/2*(parseInt(x(445))/3)+-parseInt(x(477))/4*(parseInt(x(475))/5)+parseInt(x(472))/6+-parseInt(x(446))/7*(-parseInt(x(469))/8)+-parseInt(x(450))/9+parseInt(x(442))/10*(parseInt(x(455))/11);if(r===t)break;n.push(n.shift())}catch{n.push(n.shift())}})(v,556608);const j={common:{cancel:"취소",auto:"자동",normal:"보통",notUse:c(471),prev:c(439),next:c(458),delayText:c(447),license:c(459),play:"재생",pause:c(461),replay:c(479),fullOn:"전체화면",fullOff:c(451),muteOn:c(438),muteOff:"음소거 해제",captionOff:"자막끄기",captionOn:c(441),setting:"설정",live:c(466),miniPlayer:"미니플레이어",isMute:"음소거 상태입니다.",subtitle:"자막",subtitleNot:"자막 사용 불가"},settings:{autoplay:c(481),playbackRate:c(470),captions:"자막",quality:"해상도"},error:{"01":{title:c(453),desc:"잘못된 접근입니다. access_key를 확인해주세요."},"02":{title:c(453),desc:c(474)},"03":{title:c(482),desc:"네트워크 연결이 원활하지 않습니다."},"04":{title:c(453),desc:c(468)},"05":{title:"동영상을 재생할 수 없음",desc:c(448)},"06":{title:"동영상을 재생할 수 없음",desc:c(444)},"07":{title:c(453),desc:c(476)},"08":{title:c(453),desc:c(440)},"09":{title:c(453),desc:c(456)},10:{title:c(453),desc:c(463)},11:{title:c(453),desc:c(443)},12:{title:"동영상을 재생할 수 없음",desc:c(460)},13:{title:c(453),desc:c(464)},14:{title:c(453),desc:c(480)},15:{title:c(454),desc:c(467)},16:{title:"플레이어 실행 실패",desc:c(483)},17:{title:c(452),desc:"Standard 요금제가 필요한 기능입니다."}},alternative:{hour:"시",minute:"분",second:"초",after:c(478),afterMin:"분 ",afterHour:c(457),afterDay:"일 ",startPlay:c(473),nextPlay:c(465),afterPlay:"예정"}};function v(){var a=["1629864BnLQdN","재생 속도","사용안함","3106344QjuiSQ","{timeTxt} 후 영상이 시작됩니다.","동영상을 재생할 권한이 없습니다.","115IdtJkN","지원하지 않는 형식입니다.","96932jaqIiC","잠시 ","다시보기","화면 캡쳐 / 화면 녹화가 감지되었습니다.","자동재생","인증 실패","필수 모듈이 로드되지 않았습니다. (dash.js)","음소거","이전 동영상","URL 형식이 잘못되었습니다.","자막켜기","70yrjqgA","DRM 토큰이 잘못되었습니다.","월 기본 제공 호출 건수를 초과하였습니다. 유료 버전으로 전환 후 사용 부탁 드립니다.","3qSAtnJ","7OVbpYV","초 뒤 자동재생","라이선스가 유효하지 않습니다.","636937EjILAe","10006758RIRnKQ","전체화면 해제","플레이어 구동 실패","동영상을 재생할 수 없음","플레이어 실행 실패","1959804CIDWRD","라이브스트림이 OFFLINE 입니다.","시간 ","다음 동영상","라이선스","DRM 라이선스 서버와 통신에 실패하였습니다.","일시정지","1788322fqJhgr","iOS에서 Dash 비디오를 재생할 수 없습니다.","FairPlay 인증서 검증에 실패하였습니다.","{timeTxt}초 후 다음 영상이 재생됩니다.","실시간","필수 모듈이 로드되지 않았습니다. (hls.js)","동영상을 재생할 수 없습니다."];return v=function(){return a},v()}var l=O;function O(a,t){a=a-238;var x=_(),n=x[a];return n}function _(){var a=["字幕をオンにする","28OAfMuM","プレーヤーの起動に失敗しました","ミュート解除","{timeTxt}後に動画が始まります。","65739tBZgJB","字幕は利用できません","再生速度","この動画を再生する権限がありません。","ミュート","iOSではDASHビデオを再生できません。","ミュート状態です。","自動再生","ライブ","5470lpnjwX","必須モジュールが読み込まれていません。(dash.js)","しばらくして","全画面表示を終了","URLの形式が正しくありません。","字幕をオフにする","秒後に自動再生","サポートされていない形式です。","4QxkOgx","303990UmJQzH","2075825cNYIip","動画を再生できません","12591qVgHRU","{timeTxt}秒後に次の動画が再生されます。","認証に失敗しました","ライセンスが無効です。","一時停止","月間の基本提供呼び出し回数を超過しました。有料版に切り替えてご利用ください。","必須モジュールが読み込まれていません。(hls.js)","ライセンス","ライブストリームはオフラインです。","438818xxFaHu","動画を再生できませんでした。","全画面表示","ネットワーク接続が不安定です。","ミニプレーヤー","1334064vXuPvQ","188088FKQWVc","363IdRCaP","348DWzmRn","不正なアクセスです。access_keyを確認してください。"];return _=function(){return a},_()}(function(a,t){for(var x=O,n=a();;)try{var r=-parseInt(x(258))/1*(parseInt(x(245))/2)+parseInt(x(273))/3*(parseInt(x(266))/4)+parseInt(x(247))/5+-parseInt(x(246))/6+-parseInt(x(269))/7*(parseInt(x(263))/8)+parseInt(x(249))/9*(parseInt(x(282))/10)+parseInt(x(265))/11*(-parseInt(x(264))/12);if(r===t)break;n.push(n.shift())}catch{n.push(n.shift())}})(_,974274);const Z={common:{cancel:"キャンセル",auto:"自動",normal:"標準",notUse:"使用しない",prev:"前の動画",next:"次の動画",delayText:l(243),license:l(256),play:"再生",pause:l(253),replay:"リプレイ",fullOn:l(260),fullOff:l(240),muteOn:l(277),muteOff:l(271),captionOff:l(242),captionOn:l(268),setting:"設定",live:l(281),miniPlayer:l(262),isMute:l(279),subtitle:"字幕",subtitleNot:l(274)},settings:{autoplay:l(280),playbackRate:l(275),captions:"字幕",quality:"画質"},error:{"01":{title:l(248),desc:l(267)},"02":{title:l(248),desc:l(276)},"03":{title:l(251),desc:l(261)},"04":{title:l(248),desc:l(259)},"05":{title:l(248),desc:l(252)},"06":{title:"動画を再生できません",desc:l(254)},"07":{title:l(248),desc:l(244)},"08":{title:"動画を再生できません",desc:l(241)},"09":{title:l(248),desc:l(257)},10:{title:l(248),desc:l(278)},11:{title:"動画を再生できません",desc:"DRMトークンが無効です。"},12:{title:"動画を再生できません",desc:"DRMライセンスサーバーとの通信に失敗しました。"},13:{title:l(248),desc:"FairPlay証明書の検証に失敗しました。"},14:{title:"動画を再生できません",desc:"画面キャプチャ/画面録画が検出されました。"},15:{title:l(270),desc:l(255)},16:{title:l(270),desc:l(238)},17:{title:"プレーヤーの起動に失敗しました",desc:"この機能にはStandardプランが必要です。"}},alternative:{hour:"時間",minute:"分",second:"秒",after:l(239),afterMin:"分後",afterHour:"時間後",afterDay:"日後",startPlay:l(272),nextPlay:l(250),afterPlay:"予定"}},I=H;(function(a,t){const x=H,n=a();for(;;)try{if(-parseInt(x(186))/1*(parseInt(x(174))/2)+parseInt(x(181))/3+-parseInt(x(177))/4*(-parseInt(x(184))/5)+-parseInt(x(182))/6*(parseInt(x(180))/7)+parseInt(x(185))/8*(-parseInt(x(178))/9)+parseInt(x(187))/10+-parseInt(x(179))/11===t)break;n.push(n.shift())}catch{n.push(n.shift())}})(S,697335);const G={en:K,ko:j,ja:Z},J=()=>typeof navigator!==I(183)&&typeof navigator[I(176)]!==I(183);function W(a){const t=I,x=a[t(175)]("-")[0];return x in G?x:"en"}function A(a){const t=I;let x="en";a?x=a:J()&&(x=navigator[t(176)]);const n=W(x);return G[n]}function H(a,t){return a=a-174,S()[a]}A();function S(){const a=["8eZATZF","433YDoZOV","11200770Arpxnx","2090NevAMn","split","language","4mMjnlN","6235389dSTPgO","1398584ogClCc","351666qCqPih","2938809zBVlqr","48CeyeYQ","undefined","1360045xTYLYq"];return S=function(){return a},S()}function F(a,t){return a=a-114,M()[a]}const e=F;(function(a,t){const x=F,n=a();for(;;)try{if(parseInt(x(217))/1+parseInt(x(292))/2+parseInt(x(180))/3+-parseInt(x(256))/4+parseInt(x(191))/5+-parseInt(x(206))/6+-parseInt(x(114))/7===t)break;n.push(n.shift())}catch{n.push(n.shift())}})(M,620661);function M(){const a=["Antarctica","Montenegro","Eritrea","Lithuania","Monaco","Slovakia","Cabo Verde","Greenland","Slovenia","Aruba","Italy","Switzerland","Sao Tome and Principe","Bonaire, Sint Eustatius and Saba","Djibouti","Guyana","Timor-Leste","Mexico","1456876TAXMiu","Austria","Solomon Islands","Bahamas","Finland","Lebanon","Belgium","Turks and Caicos Islands","Equatorial Guinea","Turkmenistan","Åland Islands","Saint Kitts and Nevis","Philippines","Moldova (Republic of)","Saint Vincent and the Grenadines","Panama","Poland","Namibia","Sint Maarten (Dutch part)","Macedonia (the former Yugoslav Republic of)","Germany","Algeria","Bolivia (Plurinational State of)","Brunei Darussalam","Qatar","Cameroon","French Guiana","Iceland","Japan","Nigeria","Grenada","Guam","Curaçao","Dominican Republic","Myanmar","Heard Island and McDonald Islands","1770282kbNvHp","Burkina Faso","Australia","Kuwait","Estonia","Malawi","Andorra","Indonesia","Wallis and Futuna","Kiribati","Isle of Man","11949084dAdJId","Malta","Mauritania","Seychelles","India","Mayotte","Nepal","Trinidad and Tobago","Guadeloupe","Papua New Guinea","Togo","Venezuela (Bolivarian Republic of)","Saint Martin (French part)","Peru","Kenya","Madagascar","Colombia","Gabon","Niger","Bulgaria","Hong Kong","Yemen","Chile","Malaysia","Congo","Argentina","Martinique","Liechtenstein","Turkey","Paraguay","Honduras","Cambodia","Virgin Islands (British)","Georgia","Gambia","Cook Islands","Portugal","South Africa","Jersey","Guatemala","Benin","Marshall Islands","Ireland","Congo (Democratic Republic of the)","Brazil","Haiti","Denmark","Holy See","Netherlands","Uganda","Israel","Tajikistan","Antigua and Barbuda","United States of America","Pitcairn","Anguilla","Afghanistan","Saint Lucia","Falkland Islands (Malvinas)","Rwanda","Cocos (Keeling) Islands","Belize","Libya","Saint Helena, Ascension and Tristan da Cunha","Jordan","Singapore","3651921zLnQlv","Saudi Arabia","Russian Federation","Saint Pierre and Miquelon","Taiwan","Maldives","Nauru","French Polynesia","Nicaragua","Lesotho","Armenia","767520GWtWhi","Tunisia","Tokelau","Botswana","Kyrgyzstan","Ukraine","Lao People's Democratic Republic","Réunion","Latvia","South Georgia and the South Sandwich Islands","British Indian Ocean Territory","Virgin Islands (U.S.)","Puerto Rico","Pakistan","Bahrain","3187008BOLEol","Sri Lanka","Sweden","Czech Republic","Bouvet Island","Fiji","Zambia","Belarus","Norway","Niue","Gibraltar","967108WQUxpG","Mauritius","Sudan","Bermuda","Zimbabwe","Greece","Serbia","Syrian Arab Republic","Croatia","American Samoa","Faroe Islands","Micronesia (Federated States of)","Samoa","French Southern Territories","United Arab Emirates","Oman","Ethiopia","San Marino","Comoros","Iran (Islamic Republic of)","United Kingdom"];return M=function(){return a},M()}const q={AF:e(170),AX:e(266),AL:"Albania",DZ:e(277),AS:e(226),AD:e(298),AO:"Angola",AI:e(169),AQ:e(238),AG:e(166),AR:e(139),AM:e(190),AW:e(247),AU:e(294),AT:e(257),AZ:"Azerbaijan",BS:e(259),BH:e(205),BD:"Bangladesh",BB:"Barbados",BY:e(213),BE:e(262),BZ:e(175),BJ:e(154),BM:e(220),BT:"Bhutan",BO:e(278),BQ:e(251),BA:"Bosnia and Herzegovina",BW:e(194),BV:e(210),BR:e(158),IO:e(201),BN:e(279),BG:e(133),BF:e(293),BI:"Burundi",CV:e(244),KH:e(145),CM:e(281),CA:"Canada",KY:"Cayman Islands",CF:"Central African Republic",TD:"Chad",CL:e(136),CN:"China",CX:"Christmas Island",CC:e(174),CO:e(130),KM:e(235),CG:e(138),CD:e(157),CK:e(149),CR:"Costa Rica",CI:"Côte d'Ivoire",HR:e(225),CU:"Cuba",CW:e(288),CY:"Cyprus",CZ:e(209),DK:e(160),DJ:e(252),DM:"Dominica",DO:e(289),EC:"Ecuador",EG:"Egypt",SV:"El Salvador",GQ:e(264),ER:e(240),EE:e(296),ET:e(233),FK:e(172),FO:e(227),FJ:e(211),FI:e(260),FR:"France",GF:e(282),PF:e(187),TF:e(230),GA:e(131),GM:e(148),GE:e(147),DE:e(276),GH:"Ghana",GI:e(216),GR:e(222),GL:e(245),GD:e(286),GP:e(122),GU:e(287),GT:e(153),GG:"Guernsey",GN:"Guinea",GW:"Guinea-Bissau",GY:e(253),HT:e(159),HM:e(291),VA:e(161),HN:e(144),HK:e(134),HU:"Hungary",IS:e(283),IN:e(118),ID:e(299),IR:e(236),IQ:"Iraq",IE:e(156),IM:e(302),IL:e(164),IT:e(248),JM:"Jamaica",JP:e(284),JE:e(152),JO:e(178),KZ:"Kazakhstan",KE:e(128),KI:e(301),KP:"Korea (Democratic People's Republic of)",KR:"Korea, Republic of",KW:e(295),KG:e(195),LA:e(197),LV:e(199),LB:e(261),LS:e(189),LR:"Liberia",LY:e(176),LI:e(141),LT:e(241),LU:"Luxembourg",MO:"Macao",MK:e(275),MG:e(129),MW:e(297),MY:e(137),MV:e(185),ML:"Mali",MT:e(115),MH:e(155),MQ:e(140),MR:e(116),MU:e(218),YT:e(119),MX:e(255),FM:e(228),MD:e(269),MC:e(242),MN:"Mongolia",ME:e(239),MS:"Montserrat",MA:"Morocco",MZ:"Mozambique",MM:e(290),NA:e(273),NR:e(186),NP:e(120),NL:e(162),NC:"New Caledonia",NZ:"New Zealand",NI:e(188),NE:e(132),NG:e(285),NU:e(215),NF:"Norfolk Island",MP:"Northern Mariana Islands",NO:e(214),OM:e(232),PK:e(204),PW:"Palau",PS:"Palestine, State of",PA:e(271),PG:e(123),PY:e(143),PE:e(127),PH:e(268),PN:e(168),PL:e(272),PT:e(150),PR:e(203),QA:e(280),RE:e(198),RO:"Romania",RU:e(182),RW:e(173),BL:"Saint Barthélemy",SH:e(177),KN:e(267),LC:e(171),MF:e(126),PM:e(183),VC:e(270),WS:e(229),SM:e(234),ST:e(250),SA:e(181),SN:"Senegal",RS:e(223),SC:e(117),SL:"Sierra Leone",SG:e(179),SX:e(274),SK:e(243),SI:e(246),SB:e(258),SO:"Somalia",ZA:e(151),GS:e(200),SS:"South Sudan",ES:"Spain",LK:e(207),SD:e(219),SR:"Suriname",SJ:"Svalbard and Jan Mayen",SZ:"Swaziland",SE:e(208),CH:e(249),SY:e(224),TW:e(184),TJ:e(165),TZ:"Tanzania, United Republic of",TH:"Thailand",TL:e(254),TG:e(124),TK:e(193),TO:"Tonga",TT:e(121),TN:e(192),TR:e(142),TM:e(265),TC:e(263),TV:"Tuvalu",UG:e(163),UA:e(196),AE:e(231),GB:e(237),US:e(167),UM:"United States Minor Outlying Islands",UY:"Uruguay",UZ:"Uzbekistan",VU:"Vanuatu",VE:e(125),VN:"Viet Nam",VG:e(146),VI:e(202),WF:e(300),EH:"Western Sahara",YE:e(135),ZM:e(212),ZW:e(221)},p=U;(function(a,t){const x=U,n=a();for(;;)try{if(-parseInt(x(315))/1+-parseInt(x(284))/2+parseInt(x(331))/3+-parseInt(x(334))/4+parseInt(x(322))/5*(parseInt(x(272))/6)+-parseInt(x(330))/7*(-parseInt(x(288))/8)+-parseInt(x(273))/9*(-parseInt(x(270))/10)===t)break;n.push(n.shift())}catch{n.push(n.shift())}})(T,145268);const z={gov:{prod:{log:p(336),report:p(268)},beta:{log:"https://papi.beta-vpe.gov-ntruss.com/player/maSync",report:p(278)}},pub:{prod:{log:"https://papi.vpe.naverncp.com/player/maSync",report:p(298)},beta:{log:p(342),report:p(276)}}};p(351);let h={video:{},browser:{},device:{},connection:{},screen:{},player_version:p(302),extra:{sessionId:null,playerType:p(317)},log_type:p(286),privacy:{cookie_enabled:!0}},g={platform:p(269),stage:p(346),sync:!1,syncResult:{}};const X=new Date()[p(281)](),V=()=>{const a=p,t=new Date,x=u=>String(u).padStart(2,"0"),n=t[a(320)]()+"-"+x(t.getMonth()+1)+"-"+x(t[a(344)]())+" "+x(t.getHours())+":"+x(t[a(324)]())+":"+x(t[a(332)]()),r=Math[a(307)](t[a(281)]()/1e3),i=new Date().getTime()-X;return{logDate:n,logDateUnix:r,thisSec:i}};function T(){const a=["vpe","mp4","372976Zymyrl","error","mpd","length","POST","isArray","sessionId","stage","join","1.0","https://log.vpe.naverncp.com/stats","url","vpePackageId","UUID","latest","json","parse","log_type","video","floor","address","totalStartTime","created_at","entries","logDateUnix","nation","------------------------------------------------","203300KGgAtc","application/json","VPE React Native","browser","log","getFullYear","sync","1135TxalLU","host","getMinutes","indexOf","object","MA init report failed:","MA report failed:","seekedTime","21KkGfua","823857pvJjgy","getSeconds","actionDuration","976008utXKyE","random","https://papi.vpe.gov-ntruss.com/player/maSync","platform","MA config initialization failed:","net","playerStartTime","actionType","https://papi.beta-vpe.naverncp.com/player/maSync","geoLocation","getDate","result","prod","forEach","logDate","TID","MA vpe init","abcdefghijklmnopqrstuvwxyz0123456789","report","https://log.vpe.gov-ntruss.com/stats","pub","40IRvCXQ","country","4542qtcigJ","215361EhTvUD","extra","stringify","https://log.beta-vpe.naverncp.com/stats","push","https://log.beta-vpe.gov-ntruss.com/stats","vpeKey","type","getTime","m3u8","Korea, Republic of","178940oDcHVO","syncResult"];return T=function(){return a},T()}function U(a,t){return a=a-267,T()[a]}function Q(a){const t=p;return typeof a===t(326)&&a!==null&&!Array[t(293)](a)}function $(a,t){const x=p;Object[x(311)](t)[x(347)](([n,r])=>{const i=x;Q(r)?(!a[n]&&(a[n]={}),Object[i(311)](r).forEach(([u,o])=>{o!=null&&(a[n][u]=o)})):r!=null&&(a[n]=r)})}function x0(a){const t=p,x=[];return a?.r1&&x[t(277)](a.r1),a?.r2&&x.push(a.r2),a?.r3&&x[t(277)](a.r3),x[t(296)](" ")}function e0(a){const t=p;try{const x=g[t(285)]?.[t(343)];x&&(a[t(308)]=x0(x),a.isp=x[t(339)]||"",a.ip=g[t(285)]?.ip||"",a[t(313)]=x.country||"")}catch{}}const t0=async a=>{const t=p;if(!a)return;const{platform:x,stage:n}=g,r=z[x][n][t(319)];try{const i=await fetch(r,{method:t(292),headers:{"Content-Type":"application/json"},body:JSON[t(275)]({access_key:a})}),u=await i[t(303)]();g[t(321)]=u[t(345)]?.[t(321)]||!1,g[t(285)]=u.result||{};const{logDate:o,logDateUnix:f}=V();return h[t(274)].logDate=o,h[t(274)][t(312)]=f,g.syncResult?.geoLocation&&e0(h[t(274)]),u}catch(i){return console[t(289)](t(338),i),null}};async function a0(a,t,x,n,r){const i=p;g[i(337)]=a,g[i(295)]=t,$(h,x),n&&(h.extra[i(300)]=n),r&&(h[i(274)][i(279)]=r),h[i(274)][i(313)]?h[i(318)].country=q[h.extra.nation]||i(283):h[i(318)][i(271)]=i(283);const{logDate:u,logDateUnix:o}=V();h[i(274)].logDate=u,h[i(274)][i(312)]=o,h.extra[i(310)]=o}const L=k;(function(a,t){const x=k,n=a();for(;;)try{if(parseInt(x(227))/1+-parseInt(x(236))/2+parseInt(x(229))/3*(-parseInt(x(235))/4)+parseInt(x(241))/5+parseInt(x(232))/6*(-parseInt(x(238))/7)+-parseInt(x(233))/8*(-parseInt(x(237))/9)+parseInt(x(223))/10*(parseInt(x(230))/11)===t)break;n.push(n.shift())}catch{n.push(n.shift())}})(C,231287);function k(a,t){return a=a-222,C()[a]}function C(){const a=["rgba(0, 0, 0, 0.4)","controlBtn","110bUYfIO","watermarkConfig","dropshadow","progressBar","364776gdCnoJ","captionStyle","286128emXQjy","47597CbkKIg","pay","588eMsJXe","1448swSWvi","contain","12uJZixB","177406gJnaaC","7335eKwWPB","10822GQShbs","#ffffff","all","988690sYJSxS","16/9","#009dff"];return C=function(){return a},C()}const n0=(a={},t)=>{const x=k,n={autostart:!0,muted:!1,aspectRatio:x(242),objectFit:x(234),controls:!0,keyboardShortcut:!0,startMutedInfoNotVisible:!1,allowsPictureInPicture:!1,staysActiveInBackground:!1,screenRecordingPrevention:!1,modalFullscreen:!1,seekingPreview:!0,lang:"ko",ui:x(240),controlBtn:{play:!0,fullscreen:!0,progressBar:!0,volume:!1,times:!0,pictureInPicture:!0,setting:!0,subtitle:!0},progressBarColor:"#4299f5",controlActiveTime:3e3,playRateSetting:[.5,.75,1,1.5,2],autoPause:!1,repeat:!1,setStartTime:void 0,playIndex:0,lowLatencyMode:!0,touchGestures:!0,descriptionNotVisible:!1,devTestAppId:void 0,token:"",visibleWatermark:!1,iosFullscreenNativeMode:!0,watermarkText:"NAVER CLOUD PLATFORM",watermarkConfig:{randPosition:!0,randPositionInterVal:3e3,x:10,y:10,opacity:.5},captionStyle:{fontSize:12,color:x(239),backgroundColor:x(244),edgeStyle:x(225)},override:null};if(t!==x(231))return{...n,...r0};const r={...n,...a};return a.controlBtn&&(r[x(222)]={...n[x(222)],...a[x(222)]}),a.watermarkConfig&&(r[x(224)]={...n[x(224)],...a[x(224)]}),a.captionStyle&&(r[x(228)]={...n[x(228)],...a[x(228)]}),r[x(222)]?.[x(226)]===void 0&&(r[x(222)][x(226)]=!0),r},r0={free:!0,startMutedInfoNotVisible:!1,lowLatencyMode:!1,progressBarColor:L(243),playRateSetting:[.5,.75,1,1.5,2],descriptionNotVisible:!0,seekingPreview:!1,controlActiveTime:1500,ui:L(240),token:"",setStartTime:null,controlBtn:{play:!0,fullscreen:!0,volume:!0,times:!0,setting:!1,pictureInPicture:!1,progressBar:!0}},d=Y;function Y(a,t){return a=a-461,w()[a]}(function(a,t){const x=Y,n=a();for(;;)try{if(-parseInt(x(566))/1*(-parseInt(x(467))/2)+-parseInt(x(493))/3*(-parseInt(x(557))/4)+-parseInt(x(564))/5+parseInt(x(508))/6*(parseInt(x(510))/7)+parseInt(x(469))/8*(-parseInt(x(496))/9)+parseInt(x(565))/10*(-parseInt(x(563))/11)+parseInt(x(491))/12===t)break;n.push(n.shift())}catch{n.push(n.shift())}})(w,277825);const i0={gov:{prod:{config:d(500),report:d(569)},beta:{config:d(479),report:"aHR0cHM6Ly9sb2cuYmV0YS12cGUuZ292LW50cnVzcy5jb20vc3RhdHM="}},pub:{prod:{config:d(489),report:d(461)},beta:{config:d(520),report:d(465)}}};let N=[];function w(){const a=["fullscreen","36ijGygr","startsWith","height","status","aHR0cHM6Ly9wYXBpLnZwZS5nb3YtbnRydXNzLmNvbS9wbGF5ZXIvY29uZmln","string","playlist","slice","some","hlsPaser","getPlaylist","origin","21066rylaIj","createPlayerInfo","217PynZVb","maUse","appId","seeked","pause","isInitialized","volumechange","includes","code","trim","aHR0cHM6Ly9wYXBpLmJldGEtdnBlLm5hdmVybmNwLmNvbS9wbGF5ZXIvY29uZmln","rtt","accessKey","webkitConnection","ready","version","performKeyCheck","downlink","loadingEnd","stage","API","E0003","indexOf","E0001","filter","join","pricing","protocol","watermarkConfig","initialize","access_key","setErrorRun","platformVersion","length","match","cid","language",".m3u8","E0002","connection","HLS 파싱 실패:","split","lang","waiting","application/json","object","prev","296sEMlvL","round","text","serverConfig","push","playerInfo","2067593eSdlCw","1376150wkIusj","10KsAluH","53JhLqOq","options","ncplayer : ","aHR0cHM6Ly9sb2cudnBlLmdvdi1udHJ1c3MuY29tL3N0YXRz","://appView/video/vpe","fullscreenExit","stringify","Edge","Auto","Edg","type","loadingStart","platform","updateTranslator","isArray","isDev","error","saveData","userAgent","Chrome","Safari","aHR0cHM6Ly9sb2cudnBlLm5hdmVybmNwLmNvbS9zdGF0cw==","test","result","getBrowserInfo","aHR0cHM6Ly9sb2cuYmV0YS12cGUubmF2ZXJuY3AuY29tL3N0YXRz","VPE Player: accessKey 또는 appId가 없어 키 인증을 건너뜁니다.","17714hbuLCl","playerStateReport","206288iAPqpR","controlbarDeactive","play","mozConnection","Firefox","playlistChange","VPE SDK Initialization failed:","isPaidTier","errorState","skipBack","aHR0cHM6Ly9wYXBpLmJldGEtdnBlLmdvdi1udHJ1c3MuY29tL3BsYXllci9jb25maWc=","hardwareConcurrency","Content-Type","name","Unknown","auto","?preview=true","userAgentData","map","screen","aHR0cHM6Ly9wYXBpLnZwZS5uYXZlcm5jcC5jb20vcGxheWVyL2NvbmZpZw==","pay","2570976ESlaHE","translator","2094TqFejd","controlBtn"];return w=function(){return a},w()}const s0=a=>{const t=d;try{return atob(a)}catch(x){return console[t(582)]("Base64 decoding failed:",x),""}};class o0{[d(560)]={};[d(562)]=null;[d(522)];[d(512)];[d(578)];[d(529)];[d(581)];translator=A();[d(477)];constructor({accessKey:t,appId:x,platform:n,stage:r,isDev:i=!1,language:u}){const o=d;this[o(522)]=t,this[o(512)]=x||location.origin,this.platform=n,this[o(529)]=r,this.isDev=i,this.updateTranslator(u),this[o(477)]={errorCode:null,errorMessage:null}}async[d(539)](){const t=d,x=[t(522),t(512),t(548),t(533),t(531)],n=t(466);if([this[x[0]],this[x[1]]][t(504)](u=>!u))return console.warn(n),{error:this[t(541)](x[2])};const i=u=>{const o=t;return this[o(560)]=u,this[o(562)]=this.createPlayerInfo(u),this[o(562)]};try{const u=await this[t(526)]();if(u[t(518)]!==200)return{error:this[t(541)](x[3])};const o=i(u);return await a0(this[t(578)],this[t(529)],o,this[t(512)],this[t(522)]),await t0(this[t(522)]),{options:this[t(560)][t(463)]?.options,playerInfo:o}}catch(u){return console[t(582)](t(475),u),{error:this[t(541)](x[4])}}}async[d(526)](){const t=d,x=[t(485),"config",t(481),t(554),t(540),"domain","POST"],n=this[t(581)]?x[0]:"",r=s0(i0[this[t(578)]][this[t(529)]][x[1]])+n,i=JSON[t(572)]([x[4],x[5]].reduce((o,f,y)=>{const b=t;return o[f]=[this[b(522)],this[b(512)]][y],o},{})),u=await fetch(r,{method:x[6],headers:{[x[2]]:x[3]},body:i});if(!u.ok)throw new Error([t(530),"Error:",u[t(499)],u.statusText][t(535)](" "));return u.json()}[d(464)](){const t=d,x=navigator[t(584)];return/Edg\/(\d+\.\d+)/.test(x)?{origin:t(573),version:RegExp.$1}:/Chrome\/(\d+\.\d+)/.test(x)&&!x[t(517)](t(575))?{origin:t(585),version:RegExp.$1}:/Firefox\/(\d+\.\d+)/[t(462)](x)?{origin:t(473),version:RegExp.$1}:/Version\/(\d+\.\d+)/[t(462)](x)&&x[t(517)]("Safari")?{origin:t(586),version:RegExp.$1}:{origin:t(483),version:t(483)}}[d(509)](t){const x=d,[n,r]=t[x(463)][x(482)][x(551)]("|"),i=navigator[x(549)]||navigator[x(472)]||navigator[x(523)],u=this[x(464)](),o=navigator[x(486)];return{cid:t[x(463)][x(545)],player_name:n,player_version:r,pricing:t.result[x(536)],maUse:t.result.options?.[x(511)]==="Y"?"Y":"N",browser:{lang:navigator[x(546)],ua:navigator[x(584)]},screen:{width:window[x(488)].width,height:window[x(488)][x(498)]},connection:{network:i?.effectiveType??"unknown",downlink:i?.[x(527)]??null,rtt:i?.[x(521)]??null,save_data:i?.[x(583)]??!1},device:{platform:o?.[x(578)]??x(483),mobile:o?.mobile??!1,memory:navigator.deviceMemory??null,processor:navigator[x(480)]??null},video:{url:""},extra:{vpeKey:this[x(522)],playerType:"VPE",playerVersion:r,device:o?.[x(578)]??x(483),os:o?.platform??x(483),osOrigin:o?.[x(578)]??"Unknown",osVersion:o?.[x(542)]??x(483),vpePackageId:this.appId,actionDuration:0,actionType:x(524),browser:u[x(507)],browserOrigin:u[x(507)],browserVersion:u[x(525)],protocol:location[x(537)],quality:"Other",qualityOrigin:x(574),host:this.appId+"&"+(o?.[x(578)]??x(483))+"&"+(o?.platformVersion??x(483)),location:this[x(512)]+x(570),title:""}}}[d(541)](t){const x=d,n=t[x(503)](-2),r=this[x(492)][x(582)][n]||this[x(492)].error["01"],i={errorCode:t,errorMessage:r};return this[x(477)]=i,console[x(582)](x(568),i),i}[d(579)](t){const x=d;this[x(492)]=A(t)}getErrorState(){return this.errorState}[d(476)](){const t=d;return this[t(560)].result?.[t(536)]==="pay"}[d(515)](){return!!this[d(560)].result}getValidatedOptions(t){const x=d,n=n0(this.serverConfig[x(463)]?.[x(567)],this[x(560)].result?.[x(536)]);this[x(560)][x(463)]?.[x(536)]!==x(490)&&(t={...t,...n});const r={...n,...t??{}};return r?.[x(552)]&&(r?.[x(552)]==x(484)||this[x(579)](r[x(552)])),t?.[x(494)]&&(r[x(494)]={...n[x(494)],...t[x(494)]}),t?.[x(538)]&&(r.watermarkConfig={...n[x(538)],...t[x(538)]}),r[x(502)]&&!Array[x(580)](r.playlist)&&(r[x(502)]=[{file:r[x(502)]}]),N=r[x(502)]||[],r}[d(506)](){return N||[]}async[d(468)](t){const x=d;switch(t[x(576)]){case"ready":case"ended":break;case"timeupdate":case x(553):case"seeking":case x(513):case x(516):case"controlbarActive":case x(470):case"skipForward":case x(478):case"next":case x(556):case x(471):case x(514):case x(495):case x(571):case"bufferingStart":case"bufferingEnd":case x(577):case x(528):case x(474):case x(582):break}}$t(t){const x=d,n=t[x(551)](".");let r=this[x(492)];for(const i of n)if(r&&typeof r===x(555)&&i in r)r=r[i];else return t;return typeof r===x(501)?r:t}async[d(505)](t){const x=d,n=[];if(!t||t[x(532)](x(547))===-1)return n;const r=(o,f)=>{try{return new URL(f,o).toString()}catch{return f}},i=o=>{const f=x,y=o[f(544)](/RESOLUTION=(\d+)x(\d+)/);if(y)return y[2]+"p";const b=o[f(544)](/BANDWIDTH=(\d+)/);return b?Math[f(558)](Number(b[1])/1e3)+"kbps":"auto"},u=o=>{const f=x,y=o[f(551)](/\r?\n/)[f(487)](b=>b[f(519)]())[f(534)](b=>b[f(543)]>0);for(let b=0;b<y[f(543)];b+=1){const B=y[b];if(B.startsWith("#EXT-X-STREAM-INF")){const R=y[b+1];R&&!R[f(497)]("#")&&(n[f(561)]({quality:i(B),url:r(t,R),levelIndex:n[f(543)]}),b+=1)}}};try{const o=await fetch(t);if(!o.ok)return n;const f=await o[x(559)]();return f&&u(f),n}catch(o){return console[x(582)](x(550),o),n}}}(function(a,t){for(var x=c0,n=a();;)try{var r=-parseInt(x(221))/1+parseInt(x(220))/2*(parseInt(x(227))/3)+parseInt(x(217))/4+-parseInt(x(225))/5+-parseInt(x(219))/6*(parseInt(x(223))/7)+parseInt(x(218))/8*(parseInt(x(224))/9)+-parseInt(x(222))/10*(-parseInt(x(226))/11);if(r===t)break;n.push(n.shift())}catch{n.push(n.shift())}})(P,658586);function P(){var a=["50611YgzxfR","3dqprli","2799272KkgYNY","2311352YajoXR","6nWRnuY","75154rammmZ","242857woktve","1640gzGYkk","485562QHEnxQ","9wJWJWL","4050345shkVnH"];return P=function(){return a},P()}function c0(a,t){a=a-217;var x=P(),n=x[a];return n}module.exports=o0;
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});function m(){var a=["Green","Pause","Unsupported format.","1516650dSNldG","Default","In a moment","Exit fullscreen","LIVE","Failed to communicate with the DRM license server.","Autoplay","Player Startup Failed","Uniform","Playback speed","Mute","This feature requires the Standard plan.","Fullscreen","Subtitles not available","1214990FDKsCx","Apply Default Style","You are muted.","Next video","Invalid access. Please check your access_key.","minute(s)","Required module was not loaded. (dash.js)","Scheduled","Yellow","Cyan","Unmute","Red","Player Execution Failed","seconds until auto-play","Background Opacity","Video will start in {timeTxt}.","Turn off captions","hour","Text Edge Style","Change text, color, and background styles","Turn on captions","The network connection is unstable.","Magenta","Cannot play DASH video on iOS.","Replay","15153smKOPB","License","day","Settings","Window Opacity","Cannot play video","Cancel","Normal","Mini player","153468PwhddJ","Black","Subtitle Style","Blue","The video could not be played.","Required module was not loaded. (hls.js)","Previous video","15mUgaVD","Play","Font Size","73943PylvxY","27596RJzNci","7cMvLgy","1111024okdgRx","None","Subtitles","Invalid URL format.","50SnccwW"];return m=function(){return a},m()}function O(a,t){a=a-322;var e=m(),n=e[a];return n}var i=O;(function(a,t){for(var e=O,n=a();;)try{var r=parseInt(e(388))/1+-parseInt(e(326))/2*(-parseInt(e(369))/3)+parseInt(e(389))/4*(-parseInt(e(385))/5)+parseInt(e(330))/6+-parseInt(e(390))/7*(parseInt(e(322))/8)+-parseInt(e(378))/9+-parseInt(e(344))/10;if(r===t)break;n.push(n.shift())}catch{n.push(n.shift())}})(m,154867);const Y={common:{cancel:i(375),auto:"Auto",normal:i(376),notUse:"Not used",prev:i(384),next:i(347),delayText:i(357),license:i(370),play:i(386),pause:i(328),replay:i(368),fullOn:i(342),fullOff:i(333),muteOn:i(340),muteOff:i(354),captionOff:i(360),captionOn:i(364),setting:i(372),live:i(334),miniPlayer:i(377),isMute:i(346),subtitle:i(324),subtitleNot:i(343)},settings:{autoplay:i(336),playbackRate:i(339),captions:i(324),quality:"Quality"},error:{"01":{title:i(374),desc:i(348)},"02":{title:i(374),desc:"You do not have permission to play this video."},"03":{title:"Authentication Failed",desc:i(365)},"04":{title:i(374),desc:i(382)},"05":{title:i(374),desc:"The license is not valid."},"06":{title:i(374),desc:"Monthly basic API calls exceeded. Please switch to a paid version."},"07":{title:"Cannot play video",desc:i(329)},"08":{title:"Cannot play video",desc:i(325)},"09":{title:"Cannot play video",desc:"The live stream is OFFLINE."},10:{title:"Cannot play video",desc:i(367)},11:{title:i(374),desc:"Invalid DRM token."},12:{title:i(374),desc:i(335)},13:{title:i(374),desc:"FairPlay certificate validation failed."},14:{title:i(374),desc:"Screen capture / screen recording has been detected."},15:{title:i(356),desc:i(383)},16:{title:i(356),desc:i(350)},17:{title:i(337),desc:i(341)}},tv:{default:i(331),quality:"Quality",subtitleStyle:i(380),subtitleStyleDesc:i(363),applyDefaultStyle:i(345),fontColor:"Font Color",fontSize:i(387),textOpacity:"Text Opacity",edgeStyle:i(362),bgColor:"Background Color",bgOpacity:i(358),windowColor:"Window Color",windowOpacity:i(373),color:{white:"White",black:i(379),red:i(355),green:i(327),blue:i(381),yellow:i(352),magenta:i(366),cyan:i(353)},edge:{none:i(323),dropShadow:"Drop Shadow",raised:"Raised",depressed:"Depressed",uniform:i(338)}},alternative:{hour:"hour(s)",minute:i(349),second:"second(s)",after:i(332),afterMin:"min",afterHour:i(361),afterDay:i(371),startPlay:i(359),nextPlay:"Next video will play in {timeTxt} seconds.",afterPlay:i(351)}};var o=L;function I(){var a=["텍스트, 색상, 배경 스타일 변경","자막 사용 불가","동영상을 재생할 수 없음","2952255OoTnEf","그림자","시간 ","라이선스가 유효하지 않습니다.","129582JurJmO","월 기본 제공 호출 건수를 초과하였습니다. 유료 버전으로 전환 후 사용 부탁 드립니다.","라이선스","필수 모듈이 로드되지 않았습니다. (dash.js)","잘못된 접근입니다. access_key를 확인해주세요.","기본 스타일 적용","5595448Ecpnlp","전체화면","검정색","사용안함","816636KoHRHL","플레이어 구동 실패","잠시 ","창 색상","자막켜기","URL 형식이 잘못되었습니다.","플레이어 실행 실패","DRM 토큰이 잘못되었습니다.","필수 모듈이 로드되지 않았습니다. (hls.js)","5636620qNtjYT","배경 색상","초 뒤 자동재생","iOS에서 Dash 비디오를 재생할 수 없습니다.","네트워크 연결이 원활하지 않습니다.","텍스트 불투명도","글자 테두리 스타일","동영상을 재생할 권한이 없습니다.","재생 속도","{timeTxt} 후 영상이 시작됩니다.","6BePKgs","미니플레이어","동영상을 재생할 수 없습니다.","빨간색","글꼴 색상","실시간","초록색","창 불투명도","자막 스타일","음소거","다음 동영상","파란색","6803810zycFiH","12168695ouQRgX","자동재생","화면 캡쳐 / 화면 녹화가 감지되었습니다.","{timeTxt}초 후 다음 영상이 재생됩니다.","노란색","전체화면 해제","이전 동영상"];return I=function(){return a},I()}function L(a,t){a=a-201;var e=I(),n=e[a];return n}(function(a,t){for(var e=L,n=a();;)try{var r=-parseInt(e(249))/1+-parseInt(e(203))/2+-parseInt(e(245))/3+parseInt(e(212))/4+-parseInt(e(234))/5*(parseInt(e(222))/6)+parseInt(e(235))/7+parseInt(e(255))/8;if(r===t)break;n.push(n.shift())}catch{n.push(n.shift())}})(I,964224);const Z={common:{cancel:"취소",auto:"자동",normal:"보통",notUse:o(202),prev:o(241),next:o(232),delayText:o(214),license:o(251),play:"재생",pause:"일시정지",replay:"다시보기",fullOn:o(256),fullOff:o(240),muteOn:o(231),muteOff:"음소거 해제",captionOff:"자막끄기",captionOn:o(207),setting:"설정",live:o(227),miniPlayer:o(223),isMute:"음소거 상태입니다.",subtitle:"자막",subtitleNot:o(243)},settings:{autoplay:o(236),playbackRate:o(220),captions:"자막",quality:"해상도"},error:{"01":{title:o(244),desc:o(253)},"02":{title:"동영상을 재생할 수 없음",desc:o(219)},"03":{title:"인증 실패",desc:o(216)},"04":{title:o(244),desc:o(224)},"05":{title:o(244),desc:o(248)},"06":{title:o(244),desc:o(250)},"07":{title:o(244),desc:"지원하지 않는 형식입니다."},"08":{title:o(244),desc:o(208)},"09":{title:o(244),desc:"라이브스트림이 OFFLINE 입니다."},10:{title:o(244),desc:o(215)},11:{title:o(244),desc:o(210)},12:{title:o(244),desc:"DRM 라이선스 서버와 통신에 실패하였습니다."},13:{title:o(244),desc:"FairPlay 인증서 검증에 실패하였습니다."},14:{title:"동영상을 재생할 수 없음",desc:o(237)},15:{title:o(209),desc:o(211)},16:{title:o(209),desc:o(252)},17:{title:o(204),desc:"Standard 요금제가 필요한 기능입니다."}},tv:{default:"기본",quality:"화질",subtitleStyle:o(230),subtitleStyleDesc:o(242),applyDefaultStyle:o(254),fontColor:o(226),fontSize:"글꼴 크기",textOpacity:o(217),edgeStyle:o(218),bgColor:o(213),bgOpacity:"배경 불투명도",windowColor:o(206),windowOpacity:o(229),color:{white:"흰색",black:o(201),red:o(225),green:o(228),blue:o(233),yellow:o(239),magenta:"자홍색",cyan:"청록색"},edge:{none:"없음",dropShadow:o(246),raised:"양각",depressed:"음각",uniform:"균일"}},alternative:{hour:"시",minute:"분",second:"초",after:o(205),afterMin:"분 ",afterHour:o(247),afterDay:"일 ",startPlay:o(221),nextPlay:o(238),afterPlay:"예정"}};function E(a,t){a=a-495;var e=v(),n=e[a];return n}var s=E;(function(a,t){for(var e=E,n=a();;)try{var r=-parseInt(e(546))/1*(parseInt(e(549))/2)+-parseInt(e(508))/3*(parseInt(e(520))/4)+parseInt(e(516))/5+parseInt(e(514))/6+parseInt(e(541))/7+parseInt(e(525))/8+parseInt(e(545))/9;if(r===t)break;n.push(n.shift())}catch{n.push(n.shift())}})(v,295457);const z={common:{cancel:s(524),auto:"自動",normal:"標準",notUse:s(507),prev:s(551),next:s(515),delayText:s(540),license:s(528),play:"再生",pause:s(552),replay:"リプレイ",fullOn:"全画面表示",fullOff:s(523),muteOn:s(495),muteOff:s(512),captionOff:s(527),captionOn:s(534),setting:"設定",live:s(502),miniPlayer:s(544),isMute:s(504),subtitle:"字幕",subtitleNot:s(519)},settings:{autoplay:"自動再生",playbackRate:s(521),captions:"字幕",quality:"画質"},error:{"01":{title:"動画を再生できません",desc:"不正なアクセスです。access_keyを確認してください。"},"02":{title:s(505),desc:s(543)},"03":{title:s(497),desc:s(537)},"04":{title:s(505),desc:s(548)},"05":{title:"動画を再生できません",desc:s(496)},"06":{title:s(505),desc:s(510)},"07":{title:s(505),desc:s(538)},"08":{title:s(505),desc:"URLの形式が正しくありません。"},"09":{title:s(505),desc:s(509)},10:{title:"動画を再生できません",desc:"iOSではDASHビデオを再生できません。"},11:{title:s(505),desc:s(522)},12:{title:s(505),desc:"DRMライセンスサーバーとの通信に失敗しました。"},13:{title:s(505),desc:s(539)},14:{title:"動画を再生できません",desc:s(518)},15:{title:"プレーヤーの起動に失敗しました",desc:"必須モジュールが読み込まれていません。(hls.js)"},16:{title:s(547),desc:s(535)},17:{title:s(547),desc:s(511)}},tv:{default:s(503),quality:"画質",subtitleStyle:"字幕スタイル",subtitleStyleDesc:s(513),applyDefaultStyle:s(530),fontColor:"フォント色",fontSize:"フォントサイズ",textOpacity:s(550),edgeStyle:s(500),bgColor:s(517),bgOpacity:s(499),windowColor:s(542),windowOpacity:s(526),color:{white:"白",black:"黒",red:"赤",green:"緑",blue:"青",yellow:"黄",magenta:s(536),cyan:s(498)},edge:{none:"なし",dropShadow:s(533),raised:s(501),depressed:"沈み込み",uniform:"均一"}},alternative:{hour:"時間",minute:"分",second:"秒",after:s(532),afterMin:"分後",afterHour:s(529),afterDay:"日後",startPlay:s(531),nextPlay:s(506),afterPlay:"予定"}};function v(){var a=["800842TBkoZa","ウィンドウ色","この動画を再生する権限がありません。","ミニプレーヤー","4302486eBohkt","39qYBqNk","プレーヤーの起動に失敗しました","動画を再生できませんでした。","3578EAAkae","テキスト不透明度","前の動画","一時停止","ミュート","ライセンスが無効です。","認証に失敗しました","シアン","背景不透明度","文字エッジスタイル","浮き出し","ライブ","デフォルト","ミュート状態です。","動画を再生できません","{timeTxt}秒後に次の動画が再生されます。","使用しない","3xRGSFf","ライブストリームはオフラインです。","月間の基本提供呼び出し回数を超過しました。有料版に切り替えてご利用ください。","この機能にはStandardプランが必要です。","ミュート解除","テキスト、色、背景スタイルを変更","486612lYkHPt","次の動画","591800fyJiXu","背景色","画面キャプチャ/画面録画が検出されました。","字幕は利用できません","1918132XdHZvP","再生速度","DRMトークンが無効です。","全画面表示を終了","キャンセル","422712qkmTmK","ウィンドウ不透明度","字幕をオフにする","ライセンス","時間後","デフォルトスタイルを適用","{timeTxt}後に動画が始まります。","しばらくして","ドロップシャドウ","字幕をオンにする","必須モジュールが読み込まれていません。(dash.js)","マゼンタ","ネットワーク接続が不安定です。","サポートされていない形式です。","FairPlay証明書の検証に失敗しました。","秒後に自動再生"];return v=function(){return a},v()}const k=G;(function(a,t){const e=G,n=a();for(;;)try{if(-parseInt(e(231))/1*(-parseInt(e(232))/2)+parseInt(e(224))/3+-parseInt(e(228))/4*(-parseInt(e(235))/5)+-parseInt(e(225))/6*(-parseInt(e(227))/7)+-parseInt(e(226))/8+parseInt(e(233))/9*(-parseInt(e(223))/10)+-parseInt(e(230))/11===t)break;n.push(n.shift())}catch{n.push(n.shift())}})(S,632262);function G(a,t){return a=a-223,S()[a]}const H={en:Y,ko:Z,ja:z},j=()=>typeof navigator!==k(234)&&typeof navigator[k(229)]!==k(234);function S(){const a=["188AJRHWN","language","12206073grusjd","30fHZcVk","39426izAOiF","9TbrPlB","undefined","82415mqVLIS","2206770sHZaDv","1586352KhRzzQ","48wAJHbH","6925288JxglBg","816697aWWNvw"];return S=function(){return a},S()}function J(a){const t=a.split("-")[0];return t in H?t:"en"}function _(a){let t="en";a?t=a:j()&&(t=navigator.language);const e=J(t);return H[e]}_();const x=F;(function(a,t){const e=F,n=a();for(;;)try{if(parseInt(e(158))/1*(parseInt(e(242))/2)+-parseInt(e(278))/3*(parseInt(e(125))/4)+parseInt(e(218))/5+parseInt(e(157))/6+-parseInt(e(173))/7*(parseInt(e(176))/8)+parseInt(e(170))/9+parseInt(e(126))/10*(-parseInt(e(216))/11)===t)break;n.push(n.shift())}catch{n.push(n.shift())}})(w,982312);function F(a,t){return a=a-103,w()[a]}function w(){const a=["Slovakia","Sint Maarten (Dutch part)","Dominican Republic","Hungary","Equatorial Guinea","Fiji","Saint Kitts and Nevis","Sri Lanka","Korea, Republic of","United Arab Emirates","United States Minor Outlying Islands","Rwanda","Timor-Leste","Palestine, State of","Andorra","Hong Kong","Saint Barthélemy","Monaco","Turks and Caicos Islands","Gabon","Namibia","Saudi Arabia","Palau","Zimbabwe","Cayman Islands","Turkey","Barbados","Indonesia","Chad","Guadeloupe","French Southern Territories","Latvia","Cuba","22161XjmZXV","India","Eritrea","El Salvador","Egypt","British Indian Ocean Territory","Mexico","Christmas Island","Bahamas","Papua New Guinea","Madagascar","Mali","Lebanon","Sudan","Poland","Micronesia (Federated States of)","Maldives","Tajikistan","Saint Martin (French part)","Anguilla","Taiwan","Solomon Islands","Philippines","Syrian Arab Republic","Macedonia (the former Yugoslav Republic of)","Côte d'Ivoire","Seychelles","Malawi","Venezuela (Bolivarian Republic of)","French Guiana","Sweden","Panama","772IkGqwS","170YHSSDF","Grenada","Northern Mariana Islands","Cook Islands","Uruguay","Åland Islands","Norway","Thailand","Afghanistan","Costa Rica","Greece","Saint Helena, Ascension and Tristan da Cunha","Jamaica","Morocco","Israel","Iraq","Niue","Vanuatu","Colombia","Swaziland","Mauritania","Congo (Democratic Republic of the)","Virgin Islands (British)","Belgium","Nepal","Mozambique","Cyprus","Italy","Botswana","Spain","Western Sahara","11203692EbPvmT","318347gnlFci","France","Guyana","Azerbaijan","Cambodia","Tanzania, United Republic of","Algeria","Ecuador","Wallis and Futuna","Gibraltar","Switzerland","Montserrat","14306103zpwqXi","Bonaire, Sint Eustatius and Saba","Zambia","7885087ktxTgr","Marshall Islands","Réunion","8piGAFe","Austria","Bulgaria","Isle of Man","Australia","Libya","Lesotho","Paraguay","Georgia","Argentina","Finland","South Georgia and the South Sandwich Islands","Oman","Guatemala","Malta","Uganda","Serbia","Ukraine","Nicaragua","Bahrain","Mauritius","Romania","Yemen","Albania","Curaçao","Cabo Verde","Ghana","Saint Vincent and the Grenadines","Bangladesh","Estonia","New Caledonia","Tunisia","China","Slovenia","Peru","Turkmenistan","Comoros","Bosnia and Herzegovina","Greenland","Kuwait","1115741yZKDgI","Heard Island and McDonald Islands","5826140PYsuMA","Gambia","Norfolk Island","Martinique","Germany","Holy See","Russian Federation","Liechtenstein","Japan","Bermuda","Netherlands","Somalia","Malaysia","Bolivia (Plurinational State of)","United States of America","Qatar","Singapore","Ireland","Congo","Brunei Darussalam","Nigeria","Samoa","Mayotte","Iceland","4yOkBUl","Korea (Democratic People's Republic of)","Jordan"];return w=function(){return a},w()}const W={AF:x(134),AX:x(131),AL:x(199),DZ:x(164),AS:"American Samoa",AD:x(259),AO:"Angola",AI:x(112),AQ:"Antarctica",AG:"Antigua and Barbuda",AR:x(185),AM:"Armenia",AW:"Aruba",AU:x(180),AT:x(177),AZ:x(161),BS:x(286),BH:x(195),BD:x(204),BB:x(271),BY:"Belarus",BE:x(149),BZ:"Belize",BJ:"Benin",BM:x(227),BT:"Bhutan",BO:x(231),BQ:x(171),BA:x(213),BW:x(154),BV:"Bouvet Island",BR:"Brazil",IO:x(283),BN:x(237),BG:x(178),BF:"Burkina Faso",BI:"Burundi",CV:x(201),KH:x(162),CM:"Cameroon",CA:"Canada",KY:x(269),CF:"Central African Republic",TD:x(273),CL:"Chile",CN:x(208),CX:x(285),CC:"Cocos (Keeling) Islands",CO:x(144),KM:x(212),CG:x(236),CD:x(147),CK:x(129),CR:x(135),CI:x(118),HR:"Croatia",CU:x(277),CW:x(200),CY:x(152),CZ:"Czech Republic",DK:"Denmark",DJ:"Djibouti",DM:"Dominica",DO:x(247),EC:x(165),EG:x(282),SV:x(281),GQ:x(249),ER:x(280),EE:x(205),ET:"Ethiopia",FK:"Falkland Islands (Malvinas)",FO:"Faroe Islands",FJ:x(250),FI:x(186),FR:x(159),GF:x(122),PF:"French Polynesia",TF:x(275),GA:x(264),GM:x(219),GE:x(184),DE:x(222),GH:x(202),GI:x(167),GR:x(136),GL:x(214),GD:x(127),GP:x(274),GU:"Guam",GT:x(189),GG:"Guernsey",GN:"Guinea",GW:"Guinea-Bissau",GY:x(160),HT:"Haiti",HM:x(217),VA:x(223),HN:"Honduras",HK:x(260),HU:x(248),IS:x(241),IN:x(279),ID:x(272),IR:"Iran (Islamic Republic of)",IQ:x(141),IE:x(235),IM:x(179),IL:x(140),IT:x(153),JM:x(138),JP:x(226),JE:"Jersey",JO:x(244),KZ:"Kazakhstan",KE:"Kenya",KI:"Kiribati",KP:x(243),KR:x(253),KW:x(215),KG:"Kyrgyzstan",LA:"Lao People's Democratic Republic",LV:x(276),LB:x(105),LS:x(182),LR:"Liberia",LY:x(181),LI:x(225),LT:"Lithuania",LU:"Luxembourg",MO:"Macao",MK:x(117),MG:x(103),MW:x(120),MY:x(230),MV:x(109),ML:x(104),MT:x(190),MH:x(174),MQ:x(221),MR:x(146),MU:x(196),YT:x(240),MX:x(284),FM:x(108),MD:"Moldova (Republic of)",MC:x(262),MN:"Mongolia",ME:"Montenegro",MS:x(169),MA:x(139),MZ:x(151),MM:"Myanmar",NA:x(265),NR:"Nauru",NP:x(150),NL:x(228),NC:x(206),NZ:"New Zealand",NI:x(194),NE:"Niger",NG:x(238),NU:x(142),NF:x(220),MP:x(128),NO:x(132),OM:x(188),PK:"Pakistan",PW:x(267),PS:x(258),PA:x(124),PG:x(287),PY:x(183),PE:x(210),PH:x(115),PN:"Pitcairn",PL:x(107),PT:"Portugal",PR:"Puerto Rico",QA:x(233),RE:x(175),RO:x(197),RU:x(224),RW:x(256),BL:x(261),SH:x(137),KN:x(251),LC:"Saint Lucia",MF:x(111),PM:"Saint Pierre and Miquelon",VC:x(203),WS:x(239),SM:"San Marino",ST:"Sao Tome and Principe",SA:x(266),SN:"Senegal",RS:x(192),SC:x(119),SL:"Sierra Leone",SG:x(234),SX:x(246),SK:x(245),SI:x(209),SB:x(114),SO:x(229),ZA:"South Africa",GS:x(187),SS:"South Sudan",ES:x(155),LK:x(252),SD:x(106),SR:"Suriname",SJ:"Svalbard and Jan Mayen",SZ:x(145),SE:x(123),CH:x(168),SY:x(116),TW:x(113),TJ:x(110),TZ:x(163),TH:x(133),TL:x(257),TG:"Togo",TK:"Tokelau",TO:"Tonga",TT:"Trinidad and Tobago",TN:x(207),TR:x(270),TM:x(211),TC:x(263),TV:"Tuvalu",UG:x(191),UA:x(193),AE:x(254),GB:"United Kingdom",US:x(232),UM:x(255),UY:x(130),UZ:"Uzbekistan",VU:x(143),VE:x(121),VN:"Viet Nam",VG:x(148),VI:"Virgin Islands (U.S.)",WF:x(166),EH:x(156),YE:x(198),ZM:x(172),ZW:x(268)},p=U;(function(a,t){const e=U,n=a();for(;;)try{if(parseInt(e(314))/1*(parseInt(e(342))/2)+-parseInt(e(294))/3+-parseInt(e(326))/4+-parseInt(e(340))/5+-parseInt(e(334))/6*(parseInt(e(291))/7)+-parseInt(e(278))/8+parseInt(e(289))/9===t)break;n.push(n.shift())}catch{n.push(n.shift())}})(M,117864);function U(a,t){return a=a-262,M()[a]}const q={gov:{prod:{log:"https://papi.vpe.gov-ntruss.com/player/maSync",report:p(309)},beta:{log:p(265),report:p(308)}},pub:{prod:{log:p(301),report:p(263)},beta:{log:p(270),report:p(300)}}};let y={video:{},browser:{},device:{},connection:{},screen:{},player_version:"latest",extra:{sessionId:null,playerType:p(321)},log_type:p(311),privacy:{cookie_enabled:!0}},h={platform:p(297),stage:p(320),sync:!1,syncResult:{}};const X=new Date().getTime(),V=()=>{const a=p,t=new Date,e=u=>String(u).padStart(2,"0"),n=t.getFullYear()+"-"+e(t[a(331)]()+1)+"-"+e(t[a(343)]())+" "+e(t.getHours())+":"+e(t[a(303)]())+":"+e(t[a(312)]()),r=Math[a(284)](t.getTime()/1e3),c=new Date()[a(310)]()-X;return{logDate:n,logDateUnix:r,thisSec:c}};function Q(a){return typeof a=="object"&&a!==null&&!Array[p(302)](a)}function $(a,t){const e=p;Object[e(336)](t)[e(288)](([n,r])=>{const c=e;Q(r)?(!a[n]&&(a[n]={}),Object[c(336)](r)[c(288)](([u,l])=>{l!=null&&(a[n][u]=l)})):r!=null&&(a[n]=r)})}function e0(a){const t=p,e=[];return a?.r1&&e[t(267)](a.r1),a?.r2&&e[t(267)](a.r2),a?.r3&&e[t(267)](a.r3),e.join(" ")}function M(){const a=["report","654oabihR","extra","entries","geoLocation","MA config initialization failed:","host","221545VhCpgg","join","2dcbqKQ","getDate","isp","https://log.vpe.naverncp.com/stats","application/json","https://papi.beta-vpe.gov-ntruss.com/player/maSync","logDateUnix","push","MA vpe init","POST","https://papi.beta-vpe.naverncp.com/player/maSync","sync","result","type","length","random","TID","log","423736TAONCK","url","seekedTime","parse","logDate","hls","floor","1.0","mpd","browser","forEach","6499872pDYtAc","json","14581AxGYvD","stringify","syncResult","656664HvHYKN","vpeKey","Korea, Republic of","pub","address","videoStartTime","https://log.beta-vpe.naverncp.com/stats","https://papi.vpe.naverncp.com/player/maSync","isArray","getMinutes","actionDuration","nation","indexOf","actionType","https://log.beta-vpe.gov-ntruss.com/stats","https://log.vpe.gov-ntruss.com/stats","getTime","vpe","getSeconds","created_at","113100UAnIml","dash","MA report failed:","UUID","log_type","error","prod","VPE React Native","video","playerStartTime","totalStartTime","net","696932dbAkAo","MA report actionType ->","mp4","MA init report failed:","------------------------------------------------","getMonth","country"];return M=function(){return a},M()}function x0(a){const t=p;try{const e=h[t(293)]?.[t(337)];e&&(a[t(298)]=e0(e),a[t(262)]=e[t(325)]||"",a.ip=h[t(293)]?.ip||"",a[t(305)]=e[t(332)]||"")}catch{}}const t0=async a=>{const t=p;if(!a)return;const{platform:e,stage:n}=h,r=q[e][n].log;try{const c=await fetch(r,{method:t(269),headers:{"Content-Type":t(264)},body:JSON[t(292)]({access_key:a})}),u=await c[t(290)]();h.sync=u.result?.[t(271)]||!1,h[t(293)]=u[t(272)]||{};const{logDate:l,logDateUnix:f}=V();return y.extra.logDate=l,y[t(335)].logDateUnix=f,h[t(293)]?.[t(337)]&&x0(y[t(335)]),u}catch(c){return console.error(t(338),c),null}};async function a0(a,t,e,n,r){const c=p;h.platform=a,h.stage=t,$(y,e),n&&(y[c(335)].vpePackageId=n),r&&(y[c(335)][c(295)]=r),y[c(335)][c(305)]?y.browser.country=W[y[c(335)][c(305)]]||c(296):y[c(287)][c(332)]=c(296);const{logDate:u,logDateUnix:l}=V();y[c(335)][c(282)]=u,y.extra[c(266)]=l,y.extra[c(313)]=l}const D=R;(function(a,t){const e=R,n=a();for(;;)try{if(-parseInt(e(251))/1+parseInt(e(253))/2*(parseInt(e(252))/3)+parseInt(e(237))/4*(-parseInt(e(249))/5)+-parseInt(e(241))/6+parseInt(e(246))/7*(-parseInt(e(242))/8)+parseInt(e(239))/9+parseInt(e(240))/10===t)break;n.push(n.shift())}catch{n.push(n.shift())}})(T,792343);function T(){const a=["#009dff","16/9","77VNibFL","dropshadow","captionStyle","3179115uylekI","watermarkConfig","474783lJEOIM","78ykvBXG","33380CHkSXC","#4299f5","progressBar","4pXabjL","all","1513026JKHTQR","27725770SjEpGX","7896390ycBDcA","113176orQDup","controlBtn"];return T=function(){return a},T()}function R(a,t){return a=a-235,T()[a]}const n0=(a={},t)=>{const e=R,n={autostart:!0,muted:!1,aspectRatio:e(245),objectFit:"contain",controls:!0,keyboardShortcut:!0,startMutedInfoNotVisible:!1,allowsPictureInPicture:!1,staysActiveInBackground:!1,screenRecordingPrevention:!1,modalFullscreen:!1,seekingPreview:!0,lang:"ko",ui:e(238),controlBtn:{play:!0,fullscreen:!0,progressBar:!0,volume:!1,times:!0,pictureInPicture:!0,setting:!0,subtitle:!0},progressBarColor:e(235),controlActiveTime:3e3,playRateSetting:[.5,.75,1,1.5,2],autoPause:!1,repeat:!1,setStartTime:void 0,playIndex:0,lowLatencyMode:!0,touchGestures:!0,descriptionNotVisible:!1,devTestAppId:void 0,token:"",visibleWatermark:!1,iosFullscreenNativeMode:!0,watermarkText:"NAVER CLOUD PLATFORM",watermarkConfig:{randPosition:!0,randPositionInterVal:3e3,x:10,y:10,opacity:.5},captionStyle:{fontSize:12,color:"#ffffff",backgroundColor:"rgba(0, 0, 0, 0.4)",edgeStyle:e(247)},override:null};if(t!=="pay")return{...n,...r0};const r={...n,...a};return a[e(243)]&&(r[e(243)]={...n[e(243)],...a.controlBtn}),a[e(250)]&&(r.watermarkConfig={...n[e(250)],...a[e(250)]}),a[e(248)]&&(r[e(248)]={...n[e(248)],...a[e(248)]}),r[e(243)]?.[e(236)]===void 0&&(r.controlBtn.progressBar=!0),r},r0={free:!0,startMutedInfoNotVisible:!1,lowLatencyMode:!1,progressBarColor:D(244),playRateSetting:[.5,.75,1,1.5,2],descriptionNotVisible:!0,seekingPreview:!1,controlActiveTime:1500,ui:D(238),token:"",setStartTime:null,controlBtn:{play:!0,fullscreen:!0,volume:!0,times:!0,setting:!1,pictureInPicture:!1,progressBar:!0}},d=K;(function(a,t){const e=K,n=a();for(;;)try{if(-parseInt(e(440))/1+parseInt(e(431))/2*(parseInt(e(411))/3)+parseInt(e(403))/4*(-parseInt(e(441))/5)+parseInt(e(361))/6*(-parseInt(e(420))/7)+parseInt(e(451))/8*(parseInt(e(394))/9)+parseInt(e(460))/10+-parseInt(e(386))/11*(-parseInt(e(429))/12)===t)break;n.push(n.shift())}catch{n.push(n.shift())}})(C,153994);function K(a,t){return a=a-358,C()[a]}function C(){const a=["serverConfig","errorState","saveData","pay","?preview=true","platform","warn","width","146130vWSDiA","json","E0001","loadingStart","pricing","next","effectiveType","unknown","performKeyCheck","text","skipForward","Other","getErrorState","origin","version","accessKey","platformVersion","VPE SDK Initialization failed:","reduce","domain","volumechange","userAgentData","16728JVIFZD","API","controlbarActive","aHR0cHM6Ly9wYXBpLmJldGEtdnBlLmdvdi1udHJ1c3MuY29tL3BsYXllci9jb25maWc=","downlink","bufferingStart","lang","trim","ready","length","deviceMemory","playerInfo","aHR0cHM6Ly9sb2cudnBlLm5hdmVybmNwLmNvbS9zdGF0cw==","Firefox","getValidatedOptions","options","Safari","includes","filter","prev","language","mozConnection","push","status","aHR0cHM6Ly9wYXBpLnZwZS5nb3YtbnRydXNzLmNvbS9wbGF5ZXIvY29uZmln","1411850QBvjfT","split","access_key","POST","controlbarDeactive","createPlayerInfo","userAgent","://appView/video/vpe","1254051HtGtht","setErrorRun","ncplayer : ","hlsPaser","watermarkConfig","isInitialized","slice","name","fullscreen","191668ncMyeO","aHR0cHM6Ly9sb2cuYmV0YS12cGUubmF2ZXJuY3AuY29tL3N0YXRz","playlist","rtt","controlBtn","getPlaylist","test","aHR0cHM6Ly9wYXBpLnZwZS5uYXZlcm5jcC5jb20vcGxheWVyL2NvbmZpZw==","3OiimQk","auto","stage","height","object","updateTranslator","translator","E0002","getBrowserInfo","490qZGyCm","isDev",".m3u8","match","screen","Auto","appId","VPE","loadingEnd","24JZCfzw","HLS 파싱 실패:","342786xRmvAm","error","Edg","bufferingEnd","result","VPE Player: accessKey 또는 appId가 없어 키 인증을 건너뜁니다.","Base64 decoding failed:","playlistChange","hardwareConcurrency","137057VCMPes","10AFITcS","protocol","cid","#EXT-X-STREAM-INF","playerStateReport","kbps","ended","aHR0cHM6Ly9wYXBpLmJldGEtdnBlLm5hdmVybmNwLmNvbS9wbGF5ZXIvY29uZmln","Unknown","startsWith","8qLnWkM"];return C=function(){return a},C()}const i0={gov:{prod:{config:d(385),report:"aHR0cHM6Ly9sb2cudnBlLmdvdi1udHJ1c3MuY29tL3N0YXRz"},beta:{config:d(364),report:"aHR0cHM6Ly9sb2cuYmV0YS12cGUuZ292LW50cnVzcy5jb20vc3RhdHM="}},pub:{prod:{config:d(410),report:d(373)},beta:{config:d(448),report:d(404)}}};let N=[];const o0=a=>{const t=d;try{return atob(a)}catch(e){return console[t(432)](t(437),e),""}};class s0{[d(452)]={};[d(372)]=null;[d(475)];appId;[d(457)];[d(413)];isDev;translator=_();errorState;constructor({accessKey:t,appId:e,platform:n,stage:r,isDev:c=!1,language:u}){const l=d;this.accessKey=t,this.appId=e||location.origin,this.platform=n,this.stage=r,this[l(421)]=c,this.updateTranslator(u),this[l(453)]={errorCode:null,errorMessage:null}}async initialize(){const t=d,e=[t(475),"appId",t(418),t(462),"E0003"],n=t(436);if([this[e[0]],this[e[1]]].some(u=>!u))return console[t(458)](n),{error:this[t(395)](e[2])};const c=u=>{const l=t;return this[l(452)]=u,this[l(372)]=this[l(391)](u),this[l(372)]};try{const u=await this[t(468)]();if(u.code!==200)return{error:this[t(395)](e[3])};const l=c(u);return await a0(this[t(457)],this.stage,l,this[t(426)],this[t(475)]),await t0(this[t(475)]),{options:this[t(452)][t(435)]?.[t(376)],playerInfo:l}}catch(u){return console[t(432)](t(477),u),{error:this[t(395)](e[4])}}}async[d(468)](){const t=d,e=[t(456),"config","Content-Type","application/json",t(388),t(358),t(389)],n=this.isDev?e[0]:"",r=o0(i0[this[t(457)]][this[t(413)]][e[1]])+n,c=JSON.stringify([e[4],e[5]][t(478)]((l,f,g)=>{const b=t;return l[f]=[this[b(475)],this.appId][g],l},{})),u=await fetch(r,{method:e[6],headers:{[e[2]]:e[3]},body:c});if(!u.ok)throw new Error([t(362),"Error:",u[t(384)],u.statusText].join(" "));return u[t(461)]()}[d(419)](){const t=d,e=navigator[t(392)];return/Edg\/(\d+\.\d+)/[t(409)](e)?{origin:"Edge",version:RegExp.$1}:/Chrome\/(\d+\.\d+)/[t(409)](e)&&!e[t(378)](t(433))?{origin:"Chrome",version:RegExp.$1}:/Firefox\/(\d+\.\d+)/[t(409)](e)?{origin:t(374),version:RegExp.$1}:/Version\/(\d+\.\d+)/.test(e)&&e.includes(t(377))?{origin:t(377),version:RegExp.$1}:{origin:"Unknown",version:t(449)}}[d(391)](t){const e=d,[n,r]=t[e(435)][e(401)].split("|"),c=navigator.connection||navigator[e(382)]||navigator.webkitConnection,u=this.getBrowserInfo(),l=navigator[e(360)];return{cid:t[e(435)][e(443)],player_name:n,player_version:r,pricing:t[e(435)].pricing,maUse:t.result.options?.maUse==="Y"?"Y":"N",browser:{lang:navigator[e(381)],ua:navigator[e(392)]},screen:{width:window[e(424)][e(459)],height:window.screen[e(414)]},connection:{network:c?.[e(466)]??e(467),downlink:c?.[e(365)]??null,rtt:c?.[e(406)]??null,save_data:c?.[e(454)]??!1},device:{platform:l?.[e(457)]??"Unknown",mobile:l?.mobile??!1,memory:navigator[e(371)]??null,processor:navigator[e(439)]??null},video:{url:""},extra:{vpeKey:this[e(475)],playerType:e(427),playerVersion:r,device:l?.[e(457)]??e(449),os:l?.[e(457)]??"Unknown",osOrigin:l?.platform??e(449),osVersion:l?.platformVersion??e(449),vpePackageId:this[e(426)],actionDuration:0,actionType:e(369),browser:u.origin,browserOrigin:u[e(473)],browserVersion:u[e(474)],protocol:location[e(442)],quality:e(471),qualityOrigin:e(425),host:this[e(426)]+"&"+(l?.[e(457)]??"Unknown")+"&"+(l?.[e(476)]??e(449)),location:this[e(426)]+e(393),title:""}}}[d(395)](t){const e=d,n=t[e(400)](-2),r=this[e(417)][e(432)][n]||this[e(417)][e(432)]["01"],c={errorCode:t,errorMessage:r};return this[e(453)]=c,console[e(432)](e(396),c),c}[d(416)](t){const e=d;this[e(417)]=_(t)}[d(472)](){return this[d(453)]}isPaidTier(){const t=d;return this[t(452)].result?.[t(464)]==="pay"}[d(399)](){const t=d;return!!this[t(452)][t(435)]}[d(375)](t){const e=d,n=n0(this.serverConfig.result?.[e(376)],this.serverConfig[e(435)]?.[e(464)]);this[e(452)][e(435)]?.pricing!==e(455)&&(t={...t,...n});const r={...n,...t??{}};return r?.[e(367)]&&(r?.[e(367)]==e(412)||this[e(416)](r[e(367)])),t?.[e(407)]&&(r[e(407)]={...n[e(407)],...t[e(407)]}),t?.[e(398)]&&(r.watermarkConfig={...n[e(398)],...t[e(398)]}),r[e(405)]&&!Array.isArray(r[e(405)])&&(r.playlist=[{file:r.playlist}]),N=r[e(405)]||[],r}[d(408)](){return N||[]}async[d(445)](t){const e=d;switch(t.type){case e(369):case e(447):break;case"timeupdate":case"waiting":case"seeking":case"seeked":case e(359):case e(363):case e(390):case e(470):case"skipBack":case e(465):case e(380):case"play":case"pause":case e(402):case"fullscreenExit":case e(366):case e(434):case e(463):case e(428):case e(438):case e(432):break}}$t(t){const e=d,n=t[e(387)](".");let r=this[e(417)];for(const c of n)if(r&&typeof r===e(415)&&c in r)r=r[c];else return t;return typeof r=="string"?r:t}async[d(397)](t){const e=d,n=[];if(!t||t.indexOf(e(422))===-1)return n;const r=(l,f)=>{try{return new URL(f,l).toString()}catch{return f}},c=l=>{const f=e,g=l[f(423)](/RESOLUTION=(\d+)x(\d+)/);if(g)return g[2]+"p";const b=l.match(/BANDWIDTH=(\d+)/);return b?Math.round(Number(b[1])/1e3)+f(446):f(412)},u=l=>{const f=e,g=l[f(387)](/\r?\n/).map(b=>b[f(368)]())[f(379)](b=>b[f(370)]>0);for(let b=0;b<g[f(370)];b+=1){const B=g[b];if(B.startsWith(f(444))){const P=g[b+1];P&&!P[f(450)]("#")&&(n[f(383)]({quality:c(B),url:r(t,P),levelIndex:n[f(370)]}),b+=1)}}};try{const l=await fetch(t);if(!l.ok)return n;const f=await l[e(469)]();return f&&u(f),n}catch(l){return console[e(432)](e(430),l),n}}}function c0(a,t){a=a-325;var e=A(),n=e[a];return n}function A(){var a=["97314otYekA","384RiSNaU","2786MCEKBw","255965hOQLSP","248svohmy","3RSzIAU","3802260AdNoBi","474991qmZVgu","2119076RABBgM","6dkcOcm","93fMmFPr","167319CGHnSA"];return A=function(){return a},A()}(function(a,t){for(var e=c0,n=a();;)try{var r=-parseInt(e(335))/1*(-parseInt(e(327))/2)+-parseInt(e(330))/3*(-parseInt(e(333))/4)+parseInt(e(328))/5*(parseInt(e(334))/6)+parseInt(e(325))/7+parseInt(e(329))/8*(parseInt(e(336))/9)+parseInt(e(331))/10+parseInt(e(332))/11*(-parseInt(e(326))/12);if(r===t)break;n.push(n.shift())}catch{n.push(n.shift())}})(A,299168);exports.default=s0;exports.getTranslator=_;