!417 !416 update 03_常见问题/FAQ.md 添加正确安装 OBS Studio内容

Merge pull request !417 from DSOE1024/dev-faq
This commit is contained in:
moshengren 2025-05-24 11:50:49 +00:00 committed by Gitee
commit c89658255b
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 8 additions and 1 deletions

View File

@ -256,4 +256,11 @@ Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
按照提示,选择对应的终端即可
![输入图片说明](./assets/更改默认终端.png)
## 如何正确安装 OBS Studio
- Q: 在wlcom环境下安装 OBS Studio 后,在添加源时却看不到 屏幕采集PipeWire
- A: 可能是没有安装 obs-plugins使用下面命令进行安装
```bash
sudo apt install obs-studio obs-plugins
```