Arnold Chan 0 Posted May 17, 2022 (edited) Hi, I am using a Tinker Board Edge R, but the situation should happen on general Tinker Board products, I believe. When I installed VLC, when I play a mp4 file, I will receive the following errors: libGL error: unable to load driver: rockchip_dri.so libGL error: driver pointer missing libGL error: failed to load driver: rockchip libGL error: unable to load driver: rockchip_dri.so libGL error: driver pointer missing libGL error: failed to load driver: rockchip and the video is very laggy, obviously the hardware acceleration was not applied. Not sure if this problem applies to all Rockchip SBC. Thanks Arnold Edited May 17, 2022 by Arnold Chan Share this post Link to post Share on other sites
tooz 53 Posted May 17, 2022 hello @Arnold Chan, vlc is not supported on rockchip-based sbcs. Share this post Link to post Share on other sites
Arnold Chan 0 Posted June 7, 2022 Hi @tooz, Thank you for your reply. In this case, do you know if there is any script driven media player available on Tinker board? Particularly Python driven media player that we can leverage to? We'd love to migrate to TinkerBoard, if we can overcome this technical issue. Thanks and regards, Arnold Share this post Link to post Share on other sites
tooz 53 Posted June 7, 2022 hello @Arnold Chan, only gstreamer is supported, please add the following command to the script for testing: $gst-play-1.0 “videopath” Share this post Link to post Share on other sites