Browse Source

modify bug rtrun to return in video.js

m7s
superxxd 2 years ago
parent
commit
6290f638aa
  1. 4
      test/video.js

4
test/video.js

@ -51,8 +51,8 @@ function handleVideo() {
switch(porotocol.value){
case "webrtc":
startPlay(url.value);
rtrun;
startPlay(url.value);
return;
case "mqtt":
MqttServer=url.value;
break;

Loading…
Cancel
Save