edgexfoundry / device-usb-camera

Owner: Device WG
Apache License 2.0
13 stars 28 forks source link

rtsp-simple-server executable not found #360

Open AkrithiDevadiga opened 3 weeks ago

AkrithiDevadiga commented 3 weeks ago

🐞 Bug Report

Affected Services [REQUIRED]

The issue is located in: Dockerfile (unable to pull an image of rtsp-simple-server) ### Description and Minimal Reproduction [**REQUIRED**] ## πŸ”₯ Exception or Error



level=ERROR ts=2024-10-25T06:17:53.443431456Z app=device-usb-camera source=init.go:86 msg="ProtocolDriver init failed: RtspServerExecutable file cannot be found: stat ./rtsp-simple-server: no such file or directory"

image image

🌍 Your Environment

EdgeX Version [REQUIRED]: Napa

Anything else relevant? It is showing in the dockerhub that, aler9/rtsp-simple-server this image is being replaced by https://hub.docker.com/r/bluenviron/mediamtx

image

cloudxxx8 commented 2 days ago

it should be fixed in the main branch https://github.com/edgexfoundry/device-usb-camera/pull/334

AkrithiDevadiga commented 2 days ago

Yes, but it is being developed for v4 as I can see. What changes should I make to use it for version 3, i.e., napa?

cloudxxx8 commented 2 days ago

you can open a PR and make the same change in the napa branch or in your local repository