Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
deleolajide committed May 8, 2024
1 parent 0740ae6 commit f9127ba
Show file tree
Hide file tree
Showing 13 changed files with 15 additions and 17 deletions.
Binary file modified classes/linux-64/broadcast-box
Binary file not shown.
Binary file modified classes/win-64/broadcast-box.exe
Binary file not shown.
2 changes: 0 additions & 2 deletions src/java/org/ifsoft/broadcastbox/openfire/BroadcastBox.java
Original file line number Diff line number Diff line change
Expand Up @@ -219,8 +219,6 @@ private void startGoProcesses(File pluginDirectory) {

if (publicIpaddr != null && !publicIpaddr.trim().equals("")) {
Engine.environment.put("NAT_1_TO_1_IP", publicIpaddr);
} else {
Engine.environment.put("INCLUDE_PUBLIC_IP_IN_NAT_1_TO_1_IP", "true");
}

Engine.environment.put("STUN_SERVERS", "stun1.l.google.com:19305|stun1.l.google.com:19302|stun4.l.google.com:19302|stun.frozenmountain.com:3478|stun.freeswitch.org:3478");
Expand Down
2 changes: 1 addition & 1 deletion src/root/web/build/index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!doctype html><html lang="en"><head><meta charset="utf-8"/><title>Broadcast Box</title><meta name="description" content="Broadcast Box is a tool that allows you to efficiently stream high-quality video in real time, using the latest in video codecs and WebRTC technology."><meta name="viewport" content="width=device-width,initial-scale=1"><script defer="defer" src="/static/js/main.6c98f2ea.js"></script><link href="/static/css/main.fc690aa8.css" rel="stylesheet"></head><body class="bg-slate-900 text-gray-100"><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
<!doctype html><html lang="en"><head><meta charset="utf-8"/><title>Broadcast Box</title><meta name="description" content="Broadcast Box is a tool that allows you to efficiently stream high-quality video in real time, using the latest in video codecs and WebRTC technology."><meta name="viewport" content="width=device-width,initial-scale=1"><script defer="defer" src="./static/js/main.25a28648.js"></script><link href="./static/css/main.61116ba7.css" rel="stylesheet"></head><body class="bg-slate-900 text-gray-100"><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
6 changes: 6 additions & 0 deletions src/root/web/build/static/css/main.61116ba7.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/root/web/build/static/css/main.61116ba7.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit f9127ba

Please sign in to comment.