Resolving media player video playback freezes and system crashes on Ubuntu Linux involves configuring GPU hardware video decoding (VA-API / NVDEC).
VA-API Hardware Video Decoding Verification
# Install vainfo tool to verify Intel/AMD VA-API hardware video acceleration
sudo apt install vainfo
vainfo
# Launch MPV player using VA-API hardware decoding
mpv --hwdec=vaapi video.mp4
Comments and corrections