we are searching for a good way to ship a deepstream app to customers without having to ship readable (and editable!) deepstream config files alongside it.
What would be a good way to pass deepstream config options similar to gstreamer options? Any known elegant workaround?
No options. No workaround. The nvinfer and deepstream-app are open source. You can modify them to remove all configuration file read and parse parts and add your own logic to pass parameters inside.