Docker installation on L4T sets the Nvidia runtime as a default runtime for all containers, making it impossible for AO-RTSP to work normally on Jetson Orin Nano. To fix the situation users need to remove default-runtime from the /etc/docker/daemon.json configuration.
Docker installation on L4T sets the Nvidia runtime as a default runtime for all containers, making it impossible for AO-RTSP to work normally on Jetson Orin Nano. To fix the situation users need to remove
default-runtime
from the/etc/docker/daemon.json
configuration.