How to run DeepStream 1.5 on AGX Jetson Xavier?

What I tried so far and that did not turn out to wok at once is Jetpack 4.1 AGX Xavier hardware with Deepstream 1.5 installed using the steps from GitHub - AastaNV/DeepStream.
The output is like :

:~/parser_detectnet$ nvgstiva-app -c ${HOME}/configs/DetectNet.txt -i /home/nvidia/DeepStream/Meeting_1212_cut.h264

(gst-plugin-scanner:10255): GStreamer-WARNING **: 19:22:50.900: Failed to load plugin '/usr/lib/aarch64-linux-gnu/gstreamer-1.0/libgstnvcaffegie.so': libnvparsers.so.4: cannot open shared object file: No such file or directory
------------>  -----------------
** ERROR: <create_primary_gie_bin:69>: Failed to create 'primary_gie_classifier'
** ERROR: <create_primary_gie_bin:194>: create_primary_gie_bin failed
** ERROR: <create_processing_instance:926>: create_processing_instance failed
** ERROR: <create_pipeline:1062>: create_pipeline failed
** ERROR: <main:384>: Failed to create pipeline
Quitting
App run failed

Though the above was a remote session to the device while the local terminal throws:

:~/parser_detectnet$ nvgstiva-app -c ${HOME}/configs/DetectNet.txt -i /home/nvidia/DeepStream/Meeting_1212_cut.h264
------------>  -----------------
** ERROR: <create_primary_gie_bin:69>: Failed to create 'primary_gie_classifier'
** ERROR: <create_primary_gie_bin:194>: create_primary_gie_bin failed
** ERROR: <create_processing_instance:926>: create_processing_instance failed
** ERROR: <create_pipeline:1062>: create_pipeline failed
** ERROR: <main:384>: Failed to create pipeline
Quitting

Hi Andrey1984,

We never verified Deepstream 1.5 on Xavier, the issue is expected. We’re creating the new Deepstream for Xavier, when knowing the release plan, I will update to you.

Thanks

Is there any version of the DeepStream SDK verified on the Xavier?