Difference between revisions of "OBS Gstreamer plugin"
Jump to navigation
Jump to search
Line 2: | Line 2: | ||
# Download and install OBS [https://obsproject.com/download https://obsproject.com/download] | # Download and install OBS [https://obsproject.com/download https://obsproject.com/download] | ||
# Download and install Gstreamer [https://gstreamer.freedesktop.org/download/ https://gstreamer.freedesktop.org/download/] (MinGW 64-bit runtime installer, use Full installation) | # Download and install Gstreamer [https://gstreamer.freedesktop.org/download/ https://gstreamer.freedesktop.org/download/] (MinGW 64-bit runtime installer, use Full installation) | ||
#* <strong>IMPORTANT!</strong> Add gstreamer bin dir into PATH environment variable | #* <strong>IMPORTANT!</strong> Add gstreamer bin dir into PATH environment variable. By default | ||
<pre> | |||
C:\gstreamer\1.0\mingw_x86_64\bin | |||
</pre> | |||
# Download OBS Gstreamer plugin [https://github.com/fzwoch/obs-gstreamer/releases https://github.com/fzwoch/obs-gstreamer/releases] (latest release, obs-gstreamer.zip file) | # Download OBS Gstreamer plugin [https://github.com/fzwoch/obs-gstreamer/releases https://github.com/fzwoch/obs-gstreamer/releases] (latest release, obs-gstreamer.zip file) | ||
#* Extract obs-gstreamer.dll file from obs-gstreamer.zip | #* Extract obs-gstreamer.dll file from obs-gstreamer.zip | ||
#* Copy obs-gstreamer.dll into <strong>C:\Program Files\obs-studio\obs-plugins\64bit</strong> directory (if OBS installed into default destination) | #* Copy obs-gstreamer.dll into <strong>C:\Program Files\obs-studio\obs-plugins\64bit</strong> directory (if OBS installed into default destination) |
Revision as of 05:03, 28 March 2022
For Windows
- Download and install OBS https://obsproject.com/download
- Download and install Gstreamer https://gstreamer.freedesktop.org/download/ (MinGW 64-bit runtime installer, use Full installation)
- IMPORTANT! Add gstreamer bin dir into PATH environment variable. By default
C:\gstreamer\1.0\mingw_x86_64\bin
- Download OBS Gstreamer plugin https://github.com/fzwoch/obs-gstreamer/releases (latest release, obs-gstreamer.zip file)
- Extract obs-gstreamer.dll file from obs-gstreamer.zip
- Copy obs-gstreamer.dll into C:\Program Files\obs-studio\obs-plugins\64bit directory (if OBS installed into default destination)