Skip to content

常见问题

scottxu edited this page Nov 10, 2021 · 7 revisions

在菜单中找不到插件

Windows

请参阅 https://github.com/iamscottxu/obs-rtspserver/issues/1

请下载 VC++ 运行时并安装。https://www.microsoft.com/zh-CN/download/details.aspx?id=48145

Ubuntu

插件需要Qt 5.12版本才能正常加载。

如果你使用的是Ubuntu 18.04或更低版本,你将无法通过默认软件包源安装Qt 5.12版本,但是可以使用PPA源安装:

sudo add-apt-repository ppa:beineri/opt-qt-5.12.0-bionic
sudo apt-get update
sudo apt-get install qt512-meta-minimal -y
echo "export LD_LIBRARY_PATH=/opt/qt512/lib/" | sudo tee -a /etc/profile
source profile

但是,我们仍然建议你直接升级操作系统。

Clone this wiki locally