Skip to content

v0.5.3

Choose a tag to compare

@mkuf mkuf released this 18 Apr 19:20
· 312 commits to main since this release
34ff596

Adds

  • /webcam endpoint provides full access to all ustreamer urls e.g /webcam/stream, /webcam/snapshot, /webcam/?action=stream

Changes

  • ustreamer service is now called webcam to streamline naming for multi-cam setups
  • updates docs for multi-cam setups
  • adds the klipperscreen profile to klipper and moonraker services

Removes

  • /stream endpoint

Notes

This release changes the streaming URL for ustreamer and renames the ustreamer service to webcam.
If you are currently accessing your Webcam via http://yourhost/stream, you'll have to update URLs to http://yourhost/webcam/stream
Be sure to execute docker compose up with the --remove-orphans option to avoid the depricated ustreamer service to block your webcam.
e.g.

docker compose --profile fluidd up -d --remove-orphans