Skip to content

Instantly share code, notes, and snippets.

@srd424
Created September 17, 2023 09:13
Show Gist options
  • Save srd424/3693bb35ed3770d8523974371ce8ad99 to your computer and use it in GitHub Desktop.
Save srd424/3693bb35ed3770d8523974371ce8ad99 to your computer and use it in GitHub Desktop.
dependencies required to install OBS-studio-webrtc
# dependencies required to install broken deb packages from
# https://github.com/CoSMoSoftware/OBS-studio-webrtc/releases
# to run binary
apt-get install libavcodec58 libavformat58 libpython3.10 libqt6widgets6 libqt6svg6 libqt6xml6 libmbedtls14 libc++1-14 libswscale5 libpulse0 qt6-qpa-plugins
# to startup
apt-get install libavdevice58 libavfilter7
# for plugins:
apt-get install libluajit-5.1-2 libnss3 libspeexdsp1 libv4l-0 libxcb-xinerama0 libxcb-composite0 libvlc5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment