-
Notifications
You must be signed in to change notification settings - Fork 28
Description
🐞 Bug Report
Affected Services [REQUIRED]
The issue is located in:Device USB service
Is this a regression?
Yes, the previous version in which this bug was not present was: ....No
Description and Minimal Reproduction [REQUIRED]
-
Get latest code from device usb service main branch & edgex compose main branch
-
Go to device usb service cmd/res folder, and update configuation.yaml file with below settings
RtspServerMode set to "external"
RtspServerHostName set to remote ip address of system where rtsp server running -
Build usb docker image locally with updated configuration file
-
Go to edgex compose/compose builder, and update add-device-usb-camera.yaml file to use local usb image
-
from compose builder, run 'make run no-secty ds-usb-camera' - this wills start edgex services and device usb services, also discovers and adds usb cameras to edgex
-
Execute some generic api like camera info, ensure camera is accessible and it works correctly
-
Execute ger stream uri, API
Expected behavior: Should give rtsp stream uri with remote ip
address
actual behavior: It does not retrieve rtsp server address in stream uri path
attached screenshot of stream URI api
🔥 Exception or Error
attached screenshot of stream uri api output
🌍 Your Environment
Deployment Environment:
EdgeX Version [REQUIRED]:
3.0
Anything else relevant?