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

fix: mjpg streamer does not start streaming #40

Merged
merged 1 commit into from
Nov 12, 2024

Conversation

kluoyun
Copy link
Contributor

@kluoyun kluoyun commented Nov 12, 2024

  • The image path is mjpg_streamer_images, but the mjpg_streamer startup command uses webcam_images, which causes mjpg_streamer to fail to start.

  • Another solution is to modify the Dockerfile's
    COPY ./mjpg_streamer_images/ ./mjpg_streamer_images/ to
    COPY ./mjpg_streamer_images/ ./webcam_images/.

@dw-0 dw-0 changed the title fix: Fixed the issue that mjpg_streamer could not start fix: mjpg streamer does not start streaming Nov 12, 2024
@dw-0 dw-0 merged commit f8704a7 into mainsail-crew:master Nov 12, 2024
1 check passed
@dw-0
Copy link
Member

dw-0 commented Nov 12, 2024

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants