Playing a video
To play a video on a Synaptics Astra evaluation kit:
Install a pre-built image and connect to the board as described here
Connect the screen to the HDMI TX port of the board and power on the board
Connect the board to a local network with DHCP using the ethernet cable
Download a demo video to the board:
$ wget https://download.blender.org/durian/trailer/sintel_trailer-720p.mp4
Play the video:
$ export XDG_RUNTIME_DIR=/run/user/0 $ export WAYLAND_DISPLAY=wayland-1 $ gst-launch-1.0 filesrc location=sintel_trailer-720p.mp4 ! qtdemux name=demux demux.video_0 ! queue ! av1parse ! v4l2av1dec ! waylandsink fullscreen=true
To learn about other multimedia demos refer to Multimedia.