diff --git a/webtools/src/Webtools.js b/webtools/src/Webtools.js index 729051d..ad317ab 100644 --- a/webtools/src/Webtools.js +++ b/webtools/src/Webtools.js @@ -8,6 +8,7 @@ import TableCell from "@material-ui/core/TableCell"; import TableRow from "@material-ui/core/TableRow"; import DashPlayer from "./DashPlayer"; +import { audioContext } from "./Video"; const STAT_URL = "/stat"; const NGINX_INFO_URL = "/nginxInfo"; @@ -95,6 +96,7 @@ export default class Webtools extends React.Component { selectedStream: null, serverInfo: null, statRetryTimer: 1, + windowClicked: false, }; } @@ -204,7 +206,17 @@ export default class Webtools extends React.Component { render() { const { selectedStream, serverInfo, streamNames } = this.state; return ( -