You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -1822,8 +1822,52 @@ <h2 title="Use this link in the OBS Browser Source to capture the video or audio
1822
1822
<buttonclass="btn-HL-green" style="flex: 0 11%;"data-action-type="toggle-group" data-group="7" title="Add/remove from group 7" onclick="changeGroup(this);">
1823
1823
<span>G7</span>
1824
1824
</button>
1825
-
1826
1825
</div>
1826
+
1827
+
<!-- Row of MIDI Buttons -->
1828
+
<divclass="row hidden advanced midi-controls" title="Remote guest plays out MIDI events. Toggles. Hold CTRL(cmd) to replay instead of toggle.">
1829
+
<spanstyle="flex: 1 21%; color: lightgreen; margin: auto 0;">MIDI Ctrls</span>
<spanstyle="flex: 1 21%;color: lightgreen; margin: auto 0;">Monitor Mix</span>
@@ -2859,14 +2903,15 @@ <h3>Assign to slot:</h3><br />
2859
2903
// if (!window.location.search){document.body.innerHTML = "";} // uncomment this line, if you wish to try it.
2860
2904
2861
2905
varsession=WebRTC.Media;// session is a required global variable if configuring manually. Run before loading main.js but after webrtc.js.
2862
-
session.version="27.6";// updated: default 1080p now + tweaked outbound bandwidth logic
2906
+
session.version="27.7";// updated: default 1080p now + tweaked outbound bandwidth logic
2863
2907
session.streamID=session.generateStreamID();// randomly generates a streamID for this session. You can set your own programmatically if needed
2864
2908
2865
2909
session.defaultPassword="someEncryptionKey123";// Change this password if self-deploying for added security/privacy
2866
2910
// session.salt = location.hostname; // used only if password is not == False. You can change to "session.salt = location.hostname+location.pathname;" for greater deployment isolation
2867
2911
2868
2912
session.stunServers=[{urls: ["stun:stun.l.google.com:19302","stun:stun.cloudflare.com:3478"]}];// google + cloudflare stun servers. default
2869
2913
2914
+
2870
2915
/////////////// ------ Custom basic TURN SETUP SECTION STARTS Here --------
2871
2916
// session.configuration = { // uncomment to disable the default usage of the vdo.ninja turn servers.
2872
2917
// iceServers: session.stunServers,
@@ -2884,7 +2929,8 @@ <h3>Assign to slot:</h3><br />
2884
2929
// turn.urls = ["turn:turn2.obs.ninja:443"];
2885
2930
// session.configuration.iceServers.push(turn);
2886
2931
/////////////// ------------ END OF TURN SETUP SECTION -------
2887
-
2932
+
2933
+
2888
2934
/////////////// -------- Alternative custom TURN SETUP SECTION here ---------
2889
2935
// Use this section if you plan to use the turn-credentials.php sample and its use-auth-secret and static-auth-secret method, rather than a plain password
2890
2936
//
@@ -2982,8 +3028,7 @@ <h3>Assign to slot:</h3><br />
2982
3028
// if ("42" != prompt("enter the password")){document.body.innerHTML = "";window.location.href = "";} // if you want a low-effort password for the site
0 commit comments