This is 1 part of the Google Meet Stream Deck plugin.
You will also need to install
- Stream Deck plugin: https://github.com/JeroenVdb/streamdeck-googlemeet
- the Chrome Extension: https://github.com/JeroenVdb/streamdeck-googlemeet-extension
This "bridge" app sets up a WebSocket server that receives and broadcasts messages from and to the Stream Deck plugin and accompanying extension.
Developed and tested on MacOS, might need some work for Windows.
- Make sure you have node installed get the path to your node binary, you'll need it later at Install [1]
which node
- Download the latest release of this application and extract
- Edit the shebang in
streamdeck-googlemeet-extension-bridge.js
to match the one of your node installation - Move
streamdeck-googlemeet-extension-bridge.js
to a location of your choosing, it should stay there - Edit
be.jeroenvdb.streamdeckgooglemeet.json
and set thepath
value to the absolute location of thestreamdeck-googlemeet-extension-bridge.js
file - Move
be.jeroenvdb.streamdeckgooglemeet.json
to the appropriate location for your OS
After you restart Chrome you should see a process with the name "googlemeetbridge". You can check this via Task Manager or the Activity Monitor app.
Or:
ps aux | grep 'googlemeetbridge'
As an alternative you can also run this application yourself, and not via Google Chrome.
./build/streamdeck-googlemeet-extension-bridge.js