Skip to content

Linux Releases

aramg edited this page Nov 16, 2022 · 20 revisions

Due to the wide variety of distros, packages, and package managers it is difficult to distribute an easy-to-use bundle for Linux users.
The DroidCam plugin releases are mostly self contained and the main dependency is ffmpeg.

OBS version 28+

Depending on the ffmpeg version used in OBS on your distro, you will need either

DroidCam OBS Plugin v1.5.1 for FFMpeg-4 (up to Ubuntu 22.04 LTS)

DroidCam OBS Plugin v1.6.0 for FFMpeg-5 (Ubuntu 22.10, Fedora 36)

More specifically, it is the libavcodec package:
libavcodec58 == ffmpeg-4
libavcodec59 == ffmpeg-5

Non-Ubuntu users can check which library their system is using, and download accordingly.
Consult the README.TXT in the download zip on how to install.

Clone this wiki locally