-
Notifications
You must be signed in to change notification settings - Fork 54
FAQ
scottxu edited this page Nov 6, 2021
·
10 revisions
See also https://github.com/iamscottxu/obs-rtspserver/issues/1.
Please download and install the VC++ runtime. https://www.microsoft.com/en-US/download/details.aspx?id=48145
This plugin depends on Qt 5.12 version.
If the operating system is Ubuntu 18.04 or lower, you cannot install Qt 5.12 from the default source. Install Qt using the PPA source:
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
However, we recommend to upgrade the operating system to the latest version.