Added some basic form checks
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2020-12-08 01:31:56 +01:00
parent 5757713f7e
commit f5ad932b12
2 changed files with 46 additions and 13 deletions

View File

@@ -80,14 +80,14 @@ export default {
case "ingest":
newNode.data = {
url: "",
streamkey: "demokey"
streamkey: ""
}
break;
case "encoder":
newNode.data = {
bitrate: 0,
width: 0,
height: 0
bitrate: 2500,
width: 1280,
height: 720
}
break;
case "restreamer":