Skip to content

0.2.2

Compare
Choose a tag to compare
@mikedmor mikedmor released this 10 May 15:18
· 79 commits to master since this release

This is another attempted at fixing the data migration issues. After this update all your settings will be reset, however all issues should be resolved, if you were having any. Sorry for the inconvenience.

Note: If you would like to avoid the settings reset you can use the template below to update your config.yaml

multicam:
    _config_version: 1
    multicam_profiles:
    - URL: http://webcam1/?action=stream
       isButtonEnabled: true
       name: Default
    - URL: http://webcam2/?action=stream
       isButtonEnabled: true
       name: Webcam 2

Known Bugs:

  • Currently it seems saving your settings causes an issue with the buttons not re-enabling themselves after changing streams. For now a simple 'F5' browser reset will fix the problem. A fix is on the way!