I have gone through the quick start documentation and cannot get an example to run. Changed my sinks and sources to be files for initial run.
Current error when running from samples directory is
root@792dbfec1fec:~/DeepStream_Release/samples# deepstream-app -c source4_720p_dec_infer-resnet_tracker_sgie_tiled_display_int8.txt
** ERROR: <parse_config_file:287>: parse_config_file failed
** ERROR: main:535: Failed to parse config file ‘source4_720p_dec_infer-resnet_tracker_sgie_tiled_display_int8.txt’
Quitting
App run failed
root@792dbfec1fec:~/DeepStream_Release/samples# deepstream-app -c source4_720p_dec_infer-resnet_tracker_sgie_tiled_display_int8_gpu1.txt
** ERROR: <parse_config_file:287>: parse_config_file failed
** ERROR: main:535: Failed to parse config file ‘source4_720p_dec_infer-resnet_tracker_sgie_tiled_display_int8_gpu1.txt’
Quitting
App run failed
When I run from inside /DeepStream_Release/samples/configs/deepstream-app I get
root@792dbfec1fec:~/DeepStream_Release/samples/configs/deepstream-app# deepstream-app -c source4_720p_dec_infer-resnet_tracker_sgie_tiled_display_int8_gpu1.txt
** ERROR: <create_encode_file_bin:265>: create_encode_file_bin failed
** ERROR: <create_sink_bin:530>: create_sink_bin failed
** ERROR: <create_processing_instance:660>: create_processing_instance failed
** ERROR: <create_pipeline:957>: create_pipeline failed
** ERROR: main:544: Failed to create pipeline
Quitting
App run failed
How do I configure deepstream to run in this environment?