bitfocus / companion-module-tow-mixeffect

MIT License
8 stars 5 forks source link

HTTP Server Feedback #7

Open adamtow opened 2 years ago

adamtow commented 2 years ago

Need to implement feedback in the current module using the HTTP Server documented here:

https://docs.mixeffect.app/configure/switcher-connections#http-server

You can filter requests by add a filter parameter to the url of the feedback URL with a comma-delimited list of sections to retrieve feedback for:

Tasks

  1. Getting the module to ping the feedback url periodically (500ms min, but we can test faster polling)
  2. Creating variables that are suitable to using as feedback (i.e. what's on preview, program, USK On Air Status, Recording, Streaming, Audio Levels, etc.)

As a start, look at this branch of the module to see what feedback was implemented (using the now-deprecated OSC Server): https://github.com/estilles/companion-module-tow-mixeffect/tree/wip