📜  要播放视频,您可能需要安装所需的视频编解码器 - 无论代码示例

📅  最后修改于: 2022-03-11 14:59:25.747000             🧑  作者: Mango

代码示例1
Firefox doesn't play videos compressed with patented video codecs like H.264 without an external assist.
On Linux, I think Firefox looks for the FFmpeg package to be installed on the OS.

sudo apt update
sudo apt install ffmpeg