From 61460bcec04942d9ce1e0ebbf5252c4bf20458c6 Mon Sep 17 00:00:00 2001 From: superxxd Date: Fri, 2 Sep 2022 12:00:12 +0800 Subject: [PATCH] rm onSelectProto call startPlay --- test/video.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/video.js b/test/video.js index cd4c36e..dbab533 100644 --- a/test/video.js +++ b/test/video.js @@ -43,7 +43,7 @@ function onSelectProto(){ switch(porotocol.value){ case "webrtc": url.value="webrtc://192.168.0.4:1988/live/livestream" - startPlay(url); + // startPlay(url); break; case "mqtt": url.value="ws://192.168.0.18:8083/mqtt"