Skip to content

codeite/streamdeck-googlemeet-messaging-bridge

 
 

Repository files navigation

Google Meet Extension Bridge

This is 1 part of the Google Meet Stream Deck plugin.

You will also need to install

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.

Prerequisite

  • 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

Install

  1. Edit the shebang in streamdeck-googlemeet-extension-bridge.js to match the one of your node installation
  2. Move streamdeck-googlemeet-extension-bridge.js to a location of your choosing, it should stay there
  3. Edit be.jeroenvdb.streamdeckgooglemeet.json and set the path value to the absolute location of the streamdeck-googlemeet-extension-bridge.js file
  4. Move be.jeroenvdb.streamdeckgooglemeet.json to the appropriate location for your OS

Troubleshooting

Google Meet Bridge is not running

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'

Alternative installation

As an alternative you can also run this application yourself, and not via Google Chrome.

./build/streamdeck-googlemeet-extension-bridge.js

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 88.8%
  • Shell 11.2%