FFPLAY is not working

Developed a person assistant that I can run on a bunch of my machines. I went to add some video clips while its running on the nano and found this when running ffplay. Any ideas?

ffplay dbus[6312]: arguments to dbus_message_new_method_call() were incorrect, assertion path != NULL failed in file …/…/…/dbus/dbus-message.c line 1362.

Hi,
On Jetson plstforms, we don’t enable hardware acceleration in ffmpeg. Suggest you try gstreamer. Furthermore, you may try tegra_multimedia_api.
https://developer.nvidia.com/embedded/dlc/l4t-accelerated-gstreamer-guide-32-2

$ gst-launch-1.0 uridecodebin uri=file:///home/nvidia/deepstream-4.0/samples/streams/sample_720p.mp4 ! nvoverlaysink