Server for the unofficial Elgato Stream Deck plugin that controls Restream Studio via a Chrome Extension.
This solution requires three components to run:
- A Node.js server (this project)
- A Chrome extension
- A Stream Deck plugin
-
Download or clone the Node.js server repository.
-
Ensure that you have Node.js v20 or above by running this command in a terminal:
node -v
-
Install the server dependencies:
npm install
-
Start the server:
npm start
Install the Chrome extension from the Chrome Web Store.
Download and install the Stream Deck plugin.
- Open Restream Studio
- Ensure that the Node.js server is up and running. If not, open a terminal in the
streamdeck-restream-server
folder and restart the server by runningnpm start
. Leave the terminal open. - Ensure that the Chrome extension icon is green. If not, check the troubleshooting section.
- Create a Stream Deck profile and add actions from the Restream plugin. I recommend that you try the Toggle Camera action for a start.
- Test the actions by pressing the related Stream Deck button. If a
⚠️ warning symbol appears, check the troubleshooting section.
Chrome extension icon is gray with a red stroke
This either means that the Node.js server is not running or that the server cannot reach the Stream Deck plugin. Hover your mouse over the Chrome extension icon for more details about the issue.
Stream Deck button shows a
This either means that the Node.js server is not running or that the server cannot reach the Chrome extension.