Hi,
We failed to launch VST on AGX Orin without internet. With internet connected, we could launch VST successfully. Does VST need internet to access? Can we adjust the internet requirement to a internal network?
Thank you,
Hi,
We failed to launch VST on AGX Orin without internet. With internet connected, we could launch VST successfully. Does VST need internet to access? Can we adjust the internet requirement to a internal network?
Thank you,
Can you share the error log of VST?
Thanky you for your prompt support.
Could you share us a way to get the log?
Thanks,
Can you share how you launch VST? Are you using JPS workflow: AI NVR in here: AI NVR — Metropolis on Jetson documentation 0.1.0 documentation?
Followed [Quick Start Guide — Metropolis on Jetson documentation 0.1.0 documentation (nvidia.com)]
Quick Start Guide — Metropolis on Jetson documentation 0.1.0 documentation
after re power on system, only ran the follwoing comamnd:
sudo jetson_clocks
sudo systemctl start jetson-redis
sudo systemctl start jetson-ingress
sudo systemctl start jetson-vst
AGX Orin hold the restart jetson-vst without internet connencted.
Thanks,
Please check /opt/nvidia/jetson-1.1.0/services/vst/compose.yaml. jps-init-vst services need network to check if vst is live. You can remove the checking if you want restart vst without network by change below line:
command: bash -c “chmod 1777 /tmp && source /health-check-script.sh”
to
command: bash -c “chmod 1777 /tmp”
The command worked as we tested it.
Thank you for your great support,
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.