mirror of
https://github.com/eliasstepanik/vdo.ninja.git
synced 2026-01-27 21:38:31 +00:00
commit
d87d04a4d4
@ -530,8 +530,8 @@ function updateURLParameter(url, param, paramVal){
|
|||||||
|
|
||||||
if (urlParams.has('name')){
|
if (urlParams.has('name')){
|
||||||
var name = urlParams.get('name');
|
var name = urlParams.get('name');
|
||||||
if (name!="OBSNinja"){
|
if (name!="OBSNinja" && name!="VDONinja"){
|
||||||
document.getElementById('changeText').value = "https://obs.ninja/?view="+name;
|
document.getElementById('changeText').value = "https://vdo.ninja/?view="+name;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -559,7 +559,9 @@ function gohere(){
|
|||||||
addUrlToHistory(document.getElementById('changeText').value);
|
addUrlToHistory(document.getElementById('changeText').value);
|
||||||
localStorage.setItem('lastUrls', JSON.stringify(lastUrls));
|
localStorage.setItem('lastUrls', JSON.stringify(lastUrls));
|
||||||
var url = modURL();
|
var url = modURL();
|
||||||
if (!(document.getElementById('changeText').value.includes("obs.ninja")) && (document.getElementById('changeText').value.includes("http")) && (document.getElementById('changeText').value.includes("&sink"))){
|
if ((document.getElementById('changeText').value.includes("obs.ninja")) && (document.getElementById('changeText').value.includes("http")) && (document.getElementById('changeText').value.includes("&sink"))){
|
||||||
|
alert("Notice: OBS.Ninja has been replaced by VDO.Ninja.\n\nPlease update your links accordingly for audio output to work correctly.");
|
||||||
|
} else if (!(document.getElementById('changeText').value.includes(window.location.hostname)) && (document.getElementById('changeText').value.includes("http")) && (document.getElementById('changeText').value.includes("&sink"))){
|
||||||
alert("Notice: The &sink command is domain specific.\nVisit https://YOURDOMAIN.com/electron instead.");
|
alert("Notice: The &sink command is domain specific.\nVisit https://YOURDOMAIN.com/electron instead.");
|
||||||
}
|
}
|
||||||
window.location = url;
|
window.location = url;
|
||||||
|
|||||||
28
index.html
28
index.html
@ -177,7 +177,7 @@
|
|||||||
<span
|
<span
|
||||||
id="helpbutton"
|
id="helpbutton"
|
||||||
title="Show Help Info"
|
title="Show Help Info"
|
||||||
onclick="warnUser('For support, please browse https://reddit.com/r/obsninja or join the live chat on Discord at https://discord.obs.ninja.\n\nThe Docs also contains many help guides and advanced settings, located at https://docs.obs.ninja.\n\nTo access the video stats menu, hold CTRL (command) and Left-Click on a video. Most video issues can be fixed by using Wired Internet instead of Wi-Fi.')"
|
onclick="warnUser('For support, please browse https://reddit.com/r/obsninja or join the live chat on Discord at https://discord.obs.ninja.\n\nThe Docs also contains many help guides and advanced settings, located at https://docs.vdo.ninja.\n\nTo access the video stats menu, hold CTRL (command) and Left-Click on a video. Most video issues can be fixed by using Wired Internet instead of Wi-Fi.')"
|
||||||
style="cursor: pointer; display:none;"
|
style="cursor: pointer; display:none;"
|
||||||
alt="How to Use This with OBS"
|
alt="How to Use This with OBS"
|
||||||
>
|
>
|
||||||
@ -604,7 +604,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div>See the
|
<div>See the
|
||||||
<a style="text-decoration: none; color: blue;" target="_blank" href="https://docs.obs.ninja/advanced-settings">documentation</a> for more options and info.<br /><br />
|
<a style="text-decoration: none; color: blue;" target="_blank" href="https://docs.vdo.ninja/advanced-settings">documentation</a> for more options and info.<br /><br />
|
||||||
Try out the advanced <a style="text-decoration: none; color: blue;" target="_blank" href="https://invite.obs.ninja/">invite generator</a> here also.
|
Try out the advanced <a style="text-decoration: none; color: blue;" target="_blank" href="https://invite.obs.ninja/">invite generator</a> here also.
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -714,22 +714,22 @@
|
|||||||
</i>
|
</i>
|
||||||
<br />
|
<br />
|
||||||
<li>
|
<li>
|
||||||
If you have <a href="https://docs.obs.ninja/common-errors-and-known-issues/video-is-pixelated">"pixel smearing"</a> or corrupted video, try adding <i>&codec=h264</i> or <i>&codec=vp9</i> to the OBS view link. Using Wi-Fi will make the issue worse.
|
If you have <a href="https://docs.vdo.ninja/common-errors-and-known-issues/video-is-pixelated">"pixel smearing"</a> or corrupted video, try adding <i>&codec=h264</i> or <i>&codec=vp9</i> to the OBS view link. Using Wi-Fi will make the issue worse.
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
A list of less common issues can <a href="https://docs.obs.ninja/common-errors-and-known-issues/known-issues-browser-bugs-and-more">be found here</a>.
|
A list of less common issues can <a href="https://docs.vdo.ninja/common-errors-and-known-issues/known-issues-browser-bugs-and-more">be found here</a>.
|
||||||
</li>
|
</li>
|
||||||
<br />
|
<br />
|
||||||
<h4 style="color:#daad09;">
|
<h4 style="color:#daad09;">
|
||||||
👋 👀 Welcome to our new domain! We've started to rebrand to VDO.Ninja. 📼 Nothing else is changing.
|
👋 👀 Welcome to our new domain! We've started to rebrand to VDO.Ninja. 📼 Nothing else is changing and we're staying 100% free.
|
||||||
</h4>
|
</h4>
|
||||||
<br />
|
<br />
|
||||||
🌻 Site Updated on May 31st. The new <a href="https://docs.obs.ninja/release-notes/v18">v18 release notes are here</a>. If new issues occur, the previous version can also be <a href="https://obs.ninja/v17/">found here</a>.
|
🌻 Site Updated on June 6th. The new <a href="https://docs.vdo.ninja/release-notes/v18">v18 release notes are here</a>. If new issues occur, the previous version can also be <a href="https://obs.ninja/v17/">found here</a>.
|
||||||
|
|
||||||
<br />
|
<br />
|
||||||
<br />
|
<br />
|
||||||
<h3>
|
<h3>
|
||||||
🛠 For support, see the <a href="https://www.reddit.com/r/OBSNinja/">sub-reddit <i class="lab la-reddit-alien"></i></a> or join the <a href="https://discord.gg/T4xpQVv">Discord <i class="lab la-discord"></i></a>. The <a href="https://docs.obs.ninja/">documentation is here</a> and my personal email is <i>steve@seguin.email</i>
|
🛠 For support, see the <a href="https://www.reddit.com/r/OBSNinja/">sub-reddit <i class="lab la-reddit-alien"></i></a> or join the <a href="https://discord.gg/T4xpQVv">Discord <i class="lab la-discord"></i></a>. The <a href="https://docs.vdo.ninja/">documentation is here</a> and my personal email is <i>steve@seguin.email</i>
|
||||||
</h3>
|
</h3>
|
||||||
|
|
||||||
</span>
|
</span>
|
||||||
@ -785,7 +785,7 @@
|
|||||||
<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>
|
<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 />
|
<br />
|
||||||
|
|
||||||
For advanced URL options and parameters, <a href="https://docs.obs.ninja/advanced-settings">see the Wiki.</a>
|
For advanced URL options and parameters, <a href="https://docs.vdo.ninja/advanced-settings">see the Wiki.</a>
|
||||||
</font>
|
</font>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -902,12 +902,14 @@
|
|||||||
<span class="slider"></span>
|
<span class="slider"></span>
|
||||||
</label>
|
</label>
|
||||||
<span data-translate="hide-setting-buttons">Hide settings button</span>
|
<span data-translate="hide-setting-buttons">Hide settings button</span>
|
||||||
|
|
||||||
<Br />
|
<Br />
|
||||||
<label class="switch" title="The guest won't have access to changing camera settings or screenshare">
|
<label class="switch" title="The guest's self-video preview will appear tiny in the top right">
|
||||||
<input type="checkbox" data-param="&mini" onchange="updateLink(1,this);">
|
<input type="checkbox" data-param="&mini" onchange="updateLink(1,this);">
|
||||||
<span class="slider"></span>
|
<span class="slider"></span>
|
||||||
</label>
|
</label>
|
||||||
<span data-translate="mini-self-preview">Mini self-preview</span>
|
<span data-translate="mini-self-preview">Mini self-preview</span>
|
||||||
|
|
||||||
<Br />
|
<Br />
|
||||||
<label class="switch" title="Allow the guests to pick a virtual backscreen effect">
|
<label class="switch" title="Allow the guests to pick a virtual backscreen effect">
|
||||||
<input type="checkbox" data-param="&effects" onchange="updateLink(1,this);">
|
<input type="checkbox" data-param="&effects" onchange="updateLink(1,this);">
|
||||||
@ -1576,8 +1578,8 @@
|
|||||||
<i class="las la-hand-paper"></i>
|
<i class="las la-hand-paper"></i>
|
||||||
</div>
|
</div>
|
||||||
<audio id="testtone" style="display:none;" preload="none">
|
<audio id="testtone" style="display:none;" preload="none">
|
||||||
<source src="tone.mp3" type="audio/mpeg">
|
<source src="./media/tone.mp3" type="audio/mpeg">
|
||||||
<source src="tone.ogg" type="audio/ogg">
|
<source src="./media/tone.ogg" type="audio/ogg">
|
||||||
</audio>
|
</audio>
|
||||||
<div class="gone" >
|
<div class="gone" >
|
||||||
<!-- This image is used when dragging elements -->
|
<!-- This image is used when dragging elements -->
|
||||||
@ -1588,7 +1590,7 @@
|
|||||||
<div id="screenPopup" class="popup-screen">
|
<div id="screenPopup" class="popup-screen">
|
||||||
<button onclick="getById('screenPopup').style.display='none';margin:0;padding:0;">Close Window</button>
|
<button onclick="getById('screenPopup').style.display='none';margin:0;padding:0;">Close Window</button>
|
||||||
<div>See the
|
<div>See the
|
||||||
<a style="text-decoration: none; color: blue;" target="_blank" href="https://docs.obs.ninja/advanced-settings">documentation</a> for more options and info.
|
<a style="text-decoration: none; color: blue;" target="_blank" href="https://docs.vdo.ninja/advanced-settings">documentation</a> for more options and info.
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@ -1719,7 +1721,7 @@
|
|||||||
<script type="text/javascript" id="main-js" src="./main.js" data-translation="blank"></script>
|
<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="mixer-js" src="./mixer.js?ver=2"></script>
|
||||||
-->
|
-->
|
||||||
<script type="text/javascript" crossorigin="anonymous" id="main-js" src="./main.js?ver=210"></script>
|
<script type="text/javascript" crossorigin="anonymous" id="main-js" src="./main.js?ver=226"></script>
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
setTimeout(function(){ // lazy load
|
setTimeout(function(){ // lazy load
|
||||||
var script = document.createElement('script');
|
var script = document.createElement('script');
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user