症状
ビデオを再生しようとすると、エラーが発生します:
Movie Player requires additional plugins to decode this file. The following plugins are required : MPEG-4-AAC decoder and H.264 decoder
提供された検索のヘルプも失敗します。
解決策
以下のコマンドを使用して、必要なすべてのマルチメディアプラグインとコードをnux-dextopリポジトリからインストールします。
# yum -y install http://li.nux.ro/download/nux/dextop/el7/x86_64/nux-dextop-release-0-5.el7.nux.noarch.rpm # yum install libdvdcss gstreamer{,1}-plugins-ugly gstreamer-plugins-bad-nonfree gstreamer1-plugins-bad-freeworld libde265 x265
さらに、デフォルトのマルチメディアアプリケーションでまだビデオを再生できない場合は、smplayerやvlcなどの他のメディアプレーヤーを試してください。これで、次のLinuxコマンドでこれらのメディアプレーヤーをインストールできます。
# yum install vlc smplayer