How are you logged into the VOXL to get the window? I was able to get it by running ssh -X root@<VOXL IP>
from a Linxu host were I was logged in with a display. I don't have any peripheral to get a display directly from the VOXL.
You can test my method by connecting to the VOXL via ssh -X
then running this gst-launch-1.0 videotestsrc ! autovideosink
. You should see a window pop up with a test pattern.
Hopefully that fixes the issue, if not, you can try to switch omxh264dec
with avdec_h264
but it will then use CPU instead of GPU