Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Camera URL seems to ignore FLUIDD port #311

Open
funkyluke opened this issue Jan 4, 2024 · 2 comments
Open

Camera URL seems to ignore FLUIDD port #311

funkyluke opened this issue Jan 4, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@funkyluke
Copy link

Bug Report

Description

The Camera Stream url is not correctly generated from the connection string and webcam config

Steps to Reproduce

  1. Setup printer so that fluidd runs on e.g port 4408
  2. connect mobileraker to the fluidd instance by using the [printer-ip]:4408 address
  3. camera stream endpoint is automatically received from fluidd
  4. camera view shows 404 error because the generated url is [printer-ip]/webcam/?action=stream, not [printer-ip]:4408/webcam/?action=stream
  5. The same happens when using moonrakers port,

Expected Behavior

The correct URL should be generated and the camera stream should be showing

Version Information

  • Device-OS (Android/iOS): [Android]
  • Mobileraker: 2.6.8-357
  • Klipper: whatever is stock on K1 Max currently
  • Moonraker: 0.8.0-243
@funkyluke funkyluke added the bug Something isn't working label Jan 4, 2024
@funkyluke
Copy link
Author

This seems to be related to #212 as my fluidd conf also uses a relative webcam path that is incorrectly appended

@Clon1998
Copy link
Owner

Clon1998 commented Jan 4, 2024

Hey,
webcams defined via Fluidd are currently not using the new Webcam API of Moonraker and, therefore, do not sync with Mobileraker.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants