hi,I installed deepstream 2.0, all in accordance with the official configuration settings.but i also have Mistakes in running
test@lb-ubnt:~/qin/DeepStream_Release$ deepstream-app -c samples/configs/deepstream-app/source4_720p_dec_infer-resnet_tracker_sgie_tiled_display_int8.txt
Failed to connect to Mir: Failed to connect to server socket: No such file or directory
Unable to init server: Could not connect: Connection refused
(gst-plugin-scanner:11727): Clutter-CRITICAL **: Unable to initialize Clutter: Could not initialize Gdk
(gst-plugin-scanner:11727): Clutter-Gst-CRITICAL **: Unable to initialize Clutter
** ERROR: main:490: Failed to set pipeline to PAUSED
Quitting
App run failed
I try to locate the problem.i run gstreamer examples and i have the same mistaken,but I don’t know how to solve it.
test@lb-ubnt:~/qin/gst-docs/examples/tutorials$ gcc basic-tutorial-2.c -o basic-tutorial-2 pkg-config --cflags --libs gstreamer-1.0
test@lb-ubnt:~/qin/gst-docs/examples/tutorials$ ./basic-tutorial-2
Failed to connect to Mir: Failed to connect to server socket: No such file or directory
Unable to init server: Could not connect: Connection refused
(gst-plugin-scanner:11577): Clutter-CRITICAL **: Unable to initialize Clutter: Could not initialize Gdk
(gst-plugin-scanner:11577): Clutter-Gst-CRITICAL **: Unable to initialize Clutter
Can anyone solve this problem?