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 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, 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. */}