-
-
Notifications
You must be signed in to change notification settings - Fork 869
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b2224a3
commit ae19ce9
Showing
9 changed files
with
210 additions
and
70 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<html> | ||
<head> | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/crypto-js/3.1.2/rollups/aes.js"></script> | ||
</head> | ||
<body id="body"> | ||
<script> | ||
|
||
|
||
var parameter = prompt("Enter your VDO.Ninja URL parameters/values to obfuscate, eg: ?password=MYPASSWORD", "?password=MYPASSWORD"); | ||
var result = "?i="+encodeURIComponent(CryptoJS.AES.encrypt(parameter, "OBSNINJAFORLIFE").toString()); | ||
document.getElementById("body").innerHTML = "Add the following to you VDO.Ninja URL as the parameter string<br><br>"+result | ||
|
||
</script> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
{ | ||
"green":"?chroma", | ||
"1": "webcam&welcome=Welcome to VDO.Ninja", | ||
"4k": "webcam&quality=4k&outboundbitrate=12000" | ||
"4k": "webcam&quality=4k&outboundbitrate=12000", | ||
"versus": "remote&label&quality&maxbandwidth&view&proaudio" | ||
} |