generated from edgexfoundry-holding/template-repo
-
Notifications
You must be signed in to change notification settings - Fork 28
Closed
Labels
3-highpriority denoting release-blocking issuespriority denoting release-blocking issuesbugSomething isn't workingSomething isn't working
Milestone
Description
🐞 Bug Report
Affected Services [REQUIRED]
The issue is located in:Is this a regression?
NoDescription and Minimal Reproduction [REQUIRED]
Make sure that the rtsp is NOT running.
Start streaming:
$ curl -X PUT -d '{
"StartStreaming": {
"InputImageSize": "640x480",
"OutputVideoQuality": "5"
}
}' http://localhost:59882/api/v2/device/name/Logitech_StreamCam-4B17BE45/StartStreaming
{"apiVersion":"v2","statusCode":200}
This returns 200 OK as if the requested operation was successful. If this HTTP request is just meant to accept the the operation and run it asynchornously, the response code should be 202 Accepted
Logs:
level=INFO ts=2022-05-19T11:48:31.864475627Z app=device-usb-camera source=driver.go:536 msg="start video streaming for device Logitech_StreamCam-4B17BE45"
level=ERROR ts=2022-05-19T11:48:32.774545384Z app=device-usb-camera source=driver.go:524 msg="the video streaming process for device Failed Finish FFMPEG ([-nostats -loglevel 0 -y -s 640x480 -i /dev/video0 -qscale 5 -f rtsp -hls_list_size 0 rtsp://localhost:8554/stream/Logitech_StreamCam-4B17BE45]) with exit status 1 message has stopped, error: %!s(MISSING)"
🔥 Exception or Error
🌍 Your Environment
Deployment Environment:
EdgeX Version [REQUIRED]:
Anything else relevant?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
3-highpriority denoting release-blocking issuespriority denoting release-blocking issuesbugSomething isn't workingSomething isn't working