whip page only partially done in this push

This commit is contained in:
steveseguin
2023-07-07 01:26:12 -04:00
parent 7ee9653dfd
commit 5a42948014
12 changed files with 845 additions and 110 deletions

View File

@@ -273,7 +273,8 @@
var iframeContainer = document.createElement("span");
iframe.allow = "autoplay";
var srcString = "./?view=" + streamID + "&cleanoutput&privacy&noaudio&scale=0&speedtest="+zone; // No TURN servers set on the reciever. Don't want to query for TURN servers needlessly.
// I've removed &privacy from the view link, and left it just on the push link. This hopefully solves compatibility issues
var srcString = "./?view=" + streamID + "&cleanoutput&noaudio&scale=0&speedtest="+zone; // No TURN servers set on the reciever. Don't want to query for TURN servers needlessly.
if (urlParams.has("turn")) {
srcString = srcString + "&turn=" + urlParams.get("turn");