mirror of
https://github.com/eliasstepanik/vdo.ninja.git
synced 2026-01-25 12:28:27 +00:00
Update main.js
This commit is contained in:
parent
a843d3d04d
commit
a296ba8417
2
main.js
2
main.js
@ -566,7 +566,7 @@ if (window.obsstudio) {
|
|||||||
if (session.rpcs[UUID].videoElement.style.display == "none"){ // Flag will be left alone, but message will say its disabled.
|
if (session.rpcs[UUID].videoElement.style.display == "none"){ // Flag will be left alone, but message will say its disabled.
|
||||||
msg.visibility = false;
|
msg.visibility = false;
|
||||||
}
|
}
|
||||||
if (session.optimize){
|
if (session.optimize!==false){
|
||||||
////////////// bandwidth stuff
|
////////////// bandwidth stuff
|
||||||
var bandwidth = parseInt(session.rpcs[UUID].targetBandwidth); // we don't want to change the target bandwidth, as that's still the real goal and are point of reference for reverting this change.
|
var bandwidth = parseInt(session.rpcs[UUID].targetBandwidth); // we don't want to change the target bandwidth, as that's still the real goal and are point of reference for reverting this change.
|
||||||
log("bandwidth:"+bandwidth);
|
log("bandwidth:"+bandwidth);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user