v0.5.3
Adds
/webcamendpoint provides full access to all ustreamer urls e.g/webcam/stream,/webcam/snapshot,/webcam/?action=stream
Changes
ustreamerservice is now calledwebcamto streamline naming for multi-cam setups- updates docs for multi-cam setups
- adds the
klipperscreenprofile toklipperandmoonrakerservices
Removes
/streamendpoint
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