ffmpeg를 설치한 방법은 다음과 같습니다.
apt-get install ffmpeg
내 배포판은 다음과 같습니다.
Linux debian3 4.19.0-9-amd64 #1 Debian 4.19.118-2+deb10u1 (2020-06-07) x86_64 GNU/Linux
문제는 실행하려고 할 때 ffplay file.pcm
오류 메시지가 표시된다는 것입니다.
error: XDG_RUNTIME_DIR not set in the environment.
Could not initialize SDL - No available video device
(Did you set the DISPLAY variable?)
다른 오디오 파일(mp3, wav)을 사용해 보았지만 출력은 항상 동일했습니다.