You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The new update of 21.6.1 fails to run default pipeline while its working fine with simulated videos.
Please find attached logs for the same , error says rtpjitterbuffer gstrtpjitterbuffer.c:1402:gst_jitter_buffer_sink_parse_caps:<rtpjitterbuffer1> Got caps with wrong payload type (got 50, expected 105)
We need to use the latest update as it optimise the CPU consumption.
Kindly help us with this issue as soon as possible.
Thanks
The text was updated successfully, but these errors were encountered:
This issue seems to be specific to the camera, somehow the latest build is more sensitive to possible RTSP incompatibilities. Can you give us access to the camera via your "worker4" machine?
Without access to the camera it is difficult for us to debug. As a first step, let us know if the camera works with the VA Serving REST service as follows
Start the service as follows
docker run -p 8080:8080 -v /tmp:/tmp intel/video-analytics-serving
In a different console start a pipeline using curl, replacing camera-address with address of your camera. All going well, the request will display 1 as a response.
Hi @nnshah1 @xwu2git,
The new update of 21.6.1 fails to run default pipeline while its working fine with simulated videos.
Please find attached logs for the same , error says
rtpjitterbuffer gstrtpjitterbuffer.c:1402:gst_jitter_buffer_sink_parse_caps:<rtpjitterbuffer1> Got caps with wrong payload type (got 50, expected 105)
We need to use the latest update as it optimise the CPU consumption.
Kindly help us with this issue as soon as possible.
Thanks
The text was updated successfully, but these errors were encountered: