Browse Source

处理新流推送

zk 1 year ago
parent
commit
815dec24cc
2 changed files with 6 additions and 2 deletions
  1. 5 2
      src/components/UeVideo.vue
  2. 1 0
      src/utils/UIInteractions.js

+ 5 - 2
src/components/UeVideo.vue

@@ -25,10 +25,13 @@ export default {
 
       videoInstance = initLoad({
         context,
-        serverUrl: 'http://172.16.58.195:8080/',
-        // serverUrl: 'http://172.16.58.198:8080/',
         autoConnection: true,
         showPlayOverlay: false,
+        // serverUrl: 'http://10.1.161.67:8080/',
+        // serverUrl: 'http://172.16.58.196:8080/',
+        // serverUrl: 'http://172.16.58.198:8080/',
+        serverUrl: 'http://172.16.58.195:8080/',
+        // serverUrl: 'http://127.0.0.1:8080/',
         qualityControl: true,
         inputOptions: {
           controlScheme: 1, // 鼠标:0是锁定,1是滑过

+ 1 - 0
src/utils/UIInteractions.js

@@ -354,6 +354,7 @@ export function ueCallChangeTime(hour) {    // 改变场景时间
   })
 }
 
+
 export function ueCallChangeWeather(type) {    // 改变场景天气
   callUIInteractionFormat({
     "ActionName":"change_weather",