@video-supply/dahua-player 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (119) hide show
  1. package/CHANGELOG.md +9 -0
  2. package/LICENSE +1 -0
  3. package/README.md +192 -0
  4. package/README.zh-CN.md +202 -0
  5. package/dist/bin/copy-assets.cjs +51 -0
  6. package/dist/bin/copy-assets.cjs.map +1 -0
  7. package/dist/index.cjs +1447 -0
  8. package/dist/index.cjs.map +1 -0
  9. package/dist/index.d.cts +157 -0
  10. package/dist/index.d.ts +157 -0
  11. package/dist/index.js +1418 -0
  12. package/dist/index.js.map +1 -0
  13. package/package.json +55 -0
  14. package/wsplayer-gov/Version.xml +4 -0
  15. package/wsplayer-gov/WSPlayer/PlaySDKInterface.js +1 -0
  16. package/wsplayer-gov/WSPlayer/WSPlayer.js +1 -0
  17. package/wsplayer-gov/WSPlayer/audioTalkWorker.js +1 -0
  18. package/wsplayer-gov/WSPlayer/commonThread/libH264Enc.js +21 -0
  19. package/wsplayer-gov/WSPlayer/commonThread/libH264Enc.wasm +0 -0
  20. package/wsplayer-gov/WSPlayer/commonThread/libIVSDrawer.js +21 -0
  21. package/wsplayer-gov/WSPlayer/commonThread/libIVSDrawer.wasm +0 -0
  22. package/wsplayer-gov/WSPlayer/commonThread/libRenderEngine.js +21 -0
  23. package/wsplayer-gov/WSPlayer/commonThread/libRenderEngine.wasm +0 -0
  24. package/wsplayer-gov/WSPlayer/commonThread/libmavasp_litepacket.data +50 -0
  25. package/wsplayer-gov/WSPlayer/commonThread/libmavasp_litepacket.js +21 -0
  26. package/wsplayer-gov/WSPlayer/commonThread/libmavasp_litepacket.wasm +0 -0
  27. package/wsplayer-gov/WSPlayer/icon/RecordHover.svg +13 -0
  28. package/wsplayer-gov/WSPlayer/icon/RecordNormal.svg +13 -0
  29. package/wsplayer-gov/WSPlayer/icon/Recording.svg +15 -0
  30. package/wsplayer-gov/WSPlayer/icon/arrow-b.svg +9 -0
  31. package/wsplayer-gov/WSPlayer/icon/arrow-l.svg +9 -0
  32. package/wsplayer-gov/WSPlayer/icon/arrow-lb.svg +10 -0
  33. package/wsplayer-gov/WSPlayer/icon/arrow-lt.svg +10 -0
  34. package/wsplayer-gov/WSPlayer/icon/arrow-r.svg +9 -0
  35. package/wsplayer-gov/WSPlayer/icon/arrow-rb.svg +10 -0
  36. package/wsplayer-gov/WSPlayer/icon/arrow-rt.svg +10 -0
  37. package/wsplayer-gov/WSPlayer/icon/arrow-t.svg +9 -0
  38. package/wsplayer-gov/WSPlayer/icon/close-all-hover.svg +18 -0
  39. package/wsplayer-gov/WSPlayer/icon/close-all.svg +18 -0
  40. package/wsplayer-gov/WSPlayer/icon/close.svg +16 -0
  41. package/wsplayer-gov/WSPlayer/icon/close_hover.svg +16 -0
  42. package/wsplayer-gov/WSPlayer/icon/default.png +0 -0
  43. package/wsplayer-gov/WSPlayer/icon/draw-triangle_off.svg +14 -0
  44. package/wsplayer-gov/WSPlayer/icon/draw-triangle_off_hover.svg +14 -0
  45. package/wsplayer-gov/WSPlayer/icon/draw-triangle_on.svg +15 -0
  46. package/wsplayer-gov/WSPlayer/icon/draw-triangle_on_hover.svg +15 -0
  47. package/wsplayer-gov/WSPlayer/icon/fullscreen-hover.svg +13 -0
  48. package/wsplayer-gov/WSPlayer/icon/fullscreen.svg +13 -0
  49. package/wsplayer-gov/WSPlayer/icon/more.svg +13 -0
  50. package/wsplayer-gov/WSPlayer/icon/play-h.png +0 -0
  51. package/wsplayer-gov/WSPlayer/icon/play-n.png +0 -0
  52. package/wsplayer-gov/WSPlayer/icon/play-p.png +0 -0
  53. package/wsplayer-gov/WSPlayer/icon/ptz-icon1.svg +4 -0
  54. package/wsplayer-gov/WSPlayer/icon/ptz-icon2.svg +13 -0
  55. package/wsplayer-gov/WSPlayer/icon/ptz-icon3.svg +10 -0
  56. package/wsplayer-gov/WSPlayer/icon/ptz-icon4.svg +10 -0
  57. package/wsplayer-gov/WSPlayer/icon/ptz-icon5.svg +12 -0
  58. package/wsplayer-gov/WSPlayer/icon/ptz-icon6.svg +14 -0
  59. package/wsplayer-gov/WSPlayer/icon/ptz-select-hover.svg +3 -0
  60. package/wsplayer-gov/WSPlayer/icon/ptz-select.svg +3 -0
  61. package/wsplayer-gov/WSPlayer/icon/record_pause.svg +5 -0
  62. package/wsplayer-gov/WSPlayer/icon/record_play.svg +5 -0
  63. package/wsplayer-gov/WSPlayer/icon/screen_1.svg +11 -0
  64. package/wsplayer-gov/WSPlayer/icon/screen_16.svg +18 -0
  65. package/wsplayer-gov/WSPlayer/icon/screen_16_hover.svg +18 -0
  66. package/wsplayer-gov/WSPlayer/icon/screen_1_hover.svg +11 -0
  67. package/wsplayer-gov/WSPlayer/icon/screen_2.svg +18 -0
  68. package/wsplayer-gov/WSPlayer/icon/screen_25.svg +19 -0
  69. package/wsplayer-gov/WSPlayer/icon/screen_25_hover.svg +19 -0
  70. package/wsplayer-gov/WSPlayer/icon/screen_2_hover.svg +18 -0
  71. package/wsplayer-gov/WSPlayer/icon/screen_3.svg +13 -0
  72. package/wsplayer-gov/WSPlayer/icon/screen_3_hover.svg +13 -0
  73. package/wsplayer-gov/WSPlayer/icon/screen_4.svg +12 -0
  74. package/wsplayer-gov/WSPlayer/icon/screen_4_hover.svg +12 -0
  75. package/wsplayer-gov/WSPlayer/icon/screen_6.svg +16 -0
  76. package/wsplayer-gov/WSPlayer/icon/screen_6_hover.svg +16 -0
  77. package/wsplayer-gov/WSPlayer/icon/screen_8.svg +18 -0
  78. package/wsplayer-gov/WSPlayer/icon/screen_8_hover.svg +18 -0
  79. package/wsplayer-gov/WSPlayer/icon/screen_9.svg +17 -0
  80. package/wsplayer-gov/WSPlayer/icon/screen_9_hover.svg +17 -0
  81. package/wsplayer-gov/WSPlayer/icon/screen_custom_division.svg +9 -0
  82. package/wsplayer-gov/WSPlayer/icon/screen_custom_division_hover.svg +9 -0
  83. package/wsplayer-gov/WSPlayer/icon/screen_custom_division_merge.svg +3 -0
  84. package/wsplayer-gov/WSPlayer/icon/screen_custom_division_split.svg +6 -0
  85. package/wsplayer-gov/WSPlayer/icon/screen_more.svg +15 -0
  86. package/wsplayer-gov/WSPlayer/icon/snapshot.svg +38 -0
  87. package/wsplayer-gov/WSPlayer/icon/snapshot_hover.svg +38 -0
  88. package/wsplayer-gov/WSPlayer/icon/speed_left.svg +15 -0
  89. package/wsplayer-gov/WSPlayer/icon/speed_right.svg +15 -0
  90. package/wsplayer-gov/WSPlayer/icon/spread.png +0 -0
  91. package/wsplayer-gov/WSPlayer/icon/talk-off-hover.svg +11 -0
  92. package/wsplayer-gov/WSPlayer/icon/talk-off.svg +11 -0
  93. package/wsplayer-gov/WSPlayer/icon/talk-on.svg +9 -0
  94. package/wsplayer-gov/WSPlayer/icon/voice-have.svg +43 -0
  95. package/wsplayer-gov/WSPlayer/icon/voice-have_hover.svg +43 -0
  96. package/wsplayer-gov/WSPlayer/icon/voice-null.svg +38 -0
  97. package/wsplayer-gov/WSPlayer/icon/voice-null_hover.svg +38 -0
  98. package/wsplayer-gov/WSPlayer/icon/ws-ctrl-ellipsis-hover.svg +14 -0
  99. package/wsplayer-gov/WSPlayer/icon/ws-ctrl-ellipsis.svg +14 -0
  100. package/wsplayer-gov/WSPlayer/locale/lang/en_US.js +123 -0
  101. package/wsplayer-gov/WSPlayer/locale/lang/zh_CN.js +124 -0
  102. package/wsplayer-gov/WSPlayer/locale/localProvider.js +7 -0
  103. package/wsplayer-gov/WSPlayer/locale/locale.js +34 -0
  104. package/wsplayer-gov/WSPlayer/multiThread/libStreamClient.js +21 -0
  105. package/wsplayer-gov/WSPlayer/multiThread/libStreamClient.wasm +0 -0
  106. package/wsplayer-gov/WSPlayer/multiThread/libStreamClient.worker.js +1 -0
  107. package/wsplayer-gov/WSPlayer/multiThread/libplay.data +0 -0
  108. package/wsplayer-gov/WSPlayer/multiThread/libplay.js +1 -0
  109. package/wsplayer-gov/WSPlayer/multiThread/libplay.wasm +0 -0
  110. package/wsplayer-gov/WSPlayer/multiThread/libplay.worker.js +1 -0
  111. package/wsplayer-gov/WSPlayer/player.css +1098 -0
  112. package/wsplayer-gov/WSPlayer/singleThread/VideoDecodeWorker.js +1245 -0
  113. package/wsplayer-gov/WSPlayer/singleThread/libStreamClient.js +21 -0
  114. package/wsplayer-gov/WSPlayer/singleThread/libStreamClient.wasm +0 -0
  115. package/wsplayer-gov/WSPlayer/singleThread/libplay.data +0 -0
  116. package/wsplayer-gov/WSPlayer/singleThread/libplay.js +1 -0
  117. package/wsplayer-gov/WSPlayer/singleThread/libplay.wasm +0 -0
  118. package/wsplayer-gov/WSPlayer/window.division.css +80 -0
  119. package/wsplayer-gov/wsplayer.min.js +6 -0
@@ -0,0 +1,17 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!-- Generator: Adobe Illustrator 24.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
+ <svg version="1.1" id="图层_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
+ viewBox="0 0 20 20" style="enable-background:new 0 0 20 20;" xml:space="preserve">
5
+ <style type="text/css">
6
+ .st0{fill:#B2BAC2;}
7
+ </style>
8
+ <g id="组_10251" transform="translate(2126 -6317)">
9
+ <path id="联合_373" class="st0" d="M-2124,6336c-1.1,0-2-0.9-2-2v-14c0-1.1,0.9-2,2-2h16c1.1,0,2,0.9,2,2v14c0,1.1-0.9,2-2,2
10
+ H-2124z M-2124,6321v12c0,0.6,0.4,1,1,1h14c0.6,0,1-0.4,1-1v-12c0-0.6-0.4-1-1-1h-14C-2123.6,6320-2124,6320.4-2124,6321z
11
+ M-2118.5,6331.3v-1.6c0.5,0.3,1.1,0.5,1.7,0.5c1.5,0,2.2-1,2.2-2.9l0,0c-0.4,0.6-1.1,1-1.8,0.9c-0.7,0-1.4-0.3-1.9-0.8
12
+ c-0.5-0.5-0.8-1.3-0.7-2c0-0.9,0.3-1.7,0.9-2.3c0.6-0.6,1.4-0.9,2.3-0.9c0.9,0,1.8,0.4,2.3,1.1c0.6,0.9,0.9,2,0.8,3.1
13
+ c0.1,1.3-0.3,2.6-1,3.8c-0.7,0.9-1.8,1.4-2.9,1.4C-2117.2,6331.7-2117.9,6331.6-2118.5,6331.3z M-2116.8,6324.2
14
+ c-0.2,0.3-0.4,0.7-0.3,1.1c0,0.4,0.1,0.8,0.3,1.1c0.2,0.3,0.6,0.4,1,0.4c0.3,0,0.7-0.1,0.9-0.4c0.2-0.3,0.4-0.6,0.3-1
15
+ c0-0.4-0.1-0.9-0.3-1.2c-0.2-0.3-0.6-0.5-0.9-0.5C-2116.2,6323.7-2116.6,6323.9-2116.8,6324.2L-2116.8,6324.2z"/>
16
+ </g>
17
+ </svg>
@@ -0,0 +1,17 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!-- Generator: Adobe Illustrator 24.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
+ <svg version="1.1" id="图层_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
+ viewBox="0 0 20 20" style="enable-background:new 0 0 20 20;" xml:space="preserve">
5
+ <style type="text/css">
6
+ .st0{fill:#1c6bd6;}
7
+ </style>
8
+ <g id="组_10251" transform="translate(2126 -6317)">
9
+ <path id="联合_373" class="st0" d="M-2124,6336c-1.1,0-2-0.9-2-2v-14c0-1.1,0.9-2,2-2h16c1.1,0,2,0.9,2,2v14c0,1.1-0.9,2-2,2
10
+ H-2124z M-2124,6321v12c0,0.6,0.4,1,1,1h14c0.6,0,1-0.4,1-1v-12c0-0.6-0.4-1-1-1h-14C-2123.6,6320-2124,6320.4-2124,6321z
11
+ M-2118.5,6331.3v-1.6c0.5,0.3,1.1,0.5,1.7,0.5c1.5,0,2.2-1,2.2-2.9l0,0c-0.4,0.6-1.1,1-1.8,0.9c-0.7,0-1.4-0.3-1.9-0.8
12
+ c-0.5-0.5-0.8-1.3-0.7-2c0-0.9,0.3-1.7,0.9-2.3c0.6-0.6,1.4-0.9,2.3-0.9c0.9,0,1.8,0.4,2.3,1.1c0.6,0.9,0.9,2,0.8,3.1
13
+ c0.1,1.3-0.3,2.6-1,3.8c-0.7,0.9-1.8,1.4-2.9,1.4C-2117.2,6331.7-2117.9,6331.6-2118.5,6331.3z M-2116.8,6324.2
14
+ c-0.2,0.3-0.4,0.7-0.3,1.1c0,0.4,0.1,0.8,0.3,1.1c0.2,0.3,0.6,0.4,1,0.4c0.3,0,0.7-0.1,0.9-0.4c0.2-0.3,0.4-0.6,0.3-1
15
+ c0-0.4-0.1-0.9-0.3-1.2c-0.2-0.3-0.6-0.5-0.9-0.5C-2116.2,6323.7-2116.6,6323.9-2116.8,6324.2L-2116.8,6324.2z"/>
16
+ </g>
17
+ </svg>
@@ -0,0 +1,9 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="21" height="20" viewBox="0 0 21 20">
2
+ <g id="组_11891" data-name="组 11891" transform="translate(-1788.5 -999)">
3
+ <g id="组_11890" data-name="组 11890" transform="translate(1789 999)">
4
+ <path id="路径_18303" data-name="路径 18303" d="M6.25,14H8.62a1.5,1.5,0,0,0,1.06-.44L15.55,7.7A1.52,1.52,0,0,0,16,6.64a1.48,1.48,0,0,0-.44-1.06L13.42,3.45a1.51,1.51,0,0,0-2.12,0L5.44,9.32A1.5,1.5,0,0,0,5,10.38v2.37A1.25,1.25,0,0,0,6.25,14Z" transform="translate(-0.5 1.492)" fill="#b2bac2"/>
5
+ <rect id="矩形_12158" data-name="矩形 12158" width="20" height="20" fill="none"/>
6
+ </g>
7
+ <path id="联合_874" data-name="联合 874" d="M3806-5175h-16a2,2,0,0,1-2-2v-14a2,2,0,0,1,2-2h16a2,2,0,0,1,2,2v14A2,2,0,0,1,3806-5175Zm-15-16a1,1,0,0,0-1,1v12a1,1,0,0,0,1,1h14a1,1,0,0,0,1-1v-12a1,1,0,0,0-1-1Z" transform="translate(-1999 6193)" fill="#b2bac2" stroke="rgba(0,0,0,0)" stroke-miterlimit="10" stroke-width="1"/>
8
+ </g>
9
+ </svg>
@@ -0,0 +1,9 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20">
2
+ <g id="组_11891" data-name="组 11891" transform="translate(-1789 -999)">
3
+ <g id="组_11890" data-name="组 11890" transform="translate(1789 999)">
4
+ <path id="路径_18303" data-name="路径 18303" d="M6.25,14H8.62a1.5,1.5,0,0,0,1.06-.44L15.55,7.7A1.52,1.52,0,0,0,16,6.64a1.48,1.48,0,0,0-.44-1.06L13.42,3.45a1.51,1.51,0,0,0-2.12,0L5.44,9.32A1.5,1.5,0,0,0,5,10.38v2.37A1.25,1.25,0,0,0,6.25,14Z" transform="translate(-0.5 1.492)" fill="#1c6bd6"/>
5
+ <rect id="矩形_12158" data-name="矩形 12158" width="20" height="20" fill="none"/>
6
+ </g>
7
+ <path id="联合_874" data-name="联合 874" d="M3806-5175h-16a2,2,0,0,1-2-2v-14a2,2,0,0,1,2-2h16a2,2,0,0,1,2,2v14A2,2,0,0,1,3806-5175Zm-15-16a1,1,0,0,0-1,1v12a1,1,0,0,0,1,1h14a1,1,0,0,0,1-1v-12a1,1,0,0,0-1-1Z" transform="translate(-1999 6193)" fill="#1c6bd6"/>
8
+ </g>
9
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20.001" viewBox="0 0 20 20.001">
2
+ <path id="减去_487" data-name="减去 487" d="M6893-8119h-18a1,1,0,0,1-1-1v-18a1,1,0,0,1,1-1h18a1,1,0,0,1,1,1v18A1,1,0,0,1,6893-8119Zm-9-8.585h0l3.536,3.535,1.414-1.416-3.536-3.536,3.536-3.534-1.414-1.414-3.536,3.534-3.536-3.536-1.414,1.416,3.536,3.536-3.536,3.536,1.414,1.414,3.535-3.535Z" transform="translate(-6874 8139)" fill="#c5cdd6"/>
3
+ </svg>
@@ -0,0 +1,6 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" viewBox="0 0 28 28">
2
+ <g id="组_11896" data-name="组 11896" transform="translate(-704 -302)">
3
+ <rect id="矩形_12188" data-name="矩形 12188" width="28" height="28" rx="4" transform="translate(732 330) rotate(180)" fill="#1c79f4"/>
4
+ <path id="联合_882" data-name="联合 882" d="M6876-8121v-6h14v6Zm-2-8v-2h18v2Zm2-4v-6h14v6Z" transform="translate(-7412 -6566.999) rotate(90)" fill="#fff"/>
5
+ </g>
6
+ </svg>
@@ -0,0 +1,15 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!-- Generator: Adobe Illustrator 24.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
+ <svg version="1.1" id="图层_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
+ viewBox="0 0 20 20" style="enable-background:new 0 0 20 20;" xml:space="preserve">
5
+ <style type="text/css">
6
+ .st0{fill:#B2BAC2;}
7
+ </style>
8
+ <g id="组_10249" transform="translate(2120 -6283)">
9
+ <path id="联合_380" class="st0" d="M-2118,6302c-1.1,0-2-0.9-2-2v-14c0-1.1,0.9-2,2-2h16c1.1,0,2,0.9,2,2v14c0,1.1-0.9,2-2,2
10
+ H-2118z M-2118,6287v12c0,0.6,0.4,1,1,1h14c0.6,0,1-0.4,1-1v-12c0-0.6-0.4-1-1-1h-14C-2117.6,6286-2118,6286.4-2118,6287z
11
+ M-2107,6293c0-0.8,0.7-1.5,1.5-1.5s1.5,0.7,1.5,1.5s-0.7,1.5-1.5,1.5S-2107,6293.8-2107,6293z M-2111.5,6293
12
+ c0-0.8,0.7-1.5,1.5-1.5s1.5,0.7,1.5,1.5s-0.7,1.5-1.5,1.5S-2111.5,6293.8-2111.5,6293z M-2116,6293c0-0.8,0.7-1.5,1.5-1.5
13
+ s1.5,0.7,1.5,1.5s-0.7,1.5-1.5,1.5S-2116,6293.8-2116,6293z"/>
14
+ </g>
15
+ </svg>
@@ -0,0 +1,38 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20">
2
+ <defs>
3
+ <style>
4
+ .cls-1, .cls-2, .cls-4 {
5
+ fill: none;
6
+ }
7
+
8
+ .cls-1, .cls-2 {
9
+ stroke: #fff;
10
+ }
11
+
12
+ .cls-1 {
13
+ stroke-width: 2px;
14
+ }
15
+
16
+ .cls-2 {
17
+ stroke-width: 1.4px;
18
+ }
19
+
20
+ .cls-3 {
21
+ fill: #fff;
22
+ }
23
+
24
+ .cls-5 {
25
+ stroke: none;
26
+ }
27
+ </style>
28
+ </defs>
29
+ <g id="抓图" transform="translate(-1809 -182)">
30
+ <path id="联合_359" data-name="联合 359" class="cls-1" d="M-1988-1170a1,1,0,0,1-1-1v-8.154a1,1,0,0,1,1-1h1.8v-.923a.958.958,0,0,1,.989-.922h3.956a.958.958,0,0,1,.989.922v.923H-1976a1,1,0,0,1,1,1V-1171a1,1,0,0,1-1,1Z" transform="translate(3801 1368)"/>
31
+ <g id="椭圆_1064" data-name="椭圆 1064" class="cls-2" transform="translate(1815 190)">
32
+ <circle class="cls-5" cx="3" cy="3" r="3"/>
33
+ <circle class="cls-4" cx="3" cy="3" r="2.3"/>
34
+ </g>
35
+ <circle id="椭圆_1065" data-name="椭圆 1065" class="cls-3" cx="0.7" cy="0.7" r="0.7" transform="translate(1822 190)"/>
36
+ <rect id="矩形_10804" data-name="矩形 10804" class="cls-4" width="20" height="20" transform="translate(1809 182)"/>
37
+ </g>
38
+ </svg>
@@ -0,0 +1,38 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20">
2
+ <defs>
3
+ <style>
4
+ .cls-1, .cls-2, .cls-4 {
5
+ fill: none;
6
+ }
7
+
8
+ .cls-1, .cls-2 {
9
+ stroke: #428AE3;
10
+ }
11
+
12
+ .cls-1 {
13
+ stroke-width: 2px;
14
+ }
15
+
16
+ .cls-2 {
17
+ stroke-width: 1.4px;
18
+ }
19
+
20
+ .cls-3 {
21
+ fill: #428AE3;
22
+ }
23
+
24
+ .cls-5 {
25
+ stroke: none;
26
+ }
27
+ </style>
28
+ </defs>
29
+ <g id="抓图" transform="translate(-1809 -182)">
30
+ <path id="联合_359" data-name="联合 359" class="cls-1" d="M-1988-1170a1,1,0,0,1-1-1v-8.154a1,1,0,0,1,1-1h1.8v-.923a.958.958,0,0,1,.989-.922h3.956a.958.958,0,0,1,.989.922v.923H-1976a1,1,0,0,1,1,1V-1171a1,1,0,0,1-1,1Z" transform="translate(3801 1368)"/>
31
+ <g id="椭圆_1064" data-name="椭圆 1064" class="cls-2" transform="translate(1815 190)">
32
+ <circle class="cls-5" cx="3" cy="3" r="3"/>
33
+ <circle class="cls-4" cx="3" cy="3" r="2.3"/>
34
+ </g>
35
+ <circle id="椭圆_1065" data-name="椭圆 1065" class="cls-3" cx="0.7" cy="0.7" r="0.7" transform="translate(1822 190)"/>
36
+ <rect id="矩形_10804" data-name="矩形 10804" class="cls-4" width="20" height="20" transform="translate(1809 182)"/>
37
+ </g>
38
+ </svg>
@@ -0,0 +1,15 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!-- Generator: Adobe Illustrator 24.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
+ <svg version="1.1" id="图层_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
+ viewBox="0 0 20 20" style="enable-background:new 0 0 20 20;" xml:space="preserve">
5
+ <style type="text/css">
6
+ .st0{fill:#657685;}
7
+ </style>
8
+ <g>
9
+ <path class="st0" d="M10.1,10c0-0.2,0.1-0.3,0.2-0.4l2.3-1.5V6.3c0-0.3-0.2-0.5-0.5-0.5c-0.1,0-0.2,0-0.2,0.1L4.6,9.6
10
+ C4.4,9.6,4.3,9.8,4.3,10s0.1,0.4,0.3,0.4l7.4,3.7c0.1,0,0.1,0.1,0.2,0.1c0.3,0,0.5-0.2,0.5-0.5v-1.8l-2.3-1.5
11
+ C10.2,10.3,10.1,10.2,10.1,10z"/>
12
+ <path class="st0" d="M15.6,8.1c-0.1-0.2-0.4-0.3-0.7-0.2l-3.4,1.7c-0.1,0-0.2,0.1-0.2,0.2c-0.1,0.2,0,0.5,0.2,0.7l3.4,1.7
13
+ c0.1,0,0.1,0.1,0.2,0.1c0.3,0,0.5-0.2,0.5-0.5V8.3C15.7,8.2,15.7,8.2,15.6,8.1z"/>
14
+ </g>
15
+ </svg>
@@ -0,0 +1,15 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!-- Generator: Adobe Illustrator 24.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
+ <svg version="1.1" id="图层_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
+ viewBox="0 0 20 20" style="enable-background:new 0 0 20 20;" xml:space="preserve">
5
+ <style type="text/css">
6
+ .st0{fill:#657685;}
7
+ </style>
8
+ <g>
9
+ <path class="st0" d="M15.4,9.6L8,5.9C8,5.8,7.9,5.8,7.8,5.8C7.5,5.8,7.3,6,7.3,6.3v1.8l2.3,1.5C9.8,9.7,9.9,9.8,9.9,10
10
+ c0,0.2-0.1,0.3-0.2,0.4l-2.3,1.5v1.8c0,0.3,0.2,0.5,0.5,0.5c0.1,0,0.2,0,0.2-0.1l7.4-3.7c0.2-0.1,0.3-0.3,0.3-0.4
11
+ S15.6,9.6,15.4,9.6z"/>
12
+ <path class="st0" d="M8.6,10.2c0.1-0.2,0-0.5-0.2-0.7L5,7.9C5,7.8,4.9,7.8,4.8,7.8C4.5,7.8,4.3,8,4.3,8.3v3.4c0,0.1,0,0.2,0.1,0.2
13
+ c0.1,0.2,0.4,0.3,0.7,0.2l3.4-1.7C8.5,10.4,8.6,10.3,8.6,10.2z"/>
14
+ </g>
15
+ </svg>
@@ -0,0 +1,11 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!-- Generator: Adobe Illustrator 24.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
+ <svg version="1.1" id="关闭" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
+ viewBox="0 0 20 20" style="enable-background:new 0 0 20 20;" xml:space="preserve">
5
+ <style type="text/css">
6
+ .st0{fill:#428AE3;}
7
+ </style>
8
+ <path id="联合_366" class="st0" d="M9,18v-2.1C5.6,15.4,3,12.5,3,9h2c0,2.8,2.2,5,5,5c2.8,0,5-2.2,5-5h2c0,3.5-2.6,6.4-6,6.9V18H9
9
+ z M6,9V6c0-2.2,1.8-4,4-4s4,1.8,4,4v3c0,2.2-1.8,4-4,4S6,11.2,6,9z M8,6v3c0,1.1,0.9,2,2,2s2-0.9,2-2V6c0-1.1-0.9-2-2-2S8,4.9,8,6z"
10
+ />
11
+ </svg>
@@ -0,0 +1,11 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!-- Generator: Adobe Illustrator 24.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
+ <svg version="1.1" id="关闭" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
+ viewBox="0 0 20 20" style="enable-background:new 0 0 20 20;" xml:space="preserve">
5
+ <style type="text/css">
6
+ .st0{fill:#FFFFFF;}
7
+ </style>
8
+ <path id="联合_366" class="st0" d="M9,18v-2.1C5.6,15.4,3,12.5,3,9h2c0,2.8,2.2,5,5,5c2.8,0,5-2.2,5-5h2c0,3.5-2.6,6.4-6,6.9V18H9
9
+ z M6,9V6c0-2.2,1.8-4,4-4s4,1.8,4,4v3c0,2.2-1.8,4-4,4S6,11.2,6,9z M8,6v3c0,1.1,0.9,2,2,2s2-0.9,2-2V6c0-1.1-0.9-2-2-2S8,4.9,8,6z"
10
+ />
11
+ </svg>
@@ -0,0 +1,9 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20">
2
+ <g id="组_10230" data-name="组 10230" transform="translate(-69 -316)">
3
+ <g id="关闭" transform="translate(69 316)">
4
+ <rect id="矩形_6773" data-name="矩形 6773" width="20" height="20" fill="none"/>
5
+ <path id="联合_366" data-name="联合 366" d="M-1145-391v-2.071a7.012,7.012,0,0,1-6-6.929h2a5.006,5.006,0,0,0,5,5,5.005,5.005,0,0,0,5-5h2a7.011,7.011,0,0,1-6,6.929V-391Zm-3-9v-3a4,4,0,0,1,4-4,4,4,0,0,1,4,4v3a4,4,0,0,1-4,4A4,4,0,0,1-1148-400Zm2-3v3a2,2,0,0,0,2,2,2,2,0,0,0,2-2v-3a2,2,0,0,0-2-2A2,2,0,0,0-1146-403Z" transform="translate(1154 409)" fill="#428AE3"/>
6
+ </g>
7
+ <circle id="椭圆_1066" data-name="椭圆 1066" cx="2" cy="2" r="2" transform="translate(82 318)" fill="#ff3434"/>
8
+ </g>
9
+ </svg>
@@ -0,0 +1,43 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="21.115" height="20" viewBox="0 0 21.115 20">
2
+ <defs>
3
+ <style>
4
+ .cls-1, .cls-2, .cls-3, .cls-4 {
5
+ fill: none;
6
+ }
7
+
8
+ .cls-1, .cls-4 {
9
+ stroke: #fff;
10
+ }
11
+
12
+ .cls-1 {
13
+ stroke-width: 2px;
14
+ }
15
+
16
+ .cls-4 {
17
+ stroke-linecap: round;
18
+ stroke-width: 1.4px;
19
+ }
20
+
21
+ .cls-5, .cls-6 {
22
+ stroke: none;
23
+ }
24
+
25
+ .cls-6 {
26
+ fill: #fff;
27
+ }
28
+ </style>
29
+ </defs>
30
+ <g id="声音-有" transform="translate(-1810 -163)">
31
+ <g id="矩形_6774" data-name="矩形 6774" class="cls-1" transform="translate(1812 168.5)">
32
+ <rect class="cls-5" width="5" height="9" rx="1"/>
33
+ <rect class="cls-3" x="1" y="1" width="3" height="7"/>
34
+ </g>
35
+ <g id="路径_15755" data-name="路径 15755" class="cls-2" transform="translate(1815 168.5)">
36
+ <path class="cls-5" d="M1,0,7-3A1,1,0,0,1,8-2V11a1,1,0,0,1-1,1L1,9A1,1,0,0,1,0,8V1A1,1,0,0,1,1,0Z"/>
37
+ <path class="cls-6" d="M 6 -0.2639350891113281 L 2 1.736064910888672 L 2 7.263935089111328 L 6 9.263935089111328 L 6 -0.2639350891113281 M 7 -3 C 7.552279949188232 -3 8 -2.552280426025391 8 -2 L 8 11 C 8 11.55228042602539 7.552279949188232 12 7 12 L 1 9 C 0.4477200508117676 9 0 8.552289962768555 0 8 L 0 1 C 0 0.4477100372314453 0.4477200508117676 0 1 0 L 7 -3 Z"/>
38
+ </g>
39
+ <rect id="矩形_10805" data-name="矩形 10805" class="cls-3" width="20" height="20" transform="translate(1810 163)"/>
40
+ <path id="路径_18095" data-name="路径 18095" class="cls-4" d="M3943.165,1393.065c-.72,6.668-6.82,4.666-6.82,4.666" transform="translate(-1533.907 2658.859) rotate(-56)"/>
41
+ <path id="路径_18096" data-name="路径 18096" class="cls-4" d="M3938.805,1393.065a1.807,1.807,0,0,1-2.46,1.774" transform="translate(-1532.972 2657.955) rotate(-56)"/>
42
+ </g>
43
+ </svg>
@@ -0,0 +1,43 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="21.115" height="20" viewBox="0 0 21.115 20">
2
+ <defs>
3
+ <style>
4
+ .cls-1, .cls-2, .cls-3, .cls-4 {
5
+ fill: none;
6
+ }
7
+
8
+ .cls-1, .cls-4 {
9
+ stroke: #428AE3;
10
+ }
11
+
12
+ .cls-1 {
13
+ stroke-width: 2px;
14
+ }
15
+
16
+ .cls-4 {
17
+ stroke-linecap: round;
18
+ stroke-width: 1.4px;
19
+ }
20
+
21
+ .cls-5, .cls-6 {
22
+ stroke: none;
23
+ }
24
+
25
+ .cls-6 {
26
+ fill: #428AE3;
27
+ }
28
+ </style>
29
+ </defs>
30
+ <g id="声音-有" transform="translate(-1810 -163)">
31
+ <g id="矩形_6774" data-name="矩形 6774" class="cls-1" transform="translate(1812 168.5)">
32
+ <rect class="cls-5" width="5" height="9" rx="1"/>
33
+ <rect class="cls-3" x="1" y="1" width="3" height="7"/>
34
+ </g>
35
+ <g id="路径_15755" data-name="路径 15755" class="cls-2" transform="translate(1815 168.5)">
36
+ <path class="cls-5" d="M1,0,7-3A1,1,0,0,1,8-2V11a1,1,0,0,1-1,1L1,9A1,1,0,0,1,0,8V1A1,1,0,0,1,1,0Z"/>
37
+ <path class="cls-6" d="M 6 -0.2639350891113281 L 2 1.736064910888672 L 2 7.263935089111328 L 6 9.263935089111328 L 6 -0.2639350891113281 M 7 -3 C 7.552279949188232 -3 8 -2.552280426025391 8 -2 L 8 11 C 8 11.55228042602539 7.552279949188232 12 7 12 L 1 9 C 0.4477200508117676 9 0 8.552289962768555 0 8 L 0 1 C 0 0.4477100372314453 0.4477200508117676 0 1 0 L 7 -3 Z"/>
38
+ </g>
39
+ <rect id="矩形_10805" data-name="矩形 10805" class="cls-3" width="20" height="20" transform="translate(1810 163)"/>
40
+ <path id="路径_18095" data-name="路径 18095" class="cls-4" d="M3943.165,1393.065c-.72,6.668-6.82,4.666-6.82,4.666" transform="translate(-1533.907 2658.859) rotate(-56)"/>
41
+ <path id="路径_18096" data-name="路径 18096" class="cls-4" d="M3938.805,1393.065a1.807,1.807,0,0,1-2.46,1.774" transform="translate(-1532.972 2657.955) rotate(-56)"/>
42
+ </g>
43
+ </svg>
@@ -0,0 +1,38 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20">
2
+ <defs>
3
+ <style>
4
+ .cls-1, .cls-2, .cls-4 {
5
+ fill: none;
6
+ }
7
+
8
+ .cls-1 {
9
+ stroke: #fff;
10
+ stroke-width: 2px;
11
+ }
12
+
13
+ .cls-3 {
14
+ fill: #fff;
15
+ }
16
+
17
+ .cls-5, .cls-6 {
18
+ stroke: none;
19
+ }
20
+
21
+ .cls-6 {
22
+ fill: #fff;
23
+ }
24
+ </style>
25
+ </defs>
26
+ <g id="声音-无" transform="translate(-1810 -163)">
27
+ <g id="矩形_6774" data-name="矩形 6774" class="cls-1" transform="translate(1812 168.5)">
28
+ <rect class="cls-5" width="5" height="9" rx="1"/>
29
+ <rect class="cls-4" x="1" y="1" width="3" height="7"/>
30
+ </g>
31
+ <g id="路径_15755" data-name="路径 15755" class="cls-2" transform="translate(1815 168.5)">
32
+ <path class="cls-5" d="M1,0,7-3A1,1,0,0,1,8-2V11a1,1,0,0,1-1,1L1,9A1,1,0,0,1,0,8V1A1,1,0,0,1,1,0Z"/>
33
+ <path class="cls-6" d="M 6 -0.2639350891113281 L 2 1.736064910888672 L 2 7.263935089111328 L 6 9.263935089111328 L 6 -0.2639350891113281 M 7 -3 C 7.552279949188232 -3 8 -2.552280426025391 8 -2 L 8 11 C 8 11.55228042602539 7.552279949188232 12 7 12 L 1 9 C 0.4477200508117676 9 0 8.552289962768555 0 8 L 0 1 C 0 0.4477100372314453 0.4477200508117676 0 1 0 L 7 -3 Z"/>
34
+ </g>
35
+ <path id="联合_297" data-name="联合 297" class="cls-3" d="M-1987.525,3.889l-1.061,1.061L-1990,3.535l1.061-1.061L-1990,1.414-1988.586,0l1.061,1.061L-1986.465,0l1.415,1.414-1.061,1.061,1.061,1.061-1.415,1.415Z" transform="translate(3814.025 170.525)"/>
36
+ <rect id="矩形_10805" data-name="矩形 10805" class="cls-4" width="20" height="20" transform="translate(1810 163)"/>
37
+ </g>
38
+ </svg>
@@ -0,0 +1,38 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20">
2
+ <defs>
3
+ <style>
4
+ .cls-1, .cls-2, .cls-4 {
5
+ fill: none;
6
+ }
7
+
8
+ .cls-1 {
9
+ stroke: #428AE3;
10
+ stroke-width: 2px;
11
+ }
12
+
13
+ .cls-3 {
14
+ fill: #428AE3;
15
+ }
16
+
17
+ .cls-5, .cls-6 {
18
+ stroke: none;
19
+ }
20
+
21
+ .cls-6 {
22
+ fill: #428AE3;
23
+ }
24
+ </style>
25
+ </defs>
26
+ <g id="声音-无" transform="translate(-1810 -163)">
27
+ <g id="矩形_6774" data-name="矩形 6774" class="cls-1" transform="translate(1812 168.5)">
28
+ <rect class="cls-5" width="5" height="9" rx="1"/>
29
+ <rect class="cls-4" x="1" y="1" width="3" height="7"/>
30
+ </g>
31
+ <g id="路径_15755" data-name="路径 15755" class="cls-2" transform="translate(1815 168.5)">
32
+ <path class="cls-5" d="M1,0,7-3A1,1,0,0,1,8-2V11a1,1,0,0,1-1,1L1,9A1,1,0,0,1,0,8V1A1,1,0,0,1,1,0Z"/>
33
+ <path class="cls-6" d="M 6 -0.2639350891113281 L 2 1.736064910888672 L 2 7.263935089111328 L 6 9.263935089111328 L 6 -0.2639350891113281 M 7 -3 C 7.552279949188232 -3 8 -2.552280426025391 8 -2 L 8 11 C 8 11.55228042602539 7.552279949188232 12 7 12 L 1 9 C 0.4477200508117676 9 0 8.552289962768555 0 8 L 0 1 C 0 0.4477100372314453 0.4477200508117676 0 1 0 L 7 -3 Z"/>
34
+ </g>
35
+ <path id="联合_297" data-name="联合 297" class="cls-3" d="M-1987.525,3.889l-1.061,1.061L-1990,3.535l1.061-1.061L-1990,1.414-1988.586,0l1.061,1.061L-1986.465,0l1.415,1.414-1.061,1.061,1.061,1.061-1.415,1.415Z" transform="translate(3814.025 170.525)"/>
36
+ <rect id="矩形_10805" data-name="矩形 10805" class="cls-4" width="20" height="20" transform="translate(1810 163)"/>
37
+ </g>
38
+ </svg>
@@ -0,0 +1,14 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!-- Generator: Adobe Illustrator 24.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
+ <svg version="1.1" id="图层_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
+ viewBox="0 0 20 20" style="enable-background:new 0 0 20 20;" xml:space="preserve">
5
+ <style type="text/css">
6
+ .st0{fill:#1c6bd6;}
7
+ </style>
8
+ <g id="画板_11">
9
+ <path id="联合_900" class="st0" d="M2,19c-1.1,0-2-0.9-2-2V3c0-1.1,0.9-2,2-2h16c1.1,0,2,0.9,2,2v14c0,1.1-0.9,2-2,2H2z M2,4v12
10
+ c0,0.6,0.4,1,1,1h14c0.6,0,1-0.4,1-1V4c0-0.6-0.4-1-1-1H3C2.4,3,2,3.4,2,4z M13,10c0-0.8,0.7-1.5,1.5-1.5S16,9.2,16,10
11
+ s-0.7,1.5-1.5,1.5S13,10.8,13,10z M8.5,10c0-0.8,0.7-1.5,1.5-1.5s1.5,0.7,1.5,1.5s-0.7,1.5-1.5,1.5S8.5,10.8,8.5,10z M4,10
12
+ c0-0.8,0.7-1.5,1.5-1.5S7,9.2,7,10s-0.7,1.5-1.5,1.5S4,10.8,4,10z"/>
13
+ </g>
14
+ </svg>
@@ -0,0 +1,14 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!-- Generator: Adobe Illustrator 24.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
+ <svg version="1.1" id="图层_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
+ viewBox="0 0 20 20" style="enable-background:new 0 0 20 20;" xml:space="preserve">
5
+ <style type="text/css">
6
+ .st0{fill:#B2BAC2;}
7
+ </style>
8
+ <g id="画板_11">
9
+ <path id="联合_900" class="st0" d="M2,19c-1.1,0-2-0.9-2-2V3c0-1.1,0.9-2,2-2h16c1.1,0,2,0.9,2,2v14c0,1.1-0.9,2-2,2H2z M2,4v12
10
+ c0,0.6,0.4,1,1,1h14c0.6,0,1-0.4,1-1V4c0-0.6-0.4-1-1-1H3C2.4,3,2,3.4,2,4z M13,10c0-0.8,0.7-1.5,1.5-1.5S16,9.2,16,10
11
+ s-0.7,1.5-1.5,1.5S13,10.8,13,10z M8.5,10c0-0.8,0.7-1.5,1.5-1.5s1.5,0.7,1.5,1.5s-0.7,1.5-1.5,1.5S8.5,10.8,8.5,10z M4,10
12
+ c0-0.8,0.7-1.5,1.5-1.5S7,9.2,7,10s-0.7,1.5-1.5,1.5S4,10.8,4,10z"/>
13
+ </g>
14
+ </svg>
@@ -0,0 +1,123 @@
1
+ export default {
2
+ "common.close": "Close",
3
+ "common.ok": "OK",
4
+ "common.cancel": "Cancel",
5
+ "common.reset": "Reset",
6
+ "storagePlan.stream.main": "Main Stream",
7
+ "video.player.sub.stream": "Sub Stream {0}",
8
+ "video.player.ptz.down": "Down",
9
+ "video.player.ptz.left": "Left",
10
+ "video.player.ptz.lower.left": "Bottom Left",
11
+ "video.player.ptz.lower.right": "Bottom Right",
12
+ "video.player.ptz.right": "Right",
13
+ "video.player.ptz.up": "Up",
14
+ "video.player.ptz.upper.left": "Top Left",
15
+ "video.player.ptz.upper.right": "Top Right",
16
+ "inspec.ptz.position1": "3D Positioning",
17
+ "video.player.ptz.zoom": "Zoom",
18
+ "video.player.ptz.focus": "Focus",
19
+ "video.player.ptz.halo": "Aperture",
20
+
21
+ "wsPlayer.proxy": "Proxy Mode, this mode does not perform automatic processing",
22
+ "wsPlayer.recording": "Recording",
23
+ "wsplayer.more": "More",
24
+ "wsPlayer.request.realtime.preview.interface": "Request Real-time Preview Interface",
25
+ "wsPlayer.request.realtime.preview.interface.error.tip": "On the input {0} method, the value resolved should be a standard object returned by icc.",
26
+ "wsPlayer.request.recording.interface": "Request Recording Interface",
27
+ "wsPlayer.request.talk.interface": "Request Intercom Interface",
28
+ "wsPlayer.screen.custom.split": "Custom Split Screen",
29
+ "wsPlayer.screen.four": "Quadrant View",
30
+ "wsPlayer.screen.full": "Full Screen",
31
+ "wsPlayer.screen.nine": "Nine-Quadrant View",
32
+ "wsPlayer.screen.one": "Single Screen",
33
+ "wsPlayer.screen.selfAdaption": "Adaptive",
34
+ "wsPlayer.screen.split": "{0}-Split Screen",
35
+ "wsPlayer.screen.stretching": "Stretch",
36
+ "wsPlayer.sound": "Sound",
37
+ "wsPlayer.talk": "Intercom",
38
+ "wsPlayer.talking": "Speaking...",
39
+ "wsPlayer.income.format.error": "Incorrect input format, please re-enter",
40
+ "wsPlayer.one.click.off": "One-Click Close",
41
+ "wsPlayer.pause": "Pause",
42
+ "wsPlayer.play": "Play",
43
+ "wsPlayer.speed.sub": "Speed-",
44
+ "wsPlayer.speed.add": "Speed+",
45
+ "ws.device.awakening": "Channel {0} is awakening",
46
+ "wsPlayer.auto.recognition.failed": "Auto recognition failed, there is a non-default port. Beginning parameter judgment, please check the parameters!",
47
+ "wsPlayer.capture": "Snapshot",
48
+ "wsPlayer.current.window.cannot.be.merged": "The current window cannot be merged",
49
+ "wsPlayer.custom.player.max.support.tip": "The custom player only supports up to {0} windows",
50
+ "wsPlayer.drag.tip": "Cannot drag to this position, please re-drag",
51
+
52
+ "wsPlayer.play.error.101": "Current browser does not support hardware decoding",
53
+ "wsPlayer.play.error.102": "Hardware decoding playback failed",
54
+ "wsPlayer.play.error.103": "Hardware decoding playback delay exceeds 8 seconds",
55
+ "wsPlayer.play.error.104": "Hardware decoding failed",
56
+ "wsPlayer.play.error.201": "Current audio cannot be played",
57
+ "wsPlayer.play.error.202": "WebSocket connection error",
58
+ "wsPlayer.play.error.203": "File playback completed",
59
+ "wsPlayer.play.error.401": "User has no operation permission",
60
+ "wsPlayer.play.error.404": "Request timeout or not found",
61
+ "wsPlayer.play.error.405": "Playback timeout",
62
+ "wsPlayer.play.error.406": "Video stream type parsing failed, please check channel configuration",
63
+ "wsPlayer.play.error.407": "Request timeout",
64
+ "wsPlayer.play.error.408": "Request timeout or stream not supported",
65
+ "wsPlayer.play.error.409": "Request timeout or stream not supported",
66
+ "wsPlayer.play.error.410": "Video stream disconnected abnormally",
67
+ "wsPlayer.play.error.411": "Recording playback completed",
68
+ "wsPlayer.play.error.457": "Time setting error",
69
+ "wsPlayer.play.error.503": "WS connection address error, not from the current ICC server",
70
+ "wsPlayer.play.error.504": "Intercom failed",
71
+ "wsPlayer.play.error.701": "Low Chrome version, please upgrade to the latest Chrome",
72
+ "wsPlayer.play.error.702": "Low Firefox version, please upgrade to the latest Firefox",
73
+ "wsPlayer.play.error.703": "Low Edge version, please upgrade to the latest Edge",
74
+ "wsPlayer.play.error.default": "Playback failed, please check configuration",
75
+
76
+ "wsPlayer.error.101": "Selected channel is offline, unable to play",
77
+ "wsPlayer.error.102": "Login permissions have expired, failed to query rtsp for real-time preview",
78
+ "wsPlayer.error.103": "Interface not connected, please check if the project backend has not forwarded the interface.",
79
+ "wsPlayer.error.104": "Incorrect format returned by the interface, please pass through the data returned by the ICC service.",
80
+ "wsPlayer.error.105": "Channel is sleeping, waking up in progress, please try again later",
81
+ "wsPlayer.error.106": "Please enter the rtsp address and websocket address",
82
+ "wsPlayer.error.107": "No records file passed, unable to scrub the timeline",
83
+ "wsPlayer.error.201": "No recording file found for selected channel",
84
+ "wsPlayer.error.202": "Failed to retrieve recording file list",
85
+ "wsPlayer.error.203": "Failed to retrieve recording rtsp",
86
+ "wsPlayer.error.204": "Cannot play audio at {0}x speed",
87
+ "wsPlayer.error.205": "Channel is sleeping, waking up in progress, please try again later",
88
+ "wsPlayer.error.206": "Unsupported playback speed",
89
+ "wsPlayer.error.301": "Currently in intercom, unable to close audio",
90
+ "wsPlayer.error.302": "Another device is in intercom, unable to start audio",
91
+ "wsPlayer.error.303": "Another device is in intercom, unable to start intercom",
92
+ "wsPlayer.error.304": "Failed to retrieve intercom rtsp",
93
+ "wsPlayer.error.305": "HTTP protocol does not support intercom",
94
+ "wsPlayer.error.306": "Device intercom failed",
95
+ "wsPlayer.error.307": "PCM audio format not supported for intercom",
96
+ "wsPlayer.error.308": "ARM audio format not supported for intercom",
97
+ "wsPlayer.error.309": "G711u audio format not supported for intercom",
98
+ "wsPlayer.error.310": "G726 audio format not supported for intercom",
99
+ "wsPlayer.error.311": "AAC audio format not supported for intercom",
100
+ "wsPlayer.error.312": "G722 audio format not supported for intercom",
101
+ "wsPlayer.error.501": "Decoding library not initialized, please play later!",
102
+ "wsPlayer.error.502": "Decoding library not initialized, please start intercom later!",
103
+ "wsPlayer.error.503": "Please check if the player container exists when creating the player",
104
+ "wsPlayer.error.601": "The operated player does not exist",
105
+ "wsPlayer.error.602": "The selected player is locally recording, cannot record again",
106
+ "wsPlayer.error.603": "The selected player is not playing a recording, cannot start local recording",
107
+ "wsPlayer.error.604": "The selected player has not started local recording, cannot operate to close local recording",
108
+ "wsPlayer.error.605": "Incorrect time jump playback parameter",
109
+ "wsPlayer.error.606": "Incorrect adaptive stretching parameter",
110
+ "wsPlayer.error.607": "Real-time preview does not support playback speed adjustment",
111
+ "wsPlayer.error.608": "Incorrect {0} method: {1}",
112
+ "wsPlayer.error.609": "Exceeded the maximum number of window layouts set",
113
+ "wsPlayer.error.610": "Failed to operate custom window layout: {0}",
114
+ "wsPlayer.error.611": "Real-time preview does not support playback method",
115
+ "wsPlayer.error.612": "Real-time preview does not support pause method",
116
+ "wsPlayer.error.613": "Real-time preview does not support jump playback",
117
+ "wsPlayer.error.701": "PTZ is locked by user {0}, cannot operate",
118
+ "wsPlayer.error.702": "Failed to control PTZ 3D positioning {0}",
119
+ "wsPlayer.error.703": "Failed to control PTZ {0}{1}{2}",
120
+ "wsPlayer.error.704": "Failed to control PTZ direction {0}",
121
+
122
+ "error2084": "You do not have permission to perform this operation"
123
+ }