deepstream-services-library icon indicating copy to clipboard operation
deepstream-services-library copied to clipboard

nvstreammux plugin (old) produces critical errors if set to a NULL state and replayed (fixed in DS 6.3?)

Open rjhowell44 opened this issue 1 year ago • 0 comments

The following critical errors are observed when a Pipeline is stopped and then replayed.

(python3:27083): GLib-CRITICAL **: 19:24:56.010: g_hash_table_lookup: assertion 'hash_table != NULL' failed

(python3:27083): GLib-CRITICAL **: 19:24:56.010: g_hash_table_insert_internal: assertion 'hash_table != NULL' failed

This is believed to be a streamux issue that has been solved in the new DeepStream 6.3 with the new streammux.

The issue is demonstrated with the new script process_all_mp4_files_in_folder.py. Interestingly, the script completes even with the error.

rjhowell44 avatar Aug 21 '23 02:08 rjhowell44