Can nvgstplayer play video without X11 environment?

Hi,
You can run ‘aplay -l’ to list all audio playback devices and set it to alsasink like:

$ gst-launch-1.0 filesrc location=a.mp4 ! qtdemux ! avdec_aac ! audioconvert ! alsasink device="hw:2,0"