I have a project involving playback of multiple video files. I'd like to run this on an NVIDIA Jetson TK1 running Ubuntu 14.04, but the processing-video example code (playing transit.mov, custom videos, etc) are all running at noticably low framerates. I understand that compressed video is computationally intensive to decode, but shouldn't there be some way to enable hardware acceleration in processing-video?
Doing some digging, I'm aware that Processing uses gstreamer-java to interface with GStreamer to decode video. When I run GStreamer on the same video files using the tutorials here, they all play back at the proper framerate.
Any clue on how to get these components linked up so I can take advantage of my hardware? Thanks!