1#!/bin/bash 2 3export mpp_syslog_perror=1 4 5export PREFERED_VIDEOSINK=xvimagesink 6export QT_GSTREAMER_WIDGET_VIDEOSINK=${PREFERED_VIDEOSINK} 7export QT_GSTREAMER_WINDOW_VIDEOSINK=${PREFERED_VIDEOSINK} 8 9echo performance | tee $(find /sys/ -name *governor) /dev/null || true 10 11multivideoplayer -platform xcb 12