Added some basic form checks
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -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":
|
||||
|
||||
Reference in New Issue
Block a user