Other Parts Discussed in Thread: SK-LCD1
using the image from the 9.00.00.03 SDK
using information from this page:
these commands to turn off GPU:
- systemctl stop weston
- modprobe -r pvrsrvkm
- systemctl start weston
and this command (script) to play videos)
gst-launch-1.0 multifilesrc location=/home/root/$1 loop=true ! qtdemux name=demux demux. ! queue ! avdec_aac ! audioconvert ! audioresample ! alsasink demux. ! queue ! h264parse ! avdec_h264 ! videoconvert ! fpsdisplaysink video-sink=waylandsink text-overlay=false -v 2>&1
playing a video that is on the SD Card
using the sk-LCD1 with the board
i have developed some questions that are slowing me down.
a) is this the right command to get fps information from gstreamer or is there a better way to do it?
b) playing a 1920x1080 video with all 4 cores and the GPU active (i assume as i haven't disabled it for this test) my FPS for the video hover around 22FPS. is that expected or should it be higher?
c) when i drop to 2 cores (GPU on) the FPS goes down to about 7FPS, is that expected?
d) when i disable the GPU and try to play the video no video plays at all. i get the audio but the best i ever get for video is a still image from one of the frames. the output from gstreamer FPS would make it seem like it is outputting video. do i need a different gst command to play video when the GPU is disabled?