How do i run the deepstream sample: streaming stopped, reason not-negotiated (-4)

I just finished installing DeepStream.
When i run this order:

# deepstream-app -c source4_1080p_dec_infer-resnet_tracker_sgie_tiled_display_int8.txt

The system prompts as follows:

**PERF: FPS 0 (Avg)	FPS 1 (Avg)	FPS 2 (Avg)	FPS 3 (Avg)	
**PERF: 96.01 (96.01)	96.01 (96.01)	96.01 (96.01)	96.01 (96.01)	
**PERF: 0.00 (96.01)	0.00 (96.01)	0.00 (96.01)	0.00 (96.01)	
**PERF: 0.00 (96.01)	0.00 (96.01)	0.00 (96.01)	0.00 (96.01)	
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

How do i run the deepstream sample?

HI
Which GPU are you using? this config supposed you not modified it render output on screen, if you are using Tesla platform, you can follow Deepstream/FAQ - eLinux.org 5A to setup virtual display
or you can choose use sink type 1 Fakesink or 3 File

1 Like