A simple streamer dock for OBS like streaming clients to interact with and display basic info about owncast streams.
Go to file
Ariana Giroux 08287a9758 Simplified javascript function for updating UI
- breaks uiUpdate() into two functions
  - uiUpdateOnce(), which contains the bulk of the UI updating code
  - continuousUiUpdate(), which runs the aforementioned function once
    every second.
- updates updateStreamTitle() to conform to this new change
- removes call to Main(), replacing it with a call to the new
  continuousUiUpdate()
2022-08-04 17:40:04 -06:00
static Simplified javascript function for updating UI 2022-08-04 17:40:04 -06:00
.gitignore Adds .undodir to gitignore 2022-07-24 14:14:43 -06:00
app.py Updates get_status endpoint for compatibility 2022-08-04 17:33:59 -06:00
index.mustache Adds a vim modeline update to index.mustache 2022-08-04 17:31:38 -06:00
requirements.txt Adds a requirements.txt file for pip 2022-07-24 17:03:23 -06:00