mirror of
https://github.com/eliasstepanik/vdo.ninja.git
synced 2026-01-11 21:58:35 +00:00
1203 lines
67 KiB
HTML
1203 lines
67 KiB
HTML
<html>
|
|
<head>
|
|
<script type="text/javascript">
|
|
// MS Internet Explorer must not be given a chance to fail before I can give the user an error message.
|
|
try {
|
|
var msie = window.navigator.userAgent.indexOf("MSIE ");
|
|
if (msie>0 || !!navigator.userAgent.match(/Trident.*rv\:11\./)){ // If MSIE or IE 11
|
|
alert("Internet Explorer is not supported.\n\nPlease consider using Microsoft Edge or Google Chrome instead\n\nYou will be forwarded to the download page for MS Edge now.");
|
|
console.error("INTERNET EXPLORER IS EVIL");
|
|
window.location = "https://www.microsoft.com/edge";
|
|
}
|
|
} catch(e){
|
|
console.error(e);
|
|
}
|
|
|
|
</script>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
|
|
<meta content="text/html;charset=utf-8" http-equiv="Content-Type" />
|
|
<meta content="utf-8" http-equiv="encoding" />
|
|
<meta name="copyright" content="© 2020 Steve Seguin" />
|
|
<link rel="shortcut icon" href="data:image/x-icon;," type="image/x-icon" />
|
|
<link rel="icon" type="image/png" sizes="32x32" href="./images/favicon-32x32.png" />
|
|
<link rel="icon" type="image/png" sizes="16x16" href="./images/favicon-16x16.png" />
|
|
<link rel="icon" href="./images/favicon.ico" />
|
|
<link itemprop="thumbnailUrl" href="./images/obsNinja_logo_full.png" />
|
|
<!-- Primary Meta Tags -->
|
|
<title>OBS.Ninja</title>
|
|
<meta name="title" content="OBS.Ninja" />
|
|
<meta name="description" content="Bring live video from your smartphone, computer, or friends directly into OBS Studio. 100% free." />
|
|
<meta name="author" content="Steve Seguin" />
|
|
<!-- Open Graph / Facebook -->
|
|
<meta property="og:site_name" content="OBS.Ninja" />
|
|
<meta property="og:type" content="website" />
|
|
<meta property="og:url" content="https://obs.ninja/" />
|
|
<meta property="og:title" content="OBS.Ninja" />
|
|
<meta property="og:description" content="Bring live video from your smartphone, computer, or friends directly into OBS Studio. 100% free." />
|
|
<meta property="og:image" itemprop="image" content="https://obs.ninja/images/obsNinja_logo_full.png" />
|
|
<meta name="msapplication-TileImage" content="./images/obsNinja_logo_full.png" />
|
|
<meta property="og:image:type" content="image/png" />
|
|
<meta property="og:image:width" content="1200" />
|
|
<meta property="og:image:height" content="630" />
|
|
<!-- Twitter -->
|
|
<meta property="twitter:card" content="summary_large_image" />
|
|
<meta property="twitter:url" content="https://obs.ninja/" />
|
|
<meta property="twitter:title" content="OBS.Ninja" />
|
|
<meta property="twitter:description" content="Bring live video from your smartphone, computer, or friends directly into OBS Studio. 100% free." />
|
|
<meta property="twitter:image" content="./images/obsNinja_logo_full.png" />
|
|
<meta name="msapplication-TileColor" content="#da532c" />
|
|
<meta name="theme-color" content="#ffffff" />
|
|
<link rel="stylesheet" href="./lineawesome/css/line-awesome.min.css">
|
|
<script type="text/javascript" crossorigin="anonymous" src="./thirdparty/adapter-latest.js"></script>
|
|
<script type="text/javascript" crossorigin="anonymous" src="./thirdparty/qrcode.min.js"></script>
|
|
<script type="text/javascript" src="./thirdparty/jquery.min.js"></script>
|
|
<script type="text/javascript" src="./thirdparty/aes.js"></script>
|
|
<script type="text/javascript" src="./thirdparty/polyfill.min.js"></script>
|
|
<script type="text/javascript" src="./thirdparty/StreamSaver.js"></script>
|
|
<link rel="stylesheet" href="./main.css?ver=40" />
|
|
</head>
|
|
<body id="main" class="hidden">
|
|
<span itemprop="image" itemscope itemtype="image/png">
|
|
<link itemprop="url" href="./images/obsNinja_logo_full.png" />
|
|
</span>
|
|
<link itemprop="thumbnailUrl" href="./images/obsNinja_logo_full.png" />
|
|
<span itemprop="thumbnail" itemscope itemtype="http://schema.org/ImageObject">
|
|
<link itemprop="url" href="./images/obsNinja_logo_full.png" />
|
|
</span>
|
|
<script type="text/javascript" crossorigin="anonymous" src="./thirdparty/CodecsHandler.js?ver=26"></script>
|
|
<script type="text/javascript" crossorigin="anonymous" src="./webrtc.js?ver=155"></script>
|
|
<input id="zoomSlider" type="range" style="display: none;" />
|
|
<div id="header">
|
|
<a id="logoname" href="./" style="text-decoration: none; color: white; margin: 2px;">
|
|
<span data-translate="logo-header">
|
|
<font id="qos">O</font>BS.Ninja
|
|
</span>
|
|
</a>
|
|
<div id="head1" style="display: inline-block; padding:1px; position: relative;">
|
|
<input id="joinroomID" autofocus name="joinroomID" size="22" placeholder="Join by Room Name here" alt="Enter a room name to join" title="Enter a room name to quick join" onkeyup="jumptoroom(event)"/>
|
|
<button onclick="jumptoroom();" role="button" aria-pressed="false" alt="Join room" title="Join room" >GO</button>
|
|
</div>
|
|
<div id="head3" style="display: inline-block;" class="advanced">
|
|
<font style="color: #888;" id="copythisurl">
|
|
<span data-translate="copy-this-url">Copy this URL into an OBS "Browser Source"</span> <i style="color: #CCC;" class="las la-long-arrow-alt-right"></i>
|
|
</font>
|
|
<a
|
|
id="reshare"
|
|
data-drag="1"
|
|
onclick="popupMessage(event);copyFunction(this)"
|
|
class="task grabLinks"
|
|
onmousedown="copyFunction(this)"
|
|
style="font-weight: bold; color: #afa !important; cursor: grab; background-color: #0000; font-size: 115%; min-width: 335px; max-width: 800px;"
|
|
></a>
|
|
<i class="las la-paperclip" style="color: #DDD;" onclick="popupMessage(event);copyFunction(document.getElementById('reshare'));" onmouseover="this.style.cursor='pointer'"></i>
|
|
</div>
|
|
<div id="head4" style="display: inline-block;" class="advanced">
|
|
<font style="font-size: 68%; color: white;">
|
|
|
|
<span data-translate="you-are-in-the-control-center">Control center for room:</span>
|
|
|
|
<div id="dirroomid" style="font-size: 140%; color: #99c; display: inline-block;"></div>
|
|
</font>
|
|
</div>
|
|
<div id="head2" class="advanced" style="display: inline-block; text-decoration: none; font-size: 60%; color: white;">
|
|
<span data-translate="joining-room">You are in room</span>:
|
|
|
|
<div id="roomid" style="display: inline-block;"></div>
|
|
</div>
|
|
|
|
</div>
|
|
<div id="controlButtons" >
|
|
<div id="subControlButtons">
|
|
<div id="chatbutton" title="Toggle the Chat" alt="Toggle the Chat" onmousedown="event.preventDefault(); event.stopPropagation();" onclick="toggleChat()" tabindex="16" role="button" aria-pressed="false" onkeyup="enterPressedClick(event,this);" class="advanced float" style="cursor: pointer;" alt="Toggle the Chat">
|
|
<i id="chattoggle" class="toggleSize las la-comment-alt my-float"></i>
|
|
<div id="chatNotification"></div>
|
|
</div>
|
|
<div id="mutespeakerbutton" onmousedown="event.preventDefault(); event.stopPropagation();" title="Mute the Speaker" alt="Mute the Speaker" onclick="toggleSpeakerMute()" tabindex="17" role="button" aria-pressed="false" onkeyup="enterPressedClick(event,this);" class="advanced float" style="cursor: pointer;" alt="Toggle the speaker output.">
|
|
<i id="mutespeakertoggle" class="toggleSize las la-volume-up my-float" style="position: relative; top: 0.5px;"></i>
|
|
</div>
|
|
<div id="mutebutton" onmousedown="event.preventDefault(); event.stopPropagation();" title="Mute the Mic" alt="Mute the Mic" onclick="toggleMute()" tabindex="18" role="button" aria-pressed="false" onkeyup="enterPressedClick(event,this);" class="advanced float" style="cursor: pointer;" alt="Toggle the mic">
|
|
<i id="mutetoggle" class="toggleSize las la-microphone my-float" style="position: relative; top: 0.5px;"></i>
|
|
</div>
|
|
<div id="mutevideobutton" onmousedown="event.preventDefault(); event.stopPropagation();" title="Disable the Camera" alt="Disable the Camera" onclick="toggleVideoMute()" tabindex="19" role="button" aria-pressed="false" onkeyup="enterPressedClick(event,this);" class="advanced float" style="cursor: pointer;" alt="Toggle the camera">
|
|
<i id="mutevideotoggle" onmousedown="event.preventDefault(); event.stopPropagation();" class="toggleSize las la-eye my-float"></i>
|
|
</div>
|
|
<div id="screensharebutton" onmousedown="event.preventDefault(); event.stopPropagation();" title="Share a Screen with others" alt="Share a Screen with others" onclick="toggleScreenShare()" tabindex="20" role="button" aria-pressed="false" onkeyup="enterPressedClick(event,this);" class="float advanced" style="cursor: pointer;">
|
|
<i id="screensharetoggle" onmousedown="event.preventDefault(); event.stopPropagation();" class="toggleSize las la-desktop my-float"></i>
|
|
</div>
|
|
<div id="settingsbutton" onmousedown="event.preventDefault(); event.stopPropagation();" title="Settings" alt="Settings" onclick="toggleSettings()" class="advanced float" tabindex="21" role="button" aria-pressed="false" onkeyup="enterPressedClick(event,this);" style="cursor: pointer;" alt="Toggle the Settings Menu">
|
|
<i id="settingstoggle" class="toggleSize las la-cog my-float"></i>
|
|
</div>
|
|
<div id="hangupbutton" onmousedown="event.preventDefault(); event.stopPropagation();" title="Hangup the Call" alt="Hangup the Call" onclick="hangup()" class="advanced float" tabindex="22" role="button" aria-pressed="false" onkeyup="enterPressedClick(event,this);" style="cursor: pointer;" alt="Disconnect and End">
|
|
<i class="toggleSize my-float las la-phone rotate225" aria-hidden="true"></i>
|
|
</div>
|
|
<div id="raisehandbutton" onmousedown="event.preventDefault(); event.stopPropagation();" data-raised="0" title="Alert the host you want to speak" alt="Alert the host you want to speak" tabindex="23" role="button" aria-pressed="false" onkeyup="enterPressedClick(event,this);" onclick="raisehand()" class="advanced float" style="cursor: pointer;">
|
|
<i class="toggleSize my-float las la-hand-paper" style="position: relative; right: 1px;" aria-hidden="true"></i>
|
|
</div>
|
|
<div id="recordLocalbutton" onmousedown="event.preventDefault(); event.stopPropagation();" data-state="0" title="Record your stream to disk" alt="Record your stream to disk" tabindex="24" role="button" aria-pressed="false" onkeyup="enterPressedClick(event,this);" onclick="recordLocalVideoToggle(this);" class="advanced float" style="cursor: pointer;">
|
|
<i class="toggleSize my-float las la-dot-circle" style="position: relative;" aria-hidden="true"></i>
|
|
</div>
|
|
<span id="miniPerformer" style="pointer-events: auto;" class="advanced"></span>
|
|
|
|
<div id="hangupbutton2" onmousedown="event.preventDefault(); event.stopPropagation();" title="Cancel the Director's Video/Audio" alt="Hangup the Call" onclick="hangup2()" class="advanced float" tabindex="25" role="button" aria-pressed="false" onkeyup="enterPressedClick(event,this);" style="cursor: pointer;" alt="Disconnect Direcotor's cam">
|
|
<i class="toggleSize my-float las la-phone rotate225" aria-hidden="true"></i>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<span
|
|
id="reportbutton"
|
|
title="Submit any error logs"
|
|
onclick="submitDebugLog();"
|
|
style="cursor: pointer; visibility: hidden; display:none;z-index:7;"
|
|
>
|
|
<i style="float: right; bottom: 0px; cursor: pointer; position: fixed; right: 46px; color: #d9e4eb; padding: 2px; margin: 2px 2px 0 0; font-size: 140%;" class="las la-bug" aria-hidden="true"></i>
|
|
</span>
|
|
<span
|
|
id="helpbutton"
|
|
title="Show Help Info"
|
|
onclick="alert('Email steve@seguin.email if the system breaks or check https://reddit.com/r/obsninja for support.\n\nThe Wiki contains many help guides and advanced settings.\n\nAccess the debug menu by pressing CTRL (command) and Left-Clicking on a video.\n\nMost issues can be fixed by using Wired Internet instead of Wi-Fi.')"
|
|
style="cursor: pointer; display:none;"
|
|
alt="How to Use This with OBS"
|
|
>
|
|
<i style="float: right; bottom: 0px; cursor: pointer; position: fixed; right: 24px; color: #d9e4eb; padding: 2px; margin: 2px 2px 0 0; font-size: 140%;" class="las la-question-circle" aria-hidden="true"></i>
|
|
</span>
|
|
<span title="Language Options" onclick="toggle(document.getElementById('languages'));" id="translateButton">
|
|
<i style="float: right; bottom: 0px; cursor: pointer; position: fixed; right: 2px; color: #d9e4eb; padding: 2px; margin: 2px 2px 0 0; font-size: 140%;" class="las la-language" aria-hidden="true"></i>
|
|
</span>
|
|
<div id="mainmenu" class="row" style="opacity: 0; align: center;">
|
|
<div id="container-1" title="Add Group Chat to OBS" alt="Add Group Chat to OBS" tabindex="2" role="button" aria-pressed="false" onkeyup="enterPressedClick(event,this);" class="column columnfade pointer card" style=" overflow-y: auto;">
|
|
|
|
<h2>
|
|
<span data-translate="add-group-chat">Create a Room</span>
|
|
</h2>
|
|
<div class="container-inner">
|
|
<br />
|
|
<br />
|
|
<span data-translate="rooms-allow-for">Rooms allow for group-chat and the tools to manage multiple guests.</span>
|
|
<br />
|
|
<br />
|
|
|
|
<table >
|
|
<tr>
|
|
<th style="text-align:right;">
|
|
<b>
|
|
<span data-translate="room-name">Room Name</span>:
|
|
</b>
|
|
</th>
|
|
<th style="text-align:left;">
|
|
<input id="videoname1" placeholder="Enter a Room Name here" onkeydown="checkStrengthRoom(event, 'securityLevelRoom');" onchange="checkStrengthRoom(event, 'securityLevelRoom');" onkeyup="enterPressed(event, createRoom);" size="30" maxlength="30" style="font-size: 110%; padding: 5px;" />
|
|
<div id="securityLevelRoom" style="display:none;margin-top:3px;position:relative;top:3px;font-size:0.8em;"></div>
|
|
</th>
|
|
|
|
</tr><tr>
|
|
|
|
<th style="text-align:right;">
|
|
<b>
|
|
<span data-translate="password-input-field">Password</span>:
|
|
</b>
|
|
</th><th style="text-align:left;">
|
|
<input id="passwordRoom" placeholder="Optional room password here" onkeydown="checkStrengthRoom(event, 'securityLevelRoom');" onchange="checkStrengthRoom(event, 'securityLevelRoom');" onkeyup="enterPressed(event, createRoom);" size="30" maxlength="30" style="font-size: 110%; padding: 5px;" />
|
|
</th>
|
|
|
|
</tr><tr style="line-height: 4em;">
|
|
|
|
<th style="text-align:right; padding: 5px;">
|
|
<input id="broadcastFlag" type="checkbox" title="For large group rooms, this option can reduce the load on remote guests substantially" />
|
|
</th><th style="text-align:left;">
|
|
<b>
|
|
<span data-translate="guests-only-see-director" title="For large group rooms, this option can reduce the load on remote guests substantially" >Guests can only see the Director's Video</span>
|
|
</b>
|
|
</th>
|
|
</tr><tr>
|
|
<th style="text-align:right; padding: 5px;">
|
|
|
|
</th>
|
|
<th style="text-align:left;">
|
|
<b>
|
|
<span data-translate="default-codec-select" title="Which video codec would you want used by default?" >Preferred Video Codec: </span>
|
|
<select style="font-size:1.1em" id="codecGroupFlag" type="checkbox" title="For large group rooms, this option can reduce the load on remote guests substantially" >
|
|
<option value="default" selected>Default</option>
|
|
<option value="vp9">VP9</option>
|
|
<option value="h264">H264</option>
|
|
<option value="vp8">VP8</option>
|
|
</select >
|
|
</b>
|
|
</th>
|
|
</tr><tr>
|
|
<th></th>
|
|
<th style="text-align:right;">
|
|
<button onclick="createRoom()" class="gobutton" style="float: left;" alt="Enter the room as the group's director" title="You'll enter as the room's director">
|
|
<span data-translate="enter-the-rooms-control">Enter the Room's Control Center</span>
|
|
</button>
|
|
<br /><br />
|
|
<button class="white" style="display: block;" onclick="toggle(document.getElementById('roomnotes'),this);">
|
|
<span data-translate="show-tips">Show me some tips..</span>
|
|
</button>
|
|
</th>
|
|
</tr>
|
|
</table>
|
|
<br />
|
|
<ul style=" margin: auto auto; max-width: 500px; display: none; text-align: left;" id="roomnotes">
|
|
<br />
|
|
<span data-translate="added-notes">
|
|
<u>
|
|
<i>Important Tips:</i><br /><br />
|
|
</u>
|
|
<li>Disabling video sharing between guests will improve performance</li>
|
|
<li>Invite only guests to the room that you trust.</li>
|
|
<li>The "Recording" option is considered experimental.</li>
|
|
<li><a href="https://params.obs.ninja" style="color:black;"><u>Advanced URL parameters</u></a> are available to customize rooms.</li>
|
|
</span>
|
|
</ul>
|
|
</div>
|
|
<div class="outer close">
|
|
<div class="inner">
|
|
<label class="labelclass">
|
|
<span data-translate="back">Back</span>
|
|
</label>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div id="container-3" title="Add your Camera to OBS" onkeyup="enterPressedClick(event,this);" alt="Add your Camera to OBS" tabindex="3" role="button" aria-pressed="false" class="column columnfade pointer card" onclick="previewWebcam()" style=" overflow-y: auto;">
|
|
<h2 id="add_camera">
|
|
<span data-translate="add-your-camera">Add your Camera to OBS</span>
|
|
</h2>
|
|
<div class="container-inner">
|
|
<br />
|
|
<p>
|
|
<video id="previewWebcam" class="previewWebcam" oncanplay="updateStats();" controlsList="nodownload" muted autoplay playsinline ></video>
|
|
</p>
|
|
<div id="infof"></div>
|
|
<button onclick="this.disabled=true;setTimeout(function(){requestBasicPermissions();},20);" id="getPermissions" style="display:none;" data-ready="false" >
|
|
<span data-translate="ask-for-permissions">Allow Access to Camera/Microphone</span>
|
|
</button>
|
|
<button onclick="publishWebcam(this)" tabindex="15" id="gowebcam" class="gowebcam" alt="Click this to start streaming when the camera is ready" disabled data-ready="false" >
|
|
<span data-translate="waiting-for-camera">Waiting for Camera to Load</span>
|
|
</button>
|
|
<br />
|
|
<span id="guestTips" style="display:none">
|
|
<p>For the best possible experience, make sure</p>
|
|
<span><i class="las la-plug"></i><span>Your device is powered</span></span>
|
|
<span><i class="las la-ethernet"></i><span>Your connection is hardwired instead of wifi</span></span>
|
|
<span><i class="las la-headphones"></i><span>You are using headphones / earphones</span></span>
|
|
</span>
|
|
<span id="videoMenu" class="videoMenu">
|
|
<i class="las la-video"></i><span data-translate="video-source"> Video Source </span>
|
|
|
|
<select id="videoSourceSelect" ></select>
|
|
<span id="gear_webcam" style="display: inline-block; cursor:pointer;" onclick="toggle(document.getElementById('videoSettings'));">
|
|
|
|
<i class="las la-cog" style="font-size: 140%; vertical-align: middle;" aria-hidden="true"></i>
|
|
</span>
|
|
</span>
|
|
<br />
|
|
<center>
|
|
<span id="videoSettings" style="display: none;">
|
|
<form id="webcamquality">
|
|
<input type="radio" id="fullhd" name="resolution" value="0" />
|
|
<label for="fullhd">
|
|
<span data-translate="max-resolution">Max Resolution</span>
|
|
</label> |
|
|
|
|
<input type="radio" checked id="halfhd" name="resolution" value="1" />
|
|
<label for="halfhd">
|
|
<span data-translate="balanced">Balanced</span>
|
|
</label> |
|
|
|
|
<input type="radio" id="nothd" name="resolution" value="2" />
|
|
<label for="nothd">
|
|
<span data-translate="smooth-cool">Smooth and Cool</span>
|
|
</label>
|
|
<div id="webcamstats" style="padding: 5px 0 0 0;"></div>
|
|
</form>
|
|
</span>
|
|
</center>
|
|
<div id="audioMenu" class="form-group multiselect" alt="tip: Hold CTRL (command) to select Multiple" title="tip: Hold CTRL (command) to select Multiple">
|
|
<a id="multiselect-trigger" class="form-control multiselect-trigger" >
|
|
<div class="audioTitle">
|
|
<i class="las la-microphone-alt"></i><span data-translate="select-audio-source"> Audio Source(s) </span>
|
|
<i id='chevarrow1' class="chevron bottom" aria-hidden="true"></i>
|
|
<div class="meter" id="meter1"></div><div class="meter2" id="meter2"></div>
|
|
</div>
|
|
</a>
|
|
<ul id="audioSource" class="multiselect-contents" >
|
|
<li>
|
|
<input type="checkbox" id="multiselect1" name="multiselect1" style="display: none;" checked value="ZZZ" />
|
|
<label for="multiselect1">
|
|
<span data-translate="no-audio">No Audio</span>
|
|
</label>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
<br />
|
|
<span id="headphonesDiv" style="text-align:left; margin:17px 0; max-width: 550px; min-width: 420px; background-color: #f3f3f3; display: none; padding: 10px 10px; border: 1px solid #ccc; vertical-align: middle;">
|
|
<div class="audioTitle2">
|
|
<i class="las la-headphones"></i><span data-translate="select-output-source"> Audio Output Destination: <button onclick="playtone()" class="white" style="margin:0 0 0 15px;" type="button">Test</button>
|
|
</span></div>
|
|
<select id="outputSource" ></select>
|
|
|
|
</span>
|
|
|
|
</div>
|
|
<div class="outer close">
|
|
<div class="inner">
|
|
<label class="labelclass">
|
|
<span data-translate="back">Back</span>
|
|
</label>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div id="container-2" title="Remote Screenshare into OBS" onkeyup="enterPressedClick(event,this);" alt="Remote Screenshare into OBS" tabindex="4" role="button" aria-pressed="false" class="column columnfade pointer card" style=" overflow-y: auto;">
|
|
<h2 id="add_screen">
|
|
<span data-translate="remote-screenshare-obs">Remote Screenshare into OBS</span>
|
|
</h2>
|
|
<div class="container-inner">
|
|
<span data-translate="note-share-audio">
|
|
<p>
|
|
<video id="screenshare" autoplay="true" muted="true" loop src="./images/screenshare.webm" ></video>
|
|
</p>
|
|
</span>
|
|
<br />
|
|
<button class='gobutton' style="padding: 10px; font-size: 120%;" alt="clilck to select you screen to share" onclick="publishScreen()">
|
|
<span data-translate="select-screen-to-share">SELECT SCREEN TO SHARE</span>
|
|
</button>
|
|
<span id="gear_screen" style="display: inline-block; cursor: pointer;" onclick="toggle(document.getElementById('videoSettings2'));">
|
|
|
|
<i class="las la-cog" style="font-size: 170%; vertical-align: middle;" aria-hidden="true"></i>
|
|
</span>
|
|
<center>
|
|
<span id="videoSettings2" style="margin: auto auto; display: none; background-color: white; vertical-aligh: middle; border: 3px solid #ccc; max-width: 500px; padding: 10px 10px 5px 10px; margin: 10px 0 5px 0;">
|
|
<form id="webcamquality2">
|
|
<input type="radio" id="fullhd2" name="resolution2" value="0" />
|
|
<label for="fullhd">
|
|
<span data-translate="max-resolution">1080p (hi-def)</span>
|
|
</label> |
|
|
|
|
<input type="radio" checked id="halfhd2" name="resolution2" value="1" />
|
|
<label for="halfhd">
|
|
<span data-translate="balanced">720p (balanced)</span>
|
|
</label> |
|
|
|
|
<input type="radio" id="nothd2" name="resolution2" value="2" />
|
|
<label for="nothd">
|
|
<span data-translate="smooth-cool">360p (smooth)</span>
|
|
</label>
|
|
<div id="webcamstats2" style="padding: 5px 0 0 0;"></div>
|
|
</form>
|
|
</span>
|
|
<br />
|
|
</center>
|
|
<p id="audioScreenShare1">
|
|
<span data-translate="audio-sources">Audio Sources</span>
|
|
<br />
|
|
<select id="audioSourceScreenshare" multiple alt="tip: Hold CTRL (command) to select Multiple" title="tip: Hold CTRL (command) to select Multiple" style="height: 60px; min-width: 290px; resize: both; overflow: auto; padding: 5px;" onchange="requestAudioStream();">
|
|
<option value="screenshare" selected>
|
|
Screen Share Audio (default)
|
|
</option>
|
|
<option value="microphones">
|
|
Other Audio Sources
|
|
</option>
|
|
</select>
|
|
</p>
|
|
<br />
|
|
<span id="headphonesDiv2" style="background-color: #f3f3f3; min-width: 270px; display: none; padding: 5px 10px; border: 1px solid #ccc; vertical-align: middle;">
|
|
<i class="las la-headphones"></i>
|
|
|
|
<span data-translate="select-output-source"> Audio Output Destination: <button onclick="playtone(true)" class="white" style="padding:3px 5px 2px 5px; margin:0; margin-left:15px; position: relative; " type="button">Test</button></span>
|
|
<br />
|
|
<select id="outputSourceScreenshare" style="background-color: #FFF; padding:10px 5px; min-width: 268px; display:inline-block; vertical-align: middle;" onclick="requestOutputAudioStream();">
|
|
<option value="default">
|
|
Default Device
|
|
</option>
|
|
</select>
|
|
</span>
|
|
</div>
|
|
<div class="outer close">
|
|
<div class="inner">
|
|
<label class="labelclass">
|
|
<span data-translate="back">Back</span>
|
|
</label>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div id="container-4" tabindex="5" alt="Create Reusable Invite" onkeyup="enterPressedClick(event,this);" title="Create Reusable Invite" role="button" aria-pressed="false" class="column columnfade pointer card" style=" overflow-y: auto;">
|
|
<h2>
|
|
<span data-translate="create-reusable-invite">Create Reusable Invite</span>
|
|
</h2>
|
|
<div id="gencontent2" style="display:none;background-color: rgb(221, 221, 221); max-height: 100%;min-height: 90%;"></div>
|
|
<div id="gencontent" class="container-inner">
|
|
|
|
<br />
|
|
<br />
|
|
<span data-translate="here-you-can-pre-generate">Here you can pre-generate a reusable Browser Source link and a related guest invite link.</span>
|
|
<br />
|
|
<br />
|
|
<p>
|
|
<input style="padding: 5px; font-size: 120%;" id="videoname4" onkeyup="enterPressed(event, generateQRPage);" placeholder="Give this media source a name (optional)" size="35" maxlength="70" />
|
|
<br />
|
|
<br />
|
|
</p>
|
|
<button style="padding: 20px;" class='gobutton' onclick="generateQRPage()">
|
|
<span data-translate="generate-invite-link">GENERATE THE INVITE LINK</span>
|
|
</button>
|
|
<br />
|
|
<br />
|
|
<div style="margin: 20px; max-width: 400px; text-align: left; margin: auto auto;">
|
|
<div class="invite_setting_group">
|
|
<h4>
|
|
<span data-translate="advanced-paramaters">Advanced Options</span>
|
|
</h4>
|
|
<div class="invite_setting_item">
|
|
<input type="checkbox" id="invite_bitrate" />
|
|
<label for="invite_bitrate">
|
|
<span data-translate="unlock-video-bitrate" title="Ideal for 1080p60 gaming, if your computer and upload are up for it" >Unlock Video Bitrate (20mbps)</span>
|
|
</label>
|
|
</div>
|
|
<div class="invite_setting_item">
|
|
<input type="checkbox" id="invite_vp9" />
|
|
<label for="invite_vp9">
|
|
<span data-translate="force-vp9-video-codec" title="Better video compression and quality at the cost of increased CPU encoding load">Force VP9 Video Codec</span>
|
|
</label>
|
|
</div>
|
|
<div class="invite_setting_item">
|
|
<input type="checkbox" id="invite_stereo" />
|
|
<label for="invite_stereo">
|
|
<span data-translate="enable-stereo-and-pro" title="Disable digital audio-effects and increase audio bitrate">Enable Stereo and Pro HD Audio</span>
|
|
</label>
|
|
</div>
|
|
<div class="invite_setting_item">
|
|
<label for="invite_quality" data-translate="video-resolution">Video Resolution: </label>
|
|
<select id="invite_quality" name="invite_quality">
|
|
<option value="-1" selected>User Selectable</option>
|
|
<option value="0">Maximum Resolution</option>
|
|
<option value="1">Balanced</option>
|
|
<option value="2">Smooth and Cool</option>
|
|
</select>
|
|
</div>
|
|
</div>
|
|
<div class="invite_setting_group">
|
|
<div class="invite_setting_item">
|
|
<input type="checkbox" id="invite_automic" />
|
|
<label for="invite_automic">
|
|
<span data-translate="hide-mic-selection" title="The guest will not have a choice over audio-options">Force Default Microphone</span>
|
|
</label>
|
|
</div>
|
|
<div class="invite_setting_item">
|
|
<input type="checkbox" id="invite_hidescreen" />
|
|
<label for="invite_hidescreen">
|
|
<span data-translate="hide-screen-share" title="The guest will only be able to select their webcam as an option">Hide Screenshare Option</span>
|
|
</label>
|
|
</div>
|
|
<div class="invite_setting_item">
|
|
<input type="checkbox" id="invite_remotecontrol" />
|
|
<label for="invite_remotecontrol">
|
|
<span data-translate="allow-remote-control" title="Hold CTRL and the mouse wheel to zoom in and out remotely of compatible video streams">Remote Control Camera Zoom (android)</span>
|
|
</label>
|
|
</div>
|
|
<div class="invite_setting_item">
|
|
<input type="checkbox" id="invite_obfuscate" />
|
|
<label for="invite_obfuscate">
|
|
<span data-translate="obfuscate_url" title="Encode the URL so that it's harder for a guest to modify the settings.">Obfuscate the Invite URL</span>
|
|
</label>
|
|
</div>
|
|
<div class="invite_setting_item">
|
|
<span data-translate="add-a-password-to-stream" title="Add a password to make the stream inaccessible to those without the password"> Add a password:</span>
|
|
<input id="invite_password" placeholder="Add an optional password" />
|
|
</div>
|
|
<div class="invite_setting_item">
|
|
<span data-translate="add-the-guest-to-a-room" title="Add the guest to a group-chat room; it will be created automatically if needed."> Add the guest to a room:</span>
|
|
<input id="invite_joinroom" placeholder="Enter Room name here" oninput="document.getElementById('invitegroupchat').style.display='block';" />
|
|
</div>
|
|
<div class="invite_setting_item">
|
|
<span id="invitegroupchat" style="display: none;" title="Customize the room settings for this guest">
|
|
<label for="invite_group_chat_type" data-translate="invite-group-chat-type">This room guest can:</label>
|
|
<select id="invite_group_chat_type" name="invite_group_chat_type">
|
|
<option value="0" selected data-translate="can-see-and-hear">Can see and hear the group chat</option>
|
|
<option value="1" data-translate="can-hear-only">Can only hear the group chat</option>
|
|
<option value="2" data-translate="cant-see-or-hear">Cannot hear or see the group chat</option>
|
|
</select>
|
|
</span>
|
|
</div>
|
|
</div>
|
|
<div>See the
|
|
<a style="text-decoration: none; color: blue;" target="_blank" href="https://docs.obs.ninja/advanced">documentation</a> for more options and info.
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="outer close">
|
|
<div class="inner">
|
|
<label class="labelclass">
|
|
<span data-translate="back">Back</span>
|
|
</label>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div id="dropButton" onclick="dropDownButtonAction()" title="More Options"><i class="las la-chevron-down" ></i></div>
|
|
|
|
<div id="container-5" class="column columnfade pointer card advanced" style=" overflow-y: auto;">
|
|
<h2><span data-translate="share-local-video-file">Stream Media File</span></h2>
|
|
<div class="container-inner">
|
|
|
|
<br /><br />
|
|
SELECT THE VIDEO FILES TO SHARE<br /><br />
|
|
<input id="fileselector" onchange="session.publishFile(this,event);" type="file" accept="video/*,audio/*" alt="Hold CTRL (or CMD) to select multiple files" title="Hold CTRL (or CMD) to select multiple files" multiple/>
|
|
<br /><br />
|
|
<p style="margin:10px">Keep this tab visible if using Chrome, else the video playback will stop</p>
|
|
<p style="margin:10px">(Media file streaming is still quite experimental)</p>
|
|
</div>
|
|
|
|
<div class="outer close">
|
|
<div class="inner">
|
|
<label class="labelclass">
|
|
<span data-translate="back">Back</span>
|
|
</label>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div id="container-6" class="column columnfade pointer card advanced" style=" overflow-y: auto;">
|
|
<h2><span data-translate="share-website-iframe">Share Website</span></h2>
|
|
<i style="margin-top:30px;font-size:560%;overflow:hidden;" class="las la-broadcast-tower"></i>
|
|
<div class="container-inner">
|
|
<br />
|
|
<div id="previewIframe"></div>
|
|
<br />
|
|
Enter the URL website you wish to share.<br /><br />
|
|
<input id="iframeURL" type="text" style="margin:10px; border:2px solid; padding:10px; width:400px;" title="Enter an HTTPS URL" multiple/><br />
|
|
<button onclick="previewIframe(getById('iframeURL').value);" >Preview</button>
|
|
<button onclick="this.innerHTML = 'Update'; session.publishIFrame(getById('iframeURL').value);" >Share</button><br />
|
|
<small class="iframeblob">
|
|
<li>Remote website must be CORS/IFrame compatible with full SSL-encryption enabled.</li>
|
|
<li>Not all websites will work with this feature and many will actively not allow embedding like this.</li>
|
|
<li>If sharing a Youtube video, try using the embeddable link version and ensure that the video is set to allow embedding.</li>
|
|
</small>
|
|
<div id="iFramePreview" style=" width: 1280px; height: 720px; margin: auto; padding: 10px;"></div>
|
|
</div>
|
|
<div class="outer close">
|
|
<div class="inner">
|
|
<label class="labelclass">
|
|
<span data-translate="back">Back</span>
|
|
</label>
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div id="container-7" class="column columnfade pointer card advanced" style="overflow: hidden;" onclick="window.location = './speedtest';">
|
|
<h2><span data-translate="run-a-speed-test">Run a Speed Test</span></h2>
|
|
<i style="margin-top:30px;font-size:600%;overflow:hidden;" class="las la-tachometer-alt"></i>
|
|
</div>
|
|
|
|
<div id="container-8" class="column columnfade pointer card advanced" style="overflow: hidden;" onclick="window.location = 'https://guides.obs.ninja';">
|
|
<h2><span data-translate="read-the-guides">Browse the Guides</span></h2>
|
|
<i style="margin-top:30px;font-size:600%;overflow:hidden;" class="las la-book-open"></i>
|
|
</div>
|
|
|
|
<p></p>
|
|
<div id="info" class="fullcolumn columnfade">
|
|
<center>
|
|
<div class="infoblob" align="left">
|
|
<span data-translate="info-blob">
|
|
<h2>What is OBS.Ninja</h2>
|
|
<br />
|
|
<li>100%
|
|
<b>free</b>; no downloads; no personal data collection; no sign-in
|
|
</li>
|
|
<li>Bring video from your smartphone, computer, or friends directly into your OBS video stream</li>
|
|
<li>We use cutting edge Peer-to-Peer forwarding technology that offers privacy and ultra-low latency</li>
|
|
<br />
|
|
<li>Youtube video
|
|
<i class="lab la-youtube"></i>
|
|
<a href="https://www.youtube.com/watch?v=vLpRzMjUDaE&list=PLWodc2tCfAH1WHjl4WAOOoRSscJ8CHACe&index=2" alt="Youtube video demoing OBS.Ninja">Demoing it here</a>
|
|
</li>
|
|
<br />
|
|
<i>
|
|
<font style="color: red;">Known issues:</font>
|
|
</i>
|
|
<br />
|
|
<li>
|
|
MacOS users using OBS will need to update to <a href="https://github.com/obsproject/obs-studio/releases/tag/26.1.2">OBS Studio 26.1.2</a> or resort to
|
|
window-capturing with the provided <a href="https://github.com/steveseguin/electroncapture">Electron-Capture app</a>.
|
|
|
|
</li>
|
|
<li>If you have <a href="https://github.com/steveseguin/obsninja/wiki/FAQ#video-is-pixelated">"pixel smearing"</a> or corrupted video, try adding <b>&codec=vp9</b> or &codec=h264 to the OBS view link. Using Wi-Fi will make the issue worse.
|
|
</li>
|
|
<li>
|
|
iOS devices may have occasional audio or camera issues, such as no sound or distorted sound. <a href="https://bugs.webkit.org/show_bug.cgi?id=218762">Partially fixed in iOS 14.3</a>
|
|
</li>
|
|
<li>
|
|
The VP9 codec on Chromium-based browsers seems to lag when screen-sharing at the moment. Use the OBS Virtual Camera as a capture source instead.
|
|
</li>
|
|
<br />
|
|
|
|
🥳 Site Updated: <a href="https://github.com/steveseguin/obsninja/wiki/v15-release-notes">Jan 12th, 2021</a>. The previous version can be found at
|
|
<a href="https://obs.ninja/v14/">https://obs.ninja/v14/</a> if you are having new issues.
|
|
|
|
<br />
|
|
<br />
|
|
<h3>
|
|
<i>
|
|
Check out the
|
|
<a href="https://www.reddit.com/r/OBSNinja/">sub-reddit
|
|
<i class="lab la-reddit-alien"></i> </a>for help and see the <a href="https://github.com/steveseguin/obsninja/wiki/">Wiki for advanced info</a>. I'm also on
|
|
<a href="https://discord.gg/T4xpQVv">Discord <i class="lab la-discord"></i></a> or email me at steve@seguin.email
|
|
|
|
</i>
|
|
</h3>
|
|
</span>
|
|
</div>
|
|
</center>
|
|
</div>
|
|
<form method="post" onsubmit="setFormSubmitting()" style="display: none;">
|
|
<input type="submit" />
|
|
</form>
|
|
<div id="credits" class="credits">
|
|
Icons made by
|
|
<a href="https://www.flaticon.com/authors/lucy-g" >Lucy G</a> from
|
|
<a href="https://www.flaticon.com/" >www.flaticon.com</a> is licensed by
|
|
|
|
<a href="https://creativecommons.org/licenses/by/3.0/" title="Creative Commons BY 3.0" target="_blank">CC 3.0 BY</a> and by
|
|
|
|
<a href="https://www.flaticon.com/authors/gregor-cresnar">Gregor Cresnar</a> from
|
|
<a href="https://www.flaticon.com/" >www.flaticon.com</a>
|
|
</div>
|
|
</div>
|
|
<span id="electronDragZone" style="pointer-events: none; z-index:-10; position:absolute;top:0;left:0;width:100%;height:5%;-webkit-app-region: drag;min-height:33px;"></span>
|
|
<div id="gridlayout" >
|
|
<div id="roomHeader" style="display:none">
|
|
<div class="hideLinksClass">
|
|
<span style='color:white' id="directorLinksButton" onclick="hideDirectorinvites(this);">
|
|
<i class="las la-caret-down"></i><span data-translate="hide-the-links"> LINKS (GUEST INVITES & SCENES)</span>
|
|
</span>
|
|
<span id="help_directors_room" style='float: right;color:white;text-align: right;' data-translate="click-for-quick-room-overview" onclick="toggle(getById('roomnotes2'),this,false);">
|
|
<i class="las la-question-circle"></i> Click Here for a quick overview and help
|
|
</span>
|
|
</div>
|
|
<div id='roomnotes2' style='max-width:1191px;display:none;padding:0 0 0 10px;' >
|
|
<font style='color:#CCC;' data-translate='welcome-to-control-room'>
|
|
<b>Welcome. This is the director's control-room for the group-chat.</b><br /><br />
|
|
You can host a group chat with friends using a room. Share the blue link to invite guests who will join the chat automatically.
|
|
<br /><br />
|
|
<font style='color:red'>Known Limitations with Group Rooms:</font><br />
|
|
<li>A group room can handle up to around 30 guests, depending on numerous factors, including CPU and available bandwidth of all guests in the room. To achieve more than around 7-guests though, you will likely want to <a href="https://www.youtube.com/watch?v=bpRa8-UYCGc" title="Youtube Video demoing how to do this">disable video sharing between guests</a>. Using &broadcast, &roombitrate=0 or &novideo are options there.</li>
|
|
|
|
<li>Videos will appear of low quality on purpose for guests and director; this is to save bandwidth and CPU resources. It will be high-quality within OBS still though.</li>
|
|
|
|
<li>The state of the scenes, such as which videos are active in a scene, are lost when the director resets the control-room or the scene.</li>
|
|
<br />
|
|
Further Notes:<br /><br />
|
|
<li>Links to Solo-views of each guest video are offered under videos as they load. These can be used within an OBS Browser Source.</li>
|
|
<li>You can use the auto-mixing Group Scenes, the green links, to auto arrange multiple videos for you in OBS.</li>
|
|
<li>You can use this control room to record isolated video or audio streams, but it is an experimental feature still.</li>
|
|
<li>If you transfer a guest from one room to another, they won't know which room they have been transferred to.</li>
|
|
<li>OBS will see a guest's video in high-quality; the default video bitrate is 2500kbps. Setting higher bitrates will improve motion.</li>
|
|
<li>VP8 is typically the default video codec, but using &codec=vp9 or &codec=h264 as a URL in OBS can help to reduce corrupted video puke issues.</li>
|
|
<li>&stereo=2 can be added to guests to turn off audio effects, such as echo cancellation and noise-reduction.</li>
|
|
<li>https://invite.cam is a free service provided that can help obfuscuate the URL parameters of an invite link given to guests.</li>
|
|
<li>Adding &showonly=SOME_OBS_VIRTUALCAM to the guest invite links allows for only a single video to be seen by the guests; this can be output of the OBS Virtual Camera for example</li>
|
|
<br />
|
|
|
|
For advanced URL options and parameters, <a href="https://github.com/steveseguin/obsninja/wiki/Advanced-Settings">see the Wiki.</a>
|
|
</font>
|
|
</div>
|
|
</div>
|
|
|
|
<div class='directorContainer half' id='directorLinks1' style='display:none;margin-top:0;'>
|
|
|
|
<div class='directorBlock'>
|
|
<h2 title="Invite a guest or camera source to publish into the group room" style="margin-top: 5px;"><i class="las la-video director-link-icons" ></i> INVITE A GUEST</h2>
|
|
<span style="margin:5px; line-height: 1.6;" data-translate='invite-users-to-join'>Guests can use the link to join the group room</span>
|
|
<a onclick='popupMessage(event);copyFunction(this)' id="director_block_1" onmousedown='copyFunction(this)' class='task grabLinks' style='cursor:copy;background-color: #0003;'></a>
|
|
<span style="display:block;">
|
|
<span style="bottom: 0; margin: 0 0 0 10px; top: 22px; position: relative;">
|
|
<label class="switch" title="If enabled, the invited guest will not be able to see or hear anyone in the room.">
|
|
<input type="checkbox" checked data-param="&view=" onchange="updateLinkInverse(1,this);">
|
|
<span class="slider"></span>
|
|
</label>
|
|
Guests hear others
|
|
</span>
|
|
<button class='pull-right grey' style='font-size:1.15em' onclick='popupMessage(event);copyFunction(getById("director_block_1"))'><i class='las la-copy'></i>Copy link</button>
|
|
<button class='pull-right grey' style='font-size:1.15em' id="showCustomizerButton1" onclick='showCustomizer(1,this)'><i class='las la-tools'></i>Customize</button>
|
|
<span>
|
|
</div>
|
|
</div>
|
|
<div class='directorContainer half' id='directorLinks2' style='margin-left: 5px;display:none;margin-top:0;'>
|
|
|
|
<div class='directorBlock' style="background-color: var(--green-accent);" >
|
|
<h2 title="Use this link in the OBS Browser Source to capture the video or audio" style="margin-left: 1px;margin-top: 5px;"><i class="las la-th-large director-link-icons" style="margin-right: 6px;" ></i> CAPTURE A GROUP SCENE</h2>
|
|
<span style="margin:5px; line-height: 1.6;" data-translate='this-is-obs-browser-source-link'>Use in OBS or other studio software to capture the group video mix</span>
|
|
<a onclick='popupMessage(event);copyFunction(this)' id="director_block_3" onmousedown='copyFunction(this)' class='task grabLinks' style='cursor:copy;background-color: #0003;'></a>
|
|
<span style="display:block;">
|
|
<span style="bottom: 0; margin: 0 0 0 10px; top: 22px; position: relative;">
|
|
<label class="switch" title="If enabled, you must manually add a video to a scene for it to appear.">
|
|
<input type="checkbox" checked data-param="&scene" onchange="updateLinkScene(3,this);">
|
|
<span class="slider"></span>
|
|
</label>
|
|
Auto-add guests
|
|
</span>
|
|
<button class='pull-right grey' style='font-size:1.15em' onclick='popupMessage(event);copyFunction(getById("director_block_3"))'><i class='las la-copy'></i>Copy link</button>
|
|
<button class='pull-right grey' style='font-size:1.15em' id="showCustomizerButton3" onclick='showCustomizer(3,this)'><i class='las la-tools'></i>Customize</button>
|
|
<span>
|
|
</div>
|
|
|
|
|
|
</div>
|
|
<div class='directorContainer' id="customizeLinks" style='display:none;margin-top:0;padding-top:15px'>
|
|
<div class='directorBlock' id="customizeLinks1" style='display:none;margin-top:0;padding-bottom:0;'>
|
|
<div style="display:inline-block;top: 12px; position: relative;">
|
|
<label class="switch" title="Disables Echo Cancellation and improves audio quality">
|
|
<input type="checkbox" data-param="&s" onchange="updateLink(1,this);">
|
|
<span class="slider"></span>
|
|
</label>
|
|
Pro-audio mode
|
|
<Br />
|
|
<label class="switch" title="Audio-only sources are visually hidden from scenes">
|
|
<input type="checkbox" data-param="&st" onchange="updateLink(1,this);">
|
|
<span class="slider"></span>
|
|
</label>
|
|
Hide audio-only sources
|
|
<Br />
|
|
<label class="switch" title="Guest will be prompted to enter a Display Name">
|
|
<input type="checkbox" data-param="&l" onchange="updateLink(1,this);">
|
|
<span class="slider"></span>
|
|
</label>
|
|
Ask for Display Name
|
|
<Br />
|
|
<label class="switch" title="Display Names will be shown in the bottom-left corner of videos">
|
|
<input type="checkbox" data-param="&sl" onchange="updateLink(1,this);">
|
|
<span class="slider"></span>
|
|
</label>
|
|
Show Display Names
|
|
</div>
|
|
<div style="display:inline-block;top: 12px; position: relative; margin-left:10px;">
|
|
<label class="switch" title="Request 1080p60 from the Guest instead of 720p60, if possible">
|
|
<input type="checkbox" data-param="&q" onchange="updateLink(1,this);">
|
|
<span class="slider"></span>
|
|
</label>
|
|
1080p60 Video if Available
|
|
<Br />
|
|
<label class="switch" title="The default microphone will be pre-selected for the guest">
|
|
<input type="checkbox" data-param="&ad" onchange="updateLink(1,this);">
|
|
<span class="slider"></span>
|
|
</label>
|
|
Auto-select Default Microphone
|
|
<Br />
|
|
<label class="switch" title="The default camera device will selected automatically">
|
|
<input type="checkbox" data-param="&vd" onchange="updateLink(1,this);">
|
|
<span class="slider"></span>
|
|
</label>
|
|
Auto-select Default Camera
|
|
<Br />
|
|
<label class="switch" title="The guest won't have access to changing camera settings or screenshare">
|
|
<input type="checkbox" data-param="&ns" onchange="updateLink(1,this);">
|
|
<span class="slider"></span>
|
|
</label>
|
|
Hide Settings Button
|
|
</div>
|
|
<div style="display:inline-block;top: 12px; position: relative; margin-left:10px;">
|
|
<label class="switch" title="The guest will not see their own self-preview after joining">
|
|
<input type="checkbox" data-param="&np" onchange="updateLink(1,this);">
|
|
<span class="slider"></span>
|
|
</label>
|
|
Disable Self-Preview
|
|
<Br />
|
|
<label class="switch" title="Guests will have an option to poke the Director by pressing a button">
|
|
<input type="checkbox" data-param="&hand" onchange="updateLink(1,this);">
|
|
<span class="slider"></span>
|
|
</label>
|
|
Display 'Raise-Hand' button
|
|
<Br />
|
|
<label class="switch" title="Add an audio compressor to the guest's microphone">
|
|
<input type="checkbox" data-param="&comp" onchange="updateLink(1,this);">
|
|
<span class="slider"></span>
|
|
</label>
|
|
Enable Audio Compressor
|
|
<Br />
|
|
<label class="switch" title="Add an Equalizer to the guest's microphone that the director can control">
|
|
<input type="checkbox" data-param="&eq" onchange="updateLink(1,this);">
|
|
<span class="slider"></span>
|
|
</label>
|
|
Enable Equalizer as Option
|
|
</div>
|
|
<div style="display:inline-block;top: 12px; position: relative; margin-left:10px; height: 20px;">
|
|
<label class="switch" title="The guest can only see the Director's video, if provided">
|
|
<input type="checkbox" data-param="&broadcast" id="broadcastSlider" onchange="updateLink(1,this);">
|
|
<span class="slider"></span>
|
|
</label>
|
|
Only see the Director's Feed
|
|
<br />
|
|
<label class="switch" title="The guest's microphone will be muted on joining. They can unmute themselves.">
|
|
<input type="checkbox" data-param="&m" onchange="updateLink(1,this);">
|
|
<span class="slider"></span>
|
|
</label>
|
|
Mute Microphone by Default
|
|
<Br />
|
|
<label class="switch" title="Have the guest join muted, so only the director can Unmute the guest.">
|
|
<input type="checkbox" data-param="&g=0" onchange="updateLink(1,this);">
|
|
<span class="slider"></span>
|
|
</label>
|
|
Unmute by Director Only
|
|
<Br />
|
|
<label class="switch" title="Make the invite URL encoded, so parameters are harder to tinker with by guests">
|
|
<input type="checkbox" data-param="" id="obfuscate_director_1" onchange="updateLink(1,this);">
|
|
<span class="slider"></span>
|
|
</label>
|
|
Obfuscate Link and Parameters
|
|
</div>
|
|
</div>
|
|
|
|
<div class='directorBlock' id="customizeLinks3" style='display:none;margin-top:5px;padding-bottom:0;'>
|
|
<div style="display:inline-block;top: 12px; position: relative;">
|
|
<label class="switch">
|
|
<input type="checkbox" data-param="&s" onchange="updateLink(3,this);">
|
|
<span class="slider"></span>
|
|
</label>
|
|
Pro-audio mode
|
|
</div>
|
|
<div style="display:inline-block;top: 12px; position: relative; margin-left:10px;">
|
|
<label class="switch">
|
|
<input type="checkbox" data-param="&st" onchange="updateLink(3,this);">
|
|
<span class="slider"></span>
|
|
</label>
|
|
Hide audio-only sources
|
|
</div>
|
|
<div style="display:inline-block;top: 12px; position: relative; margin-left:10px;">
|
|
<label class="switch">
|
|
<input type="checkbox" data-param="&sl" onchange="updateLink(3,this);">
|
|
<span class="slider"></span>
|
|
</label>
|
|
Show Display Names
|
|
</div>
|
|
<div style="display:inline-block;top: 12px; height: 20px; position: relative; margin-left:10px;">
|
|
<label class="switch">
|
|
<input type="checkbox" data-param="&vb=20000" onchange="updateLink(3,this);">
|
|
<span class="slider"></span>
|
|
</label>
|
|
Unlock Max Video Bitrate
|
|
</div>
|
|
<div style="display:inline-block;top: 12px; height: 20px;position: relative; margin-left:10px;">
|
|
<label class="switch">
|
|
<input type="checkbox" data-param="&mono" onchange="updateLink(3,this);">
|
|
<span class="slider"></span>
|
|
</label>
|
|
Force Mono Audio
|
|
</div>
|
|
|
|
</div>
|
|
<a href="https://params.obs.ninja" style="color:#888;" target="_blank" >
|
|
<div style="display: block;float:right;font-size:70%;z-index:30;bottom:6px;right:10px;position:relative;color:#888;" >Learn more about URL parameters at <font style="text-decoration: underline;">params.obs.ninja</font>
|
|
</div>
|
|
</a>
|
|
</div>
|
|
<div></div>
|
|
<div id='guestFeeds' style="display:none"><div id='deleteme'>
|
|
<div class='vidcon' style='margin: 15px 20px 0 0; min-height: 300px;text-align: center;'><h2>Guest 1</h2><i class='las la-user-circle' style='font-size:8em; margin: 20px 0px;' aria-hidden='true'></i></div>
|
|
<div class='vidcon' style='margin: 15px 20px 0 0; min-height: 300px;text-align: center;'><h2>Guest 2</h2><i class='las la-user-circle' style='font-size:8em; margin: 20px 0px;' aria-hidden='true'></i></div>
|
|
<div class='vidcon' style='margin: 15px 20px 0 0; min-height: 300px;text-align: center;'><h2>Guest 3</h2><i class='las la-user-circle' style='font-size:8em; margin: 20px 0px;' aria-hidden='true'></i></div>
|
|
<div class='vidcon' style='margin: 15px 20px 0 0; min-height: 300px;text-align: center;'><h2>Guest 4</h2><i class='las la-user-circle' style='font-size:8em; margin: 20px 0px;' aria-hidden='true'></i></div>
|
|
<h4 style='color:#CCC;margin:20px 20px 0 20px;' data-translate='more-than-four-can-join' >These four guest slots are just for demonstration. More than four guests can actually join a room.</h4>
|
|
</div></div>
|
|
</div>
|
|
|
|
<div id="overlayMsgs" onclick="function(e){e.target.innerHTML = '';}" style="display:none"></div>
|
|
<div id="bigPlayButton" onclick="function(e){e.target.innerHTML = '';}" style="display:none"></div>
|
|
<div id="controls_blank" style="display: none;">
|
|
<div class="controlsGrid">
|
|
|
|
|
|
|
|
<button data-action-type="forward" data-value="0" title="Move the user to another room, controlled by another director" onclick="directMigrate(this, event);">
|
|
<i class="las la-paper-plane"></i>
|
|
<span data-translate="forward-to-room">Transfer</span>
|
|
</button>
|
|
|
|
<button data-action-type="direct-chat" title="Send a Direct Message to this user." onclick="directorSendMessage(this);">
|
|
<span data-translate="send-direct-chat"><i class="las la-envelope"></i> Message</span>
|
|
</button>
|
|
|
|
<button data-action-type="addToScene" style="grid-column: 1;" data-value="0" title="Add this Video to any remote '&scene=1'" onclick="directEnable(this, event);">
|
|
<i class="las la-plus-square"></i>
|
|
<span data-translate="add-to-scene">Add to Scene</span>
|
|
</button>
|
|
<button data-action-type="mute-scene" style="grid-column: 2;" title="Remotely Mute this Audio in all remote '&scene' views" onclick="directMute(this, event);">
|
|
<i class="las la-volume-off"></i>
|
|
<span data-translate="mute-scene" >mute in scene</span>
|
|
</button>
|
|
|
|
|
|
<input data-action-type="volume" type="range" min="1" max="100" value="100" title="Remotely change the volume of this guest" onclick="remoteVolume(this);" style="grid-column: 1; margin:5px; width: 93%; position: relative; top: 0px; background-color:#fff0;"/>
|
|
|
|
<button data-action-type="mute-guest" style="grid-column: 2;" title="Mute this guest everywhere" onclick="remoteMute(this, event);">
|
|
<i class="las la-volume-off"></i>
|
|
<span data-translate="mute-guest" >mute guest</span>
|
|
</button>
|
|
|
|
<span>
|
|
<button style="width: 36px" data-action-type="change-quality1" title="Disable Video Preview" onclick="toggleQualityDirector(0, this.dataset.UUID, this);">
|
|
<span data-translate="change-to-low-quality"> <i class="las la-video-slash"></i></span>
|
|
</button>
|
|
<button class="pressed" style="width:36px;" data-action-type="change-quality2" title="Low-Quality Preview" onclick="toggleQualityDirector(50, this.dataset.UUID, this);">
|
|
<span data-translate="change-to-medium-quality"> <i class="las la-video"></i></span>
|
|
</button>
|
|
<button style="width: 36px" data-action-type="change-quality3" title="High-Quality Preview" onclick="toggleQualityDirector(1200, this.dataset.UUID, this);">
|
|
<span data-translate="change-to-high-quality"> <i class="las la-binoculars"></i></span>
|
|
</button>
|
|
</span>
|
|
|
|
<button data-action-type="hangup" data-value="0" title="Force the user to Disconnect. They can always reconnect." onclick="directHangup(this, event);">
|
|
<i class="las la-sign-out-alt"></i>
|
|
<span data-translate="disconnect-guest" >Hangup</span>
|
|
</button>
|
|
<button data-action-type="recorder-local" title="Start Recording this remote stream to this local drive. *experimental*'" onclick="recordVideo(this, event)">
|
|
<i class="las la-circle"></i>
|
|
<span data-translate="record-local"> Record Local</span>
|
|
</button>
|
|
<button data-action-type="recorder-remote" data-value="0" title="The Remote Guest will record their local stream to their local drive. *experimental*" onclick="requestVideoRecord(this)">
|
|
<i class="las la-circle"></i>
|
|
<span data-translate="record-remote"> Record Remote</span>
|
|
</button>
|
|
|
|
<button class="advanced" data-action-type="voice-chat" title="Toggle Voice Chat with this Guest">
|
|
<span data-translate="voice-chat"><i class="las la-microphone"></i> Voice Chat</span>
|
|
</button>
|
|
|
|
<span>
|
|
<button style="width:34px;" data-action-type="order-down" title="Shift this Video Down in Order" onclick="changeOrder(-1,this.dataset.UUID);">
|
|
<span data-translate="order-down"><i class="las la-minus"></i></span>
|
|
</button>
|
|
<span class="orderspan">
|
|
<div style="text-align: center;font-size: 150%;" data-action-type="order-value" title="Current Index Order of this Video" >0</div>
|
|
Mix Order
|
|
</span>
|
|
<button style="width:34px;margin-left:0;" data-action-type="order-up" title="Shift this Video Up in Order" onclick="changeOrder(1,this.dataset.UUID);">
|
|
<span data-translate="order-up"><i class="las la-plus"></i></span>
|
|
</button>
|
|
</span>
|
|
|
|
<button class="" data-action-type="advanced-audio-settings" data-active="false" style="grid-column: 1;" title="Remote Audio Settings" onclick="requestAudioSettings(this);">
|
|
<span data-translate="advanced-audio-settings"><i class="las la-sliders-h"></i> Audio Settings</span>
|
|
</button>
|
|
<button class="" data-action-type="advanced-camera-settings" data-active="false" style="grid-column: 2;" title="Advanced Video Settings" onclick="requestVideoSettings(this);">
|
|
<span data-translate="advanced-camera-settings"><i class="las la-sliders-h"></i> Video Settings</span>
|
|
</button>
|
|
|
|
|
|
</div>
|
|
</div>
|
|
|
|
<div id="popupSelector" style="display:none;">
|
|
<span id="videoMenu3" class="videoMenu">
|
|
<i class="las la-video"></i><span data-translate="video-source"> Video Source </span>
|
|
<select id="videoSource3" ></select>
|
|
<span id="refreshVideoButton" title="Activate or Reload this video device."><i style="top: 2px; cursor: pointer; position: relative; left: 10px;" class="las la-sync-alt"></i></span>
|
|
</span>
|
|
<br />
|
|
<br />
|
|
|
|
<div class="form-group multiselect" alt="tip: Hold CTRL (command) to select Multiple" title="tip: Hold CTRL (command) to select Multiple" style="padding: 10px; background-color:#f3f3f3;">
|
|
<a id="multiselect-trigger3" class="form-control multiselect-trigger" >
|
|
<div id="audioTitle2" class="title">
|
|
<i class="las la-microphone-alt"></i><span data-translate="select-audio-source"> Audio Source(s) </span>
|
|
<i id="chevarrow2" class="chevron bottom" aria-hidden="true"></i>
|
|
</div>
|
|
</a>
|
|
<ul id="audioSource3" style="background-color:white;" class="multiselect-contents">
|
|
<li>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
<br />
|
|
<span id="headphonesDiv3" style="display: inline-block;">
|
|
<div class="title">
|
|
<i class="las la-headphones"></i>
|
|
<span data-translate="select-output-source"> Audio Output Destination: </span>
|
|
</div>
|
|
<select id="outputSource3" ></select>
|
|
</span>
|
|
<button id="shareScreenGear" style="width: 135px; padding:20px;text-align:center;" onclick="grabScreen()"><b>Share Screen</b><br /><i style="padding:5px; font-size:300%;" class="las la-desktop"></i></button>
|
|
<button id="pIpStartButton" style="width: 135px; background-color:#EFEFEF;padding:20px;text-align:center;display:none;"><b>Preview PiP VIdeo</b><br /><i style="padding:5px; font-size:300%;color:black;" class="las la-compress-arrows-alt"></i></button>
|
|
<br />
|
|
|
|
<button onclick="toggleSettings()" style="width: 135px; background-color:#EFEFEF;padding:9px 12px 10px 2px;margin: 10px 0px 20px 0"><i class="chevron right" style="font-size:150%;top:3px;position:relative;"></i> <b>Close Settings</b></button>
|
|
|
|
<button id='advancedOptionsCamera' onclick="this.classList.toggle('highlight');toggle(getById('popupSelector_constraints_video'),false,false); getById('popupSelector_constraints_loading').style.visibility='visible';" class="advancedToggle"><i class="las la-sliders-h" style="font-size:150%;top:3px;position:relative;"></i> <b><span class="mobileHide">Advanced </span>Video</b></button>
|
|
|
|
<button id='advancedOptionsAudio' onclick="this.classList.toggle('highlight');toggle(getById('popupSelector_constraints_audio'),false,false); getById('popupSelector_constraints_loading').style.visibility='visible';" class="advancedToggle"><i class="las la-sliders-h" style="font-size:150%;top:3px;position:relative;"></i> <b><span class="mobileHide">Advanced </span>Audio</b></button>
|
|
|
|
|
|
<span id="popupSelector_constraints_audio" class="popupSelector_constraints" style="display: none;">
|
|
|
|
</span>
|
|
<span id="popupSelector_constraints_video" class="popupSelector_constraints" style="display: none;">
|
|
|
|
</span>
|
|
<span id="popupSelector_constraints_loading" style="display: none; visibility:hidden">
|
|
<i class='las la-spinner icn-spinner' style='margin:30px;font-size:400%;color:white;'></i>
|
|
</span>
|
|
|
|
</div>
|
|
<nav id="context-menu" class="context-menu">
|
|
<ul class="context-menu__items">
|
|
<li class="context-menu__item">
|
|
<a href="#" class="context-menu__link" data-action="Open">
|
|
<i class="las la-external-link"></i>
|
|
<span data-translate="open-in-new-tab">Open in new Tab</span>
|
|
</a>
|
|
</li>
|
|
<li class="context-menu__item">
|
|
<a href="#" class="context-menu__link" data-action="Copy">
|
|
<i class="las la-paperclip"></i>
|
|
<span data-translate="copy-to-clipboard" >Copy to Clipboard</span>
|
|
</a>
|
|
</li>
|
|
</ul>
|
|
</nav>
|
|
|
|
<div id="chatModule" style="display:none;text-align:right">
|
|
<a target="popup" id="popOutChat" style="cursor:pointer;text-align:right;color:#B3C7F9;" onclick="createPopoutChat();"><i class="las la-external-link-alt"></i></a>
|
|
<div id="chatBody">
|
|
<div class="inMessage" data-translate='welcome-to-obs-ninja-chat'>
|
|
Welcome to OBS.Ninja! You can send text messages directly to connected peers from here.
|
|
</div>
|
|
<div class="outMessage" data-translate='names-and-labels-coming-soon'>
|
|
Names identifying connected peers will be a feature in an upcoming release.
|
|
</div>
|
|
</div>
|
|
<input id="chatInput" placeholder="Enter chat message to send here" onkeypress="EnterButtonChat(event)" />
|
|
<button style="width:60px;background-color:#EEE;" onclick="sendChatMessage()" data-translate='send-chat'>Send</button>
|
|
</div>
|
|
|
|
<div id="voiceMeterTemplate" class="video-meter">
|
|
</div>
|
|
|
|
<audio id="testtone" style="display:none;" preload="none">
|
|
<source src="tone.mp3" type="audio/mpeg">
|
|
<source src="tone.ogg" type="audio/ogg">
|
|
</audio>
|
|
<div class="gone" >
|
|
<!-- This image is used when dragging elements -->
|
|
<img src="./images/favicon-32x32.png" id="dragImage" />
|
|
</div>
|
|
<div id="request_info_prompt" style="display:none">
|
|
</div>
|
|
<div id="screenPopup" class="popup-screen">
|
|
<button onclick="getById('screenPopup').style.display='none';margin:0;padding:0;">Close Window</button>
|
|
|
|
<div>See the
|
|
<a style="text-decoration: none; color: blue;" target="_blank" href="https://docs.obs.ninja/advanced">documentation</a> for more options and info.
|
|
</div>
|
|
|
|
</div>
|
|
<div id="messagePopup" class="popup-message"></div>
|
|
<div id="languages" class="popup-message" style="display: none; right: 0; bottom: 25px; position: absolute;">
|
|
<b data-translate='available-languages'>Available Languages:</b>
|
|
<br />
|
|
<u>
|
|
<a onclick="changeLg('ru');toggle(document.getElementById('languages'));" style="cursor: pointer;">Russian</a>
|
|
<br />
|
|
<a onclick="changeLg('fr');toggle(document.getElementById('languages'));" style="cursor: pointer;">French</a>
|
|
<br />
|
|
<a onclick="changeLg('en');toggle(document.getElementById('languages'));" style="cursor: pointer;">English</a>
|
|
<br />
|
|
<a onclick="changeLg('pt');toggle(document.getElementById('languages'));" style="cursor: pointer;">Portuguese</a>
|
|
<br />
|
|
<a onclick="changeLg('it');toggle(document.getElementById('languages'));" style="cursor: pointer;">Italian</a>
|
|
<br />
|
|
<a onclick="changeLg('de');toggle(document.getElementById('languages'));" style="cursor: pointer;">German</a>
|
|
<br />
|
|
<a onclick="changeLg('es');toggle(document.getElementById('languages'));" style="cursor: pointer;">Spanish</a>
|
|
<br />
|
|
<a onclick="changeLg('nl');toggle(document.getElementById('languages'));" style="cursor: pointer;">Dutch</a>
|
|
<br />
|
|
<a onclick="changeLg('tr');toggle(document.getElementById('languages'));" style="cursor: pointer;">Turkish</a>
|
|
<br />
|
|
<a onclick="changeLg('ja');toggle(document.getElementById('languages'));" style="cursor: pointer;">Japanese</a>
|
|
<br />
|
|
<a onclick="changeLg('cs');toggle(document.getElementById('languages'));" style="cursor: pointer;">Czech </a>
|
|
<br />
|
|
<a onclick="changeLg('pig');toggle(document.getElementById('languages'));" style="cursor: pointer;">Pig Latin</a>
|
|
<br />
|
|
</u>
|
|
<br />
|
|
<a href="https://github.com/steveseguin/obsninja/tree/master/translations" data-translate='add-more-here'>Add More Here!</a>
|
|
<br />
|
|
</div>
|
|
|
|
<script>
|
|
|
|
if (window.location.hostname.indexOf("www.obs.ninja") == 0) {
|
|
window.location = window.location.href.replace("www.obs.ninja","obs.ninja"); // the session.salt is domain specific; let's consolidate www as a result.
|
|
}
|
|
|
|
var session = WebRTC.Media; // session is a required global variable if configuring manually. Run before loading main.js but after webrtc.js.
|
|
session.version = "15.1";
|
|
session.streamID = session.generateStreamID(); // randomly generates a streamID for this session. You can set your own programmatically if needed
|
|
|
|
session.defaultPassword = "someEncryptionKey123"; // Disabling improves compatibility and is helpful for debugging.
|
|
session.salt = location.hostname; // used only if password is not == False.
|
|
|
|
// session.configuration = {
|
|
// iceServers: [
|
|
// { urls: ["stun:stun.l.google.com:19302", "stun:stun4.l.google.com:19302"] }, // more than 4 stun+turn servers may cause issues
|
|
// ],
|
|
// sdpSemantics: 'unified-plan'
|
|
// };
|
|
|
|
// var turn = {};
|
|
// turn.username = "steve";
|
|
// turn.credential = "justtesting";
|
|
// turn.urls = ["turn:turn.obs.ninja:443"]; // US CENTRAL
|
|
// session.configuration.iceServers.push(turn);
|
|
|
|
// turn = {};
|
|
// turn.username = "steve";
|
|
// turn.credential = "justtesting";
|
|
// turn.urls = ["turn:turn2.obs.ninja:443"]; // US WEST
|
|
// session.configuration.iceServers.push(turn);
|
|
|
|
// session.configuration.iceTransportPolicy = "relay"; // uncomment to enable "&privacy" and force the TURN server
|
|
|
|
// session.wss = false; // uses default handshake wss
|
|
|
|
///// The following lets you set the defaults
|
|
|
|
// session.webcamonly // true,false
|
|
// session.stereo // 0,1,2,3
|
|
// session.audiobitrate // int in kbps
|
|
// session.view // "xxxx"
|
|
// session.remote
|
|
// session.optimize
|
|
// session.disableOBS
|
|
// session.audio
|
|
// session.video
|
|
// session.forceios
|
|
// session.nocursor
|
|
// session.codec
|
|
// session.scale
|
|
// session.bitrate // int in kbps
|
|
// session.totalRoomBitrate = 500; // int, kbps
|
|
// session.height // int
|
|
// session.width // int
|
|
// session.quality // int
|
|
// session.sink
|
|
// session.offsetChannel // int
|
|
// session.audioChannels // int
|
|
// session.security
|
|
// session.framerate // int
|
|
// session.sync
|
|
// session.buffer // int in milliseconds
|
|
// session.roomid // "yyyy"
|
|
// session.scene
|
|
// session.title // "zzzz"
|
|
</script>
|
|
<!--
|
|
// If you wish to change branding, blank offers a good clean start.
|
|
<script type="text/javascript" id="main-js" src="./main.js" data-translation="blank"></script>
|
|
<script type="text/javascript" crossorigin="anonymous" id="mixer-js" src="./mixer.js?ver=2"></script>
|
|
-->
|
|
<script type="text/javascript" crossorigin="anonymous" id="main-js" src="./main.js?ver=147"></script>
|
|
<script type="text/javascript" crossorigin="anonymous" src="./animations.js?ver=19"></script>
|
|
</body>
|
|
</html>
|