Closed
Conversation
- add moonraker presets for mjpeg and h264 stream selection Enables users to easily change the default Moonraker stream types for internal camera.
paxx12
reviewed
Dec 16, 2025
| 1. In web browser go to Fluidd Configuration editor at `http://<printer-ip>/#/configure` | ||
| 2. Enter `moonraker` directory and right-click on the preset files to rename them | ||
| - Disable WebRTC stream to prevent having multiple cameras in Fluidd: | ||
| - Rename `02_webrtc_internal_camera.cfg` to `02_webrtc_internal_camera.cfg.disabled` |
Owner
There was a problem hiding this comment.
I believe that the content of this file will be overwritten each time.
Introduce dev.sh script for containerized builds using Debian Trixie ARM64 with all required dependencies. Update development docs to reflect Docker as the recommended build method while maintaining native build instructions.
…llation Simplifies CI workflows by delegating build environment setup to dev.sh, which handles dependencies through Docker containerization.
Adds check_perms function to verify file ownership is preserved during squashfs operations. Also adds validation to ensure only ARM binaries are present in the final rootfs image.
- Use override file to persist user's camera configuration
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Enables users to easily change the default Moonraker stream types for internal camera.