Deepstream3.0 ERROR from secondary_gie_bin_queue: Internal data stream error.

I was trying to run the “deepstream-app” with “source30_720p_dec_infer-resnet_tiled_display_int8.txt”. But it occurs some problems and run failed.
Also it didn’t show up the display window.

Here is the detail info:

////
Anti:~/Downloads/DeepStream_Release/samples/configs/deepstream-app$ deepstream-app -c source4_720p_dec_infer-resnet_tracker_sgie_tiled_display_int8.txt
libEGL warning: DRI2: failed to authenticate

Using TRT model serialized engine /home/hite/Downloads/DeepStream_Release/samples/configs/deepstream-app/…/…/models/Secondary_CarMake/resnet18.caffemodel_b16_int8.engine crypto flags(0)
Using TRT model serialized engine /home/hite/Downloads/DeepStream_Release/samples/configs/deepstream-app/…/…/models/Secondary_CarColor/resnet18.caffemodel_b16_int8.engine crypto flags(0)
Using TRT model serialized engine /home/hite/Downloads/DeepStream_Release/samples/configs/deepstream-app/…/…/models/Secondary_VehicleTypes/resnet18.caffemodel_b16_int8.engine crypto flags(0)
Using TRT model serialized engine /home/hite/Downloads/DeepStream_Release/samples/configs/deepstream-app/…/…/models/Primary_Detector/resnet10.caffemodel_b4_int8.engine crypto flags(0)

Runtime commands:
h: Print this help
q: Quit

p: Pause
r: Resume

NOTE: To expand a source in the 2D tiled display and view object details, left-click on the source.
To go back to the tiled display, right-click anywhere on the window.

** INFO: <bus_callback:98>: Pipeline ready

cuGraphicsGLRegisterBuffer failed with error(999) gst_eglglessink_cuda_init texture = 1
** INFO: <bus_callback:84>: Pipeline running

**PERF: FPS 0 (Avg) FPS 1 (Avg) FPS 2 (Avg) FPS 3 (Avg)
**PERF: 70.38 (70.38) 65.10 (65.10) 70.38 (70.38) 0.00 (0.00)
**PERF: 0.00 (70.38) 0.00 (65.10) 0.00 (70.38) 0.00 (0.00)
ERROR from secondary_gie_bin_queue: Internal data stream error.
Debug info: gstqueue.c(988): gst_queue_handle_sink_event (): /GstPipeline:pipeline/GstBin:secondary_gie_bin/GstQueue:secondary_gie_bin_queue:
streaming stopped, reason not-negotiated (-4)
Quitting
ERROR from sink_bin_queue: Internal data stream error.
Debug info: gstqueue.c(988): gst_queue_handle_sink_event (): /GstPipeline:pipeline/GstBin:processing_bin_0/GstBin:sink_bin/GstQueue:sink_bin_queue:
streaming stopped, reason not-negotiated (-4)
App run failed

“libEGL warning: DRI2: failed to authenticate”
What’s your nvidia-driver version ?

Can you try the below
https://groups.google.com/forum/#!topic/openbr-dev/RML2zYIT62I

Hi ChrisDing,
My nvidia driver version is 410.79.

I have tried that method ,but seems like the path “/opt/vc/lib/” and “/usr/lib/arm-linux-gnueabihf/” are not existed in my server.
In fact these 4 “.so” files showed in the forum are already in this path: “/usr/lib/x86_64-linux-gnu/”.

Btw, my operate system is Ubuntu18.04. Would that be a problem for running Deepstream3.0 ?

I think ubuntu 18.04 is OK
This is not deepstream problem. It looks your display problem.
You can change your “sink” to be “FakeSink” in the config file.

@ChrisDing
Thx, it works.
But still the display window didn’t show up.

if you want to output to display, you should run on desktop with monitor connected physically, or you
can login to desktop by nomachine or some other tools, sink type choose eglglessink, and also nvidia
graphic card needed for display, also you can choose type 1 fakesink or 3 file for output.