From 212669ccfff1860ddcbb7334ced46aa1e975ad28 Mon Sep 17 00:00:00 2001 From: mark Date: Sun, 5 Mar 2023 22:21:59 +0530 Subject: [PATCH 1/3] fix --- src/components/Player/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Player/index.tsx b/src/components/Player/index.tsx index 9b87676..9137610 100644 --- a/src/components/Player/index.tsx +++ b/src/components/Player/index.tsx @@ -13,7 +13,7 @@ const PlayerView = () => { psConfig={{ // https://metaeditor.io/docs/metaeditor/settings/player autoPlay: false, - autoConnect: true, + autoConnect: false, startMuted: true, hoveringMouse: true, fakeMouseWithTouches: true, From 7f103d019aa187e9a8418c187ec5c33646d94765 Mon Sep 17 00:00:00 2001 From: mark Date: Mon, 6 Mar 2023 11:52:47 +0530 Subject: [PATCH 2/3] fix --- src/pages/_app.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/_app.tsx b/src/pages/_app.tsx index 8b4fdf6..5c4baf2 100644 --- a/src/pages/_app.tsx +++ b/src/pages/_app.tsx @@ -25,7 +25,7 @@ export default function MyApp(props: MyAppProps) { return ( - + {/* CssBaseline kickstart an elegant, consistent, and simple baseline to build upon. */} From 26034811ec61673dc53c26d23632cc3e3519dc07 Mon Sep 17 00:00:00 2001 From: mark Date: Mon, 6 Mar 2023 19:08:25 +0530 Subject: [PATCH 3/3] fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index efbb14e..8cd03f4 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ yarn add rsuite pixel-streaming * [Discord App](https://discordapp.com/invite/eGHKuQ3BHM) * [CodeSandBox](https://codesandbox.io/s/pixel-streaming-react-xldl33) * [Sample with Nextjs](https://github.com/markolofsen/metaeditor) - +* [Download Signaling Server](https://github.com/markolofsen/metaeditor/releases/tag/signaling-server) ## Usage ```typescript