-
-
Notifications
You must be signed in to change notification settings - Fork 8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Load plugins from path specified by OBS_PLUGINS_PATH #4067
Merged
jp9000
merged 1 commit into
obsproject:master
from
abcdw:plugin-paths-from-enviroment-varibles
Jan 16, 2021
Merged
Load plugins from path specified by OBS_PLUGINS_PATH #4067
jp9000
merged 1 commit into
obsproject:master
from
abcdw:plugin-paths-from-enviroment-varibles
Jan 16, 2021
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
WizardCM
reviewed
Jan 14, 2021
kkartaltepe
reviewed
Jan 14, 2021
Allow to load obs plugins from arbitary directory, specified by OBS_PLUGINS_PATH and OBS_PLUGINS_DATA_PATH environment variables.
jp9000
force-pushed
the
plugin-paths-from-enviroment-varibles
branch
from
January 16, 2021 03:06
92f4d72
to
a0b61bf
Compare
@jp9000 Cool. Thank a lot! Can you put a 26.1.3 tag, please? It will simplify the process of accepting patches for obs package in Guix. |
9 tasks
Xaymar
added a commit
to Vhonowslend/StreamFX-Public
that referenced
this pull request
Sep 17, 2022
Thanks to the PR by @abcdw (obsproject/obs-studio#4067) we can support 'local user' installations. These will allow end users to install StreamFX without requiring Administrator rights, or learning how to use OBS Studio in portable mode.
9 tasks
Xaymar
added a commit
to Vhonowslend/StreamFX-Public
that referenced
this pull request
Sep 17, 2022
Thanks to the PR by @abcdw (obsproject/obs-studio#4067) we can support 'local user' installations. These will allow end users to install StreamFX without requiring Administrator rights, or learning how to use OBS Studio in portable mode.
Xaymar
added a commit
to Vhonowslend/StreamFX-Public
that referenced
this pull request
Sep 17, 2022
Thanks to the PR by @abcdw (obsproject/obs-studio#4067) we can support 'local user' installations. These will allow end users to install StreamFX without requiring Administrator rights, or learning how to use OBS Studio in portable mode.
Xaymar
added a commit
to Vhonowslend/StreamFX-Public
that referenced
this pull request
Sep 17, 2022
Thanks to the PR by @abcdw (obsproject/obs-studio#4067) we can support 'local user' installations. These will allow end users to install StreamFX without requiring Administrator rights, or learning how to use OBS Studio in portable mode.
Xaymar
added a commit
to Vhonowslend/StreamFX-Public
that referenced
this pull request
Sep 17, 2022
Thanks to the PR by @abcdw (obsproject/obs-studio#4067) we can support 'local user' installations. These will allow end users to install StreamFX without requiring Administrator rights, or learning how to use OBS Studio in portable mode.
Xaymar
added a commit
to Vhonowslend/StreamFX-Public
that referenced
this pull request
Mar 27, 2023
Thanks to the PR by @abcdw (obsproject/obs-studio#4067) we can support 'local user' installations. These will allow end users to install StreamFX without requiring Administrator rights, or learning how to use OBS Studio in portable mode.
Xaymar
added a commit
to Vhonowslend/StreamFX-Public
that referenced
this pull request
Mar 28, 2023
Thanks to the PR by @abcdw (obsproject/obs-studio#4067) we can support 'local user' installations. These will allow end users to install StreamFX without requiring Administrator rights, or learning how to use OBS Studio in portable mode.
Xaymar
added a commit
to Vhonowslend/StreamFX-Public
that referenced
this pull request
Apr 5, 2023
Thanks to the PR by @abcdw (obsproject/obs-studio#4067) we can support 'local user' installations. These will allow end users to install StreamFX without requiring Administrator rights, or learning how to use OBS Studio in portable mode.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Allow to load obs plugins from custom directory, specified by
OBS_PLUGINS_PATH and OBS_PLUGINS_DATA_PATH environment variables.
Example usage:
OBS_PLUGINS_PATH=/opt/lib/obs-plugins OBS_PLUGINS_DATA_PATH=/opt/share/obs/obs-plugins obs
Motivation and Context
It's required to make it possible to package obs plugins using guix and nix package managers. Because in those package managers every package has it's own directory with the result of the build, it's not possible to relocate plugin's binaries to obs directory.
It will help to solve: NixOS/nixpkgs#77627
How Has This Been Tested?
Tested on Guix GNU/Linux, kernel 5.10.3, x1 yoga 4th laptop
Those changes should not affect other obs subsystem, only plugin loading process.
Types of changes
Checklist: