From c2556bbc0b2fd63cc937f3d0f7aa492830c5af04 Mon Sep 17 00:00:00 2001 From: steveseguin Date: Wed, 16 Nov 2022 16:04:25 -0500 Subject: [PATCH] new alias --- index.html | 2 +- main.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index d41481b..064370d 100644 --- a/index.html +++ b/index.html @@ -2300,6 +2300,6 @@ // If you wish to change branding, blank offers a good clean start. --> - + diff --git a/main.js b/main.js index 5c544b2..85e7a4b 100644 --- a/main.js +++ b/main.js @@ -1595,8 +1595,8 @@ async function main(){ // main asyncronous thread; mostly initializes the user s if ( urlParams.has('outboundaudiobitrate') || urlParams.has('oab')) { session.outboundAudioBitrate = parseInt(urlParams.get('outboundaudiobitrate')) || parseInt(urlParams.get('oab')) || false; } - if (urlParams.has('outboundvideobitrate') || urlParams.has('ovb')) { - session.outboundVideoBitrate = parseInt(urlParams.get('outboundvideobitrate')) || parseInt(urlParams.get('ovb')) || false; + if (urlParams.has('outboundvideobitrate') || urlParams.has('outboundbitrate') || urlParams.has('ovb')) { + session.outboundVideoBitrate = parseInt(urlParams.get('outboundvideobitrate')) || parseInt(urlParams.get('outboundbitrate')) || parseInt(urlParams.get('ovb')) || false; } if (urlParams.has('webp') || urlParams.has('images')){ // deprecicating this. chunked mode will replace it.