-
-
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
Add browser dock functions in the frontend api #7638
Draft
tytan652
wants to merge
1
commit into
obsproject:master
Choose a base branch
from
tytan652:browser_dock_frontend_api
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
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
tytan652
added
Enhancement
Improvement to existing functionality
New Feature
New feature or plugin
labels
Oct 22, 2022
6 tasks
tytan652
force-pushed
the
browser_dock_frontend_api
branch
2 times, most recently
from
October 22, 2022 16:19
91a2b8d
to
24b11a0
Compare
6 tasks
tytan652
force-pushed
the
browser_dock_frontend_api
branch
from
November 20, 2022 14:06
24b11a0
to
7b8bde6
Compare
tytan652
force-pushed
the
browser_dock_frontend_api
branch
from
December 21, 2022 08:39
7b8bde6
to
64c7503
Compare
tytan652
force-pushed
the
browser_dock_frontend_api
branch
2 times, most recently
from
January 20, 2023 20:39
8308cd3
to
9817cb8
Compare
tytan652
force-pushed
the
browser_dock_frontend_api
branch
2 times, most recently
from
January 29, 2023 13:05
d76d44f
to
1c06c07
Compare
tytan652
force-pushed
the
browser_dock_frontend_api
branch
from
February 7, 2023 17:30
1c06c07
to
6e8200f
Compare
tytan652
force-pushed
the
browser_dock_frontend_api
branch
3 times, most recently
from
February 20, 2023 11:43
d9aa6b1
to
7c77658
Compare
tytan652
force-pushed
the
browser_dock_frontend_api
branch
2 times, most recently
from
February 27, 2023 12:25
0264422
to
2ffe1b6
Compare
tytan652
force-pushed
the
browser_dock_frontend_api
branch
2 times, most recently
from
March 11, 2023 09:27
ab0facc
to
4c06f3f
Compare
6 tasks
tytan652
force-pushed
the
browser_dock_frontend_api
branch
3 times, most recently
from
March 21, 2023 12:03
8ebc9b4
to
31eedc7
Compare
tytan652
force-pushed
the
browser_dock_frontend_api
branch
3 times, most recently
from
May 3, 2023 06:54
5abe9c6
to
7ce8b6e
Compare
tytan652
force-pushed
the
browser_dock_frontend_api
branch
from
May 10, 2023 12:43
7ce8b6e
to
d18e3f7
Compare
tytan652
force-pushed
the
browser_dock_frontend_api
branch
2 times, most recently
from
May 31, 2023 06:30
f86930a
to
30897f5
Compare
tytan652
force-pushed
the
browser_dock_frontend_api
branch
from
June 3, 2023 23:53
30897f5
to
927dc2e
Compare
Might be superseded by #9220 browser related API for service integrations plugins |
8 tasks
RytoEX
modified the milestones:
OBS Studio (Next Version),
OBS Studio (Next Major Version)
Jun 7, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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
Depends on:
Add function to the frontend API:
obs_frontend_is_browser_available()
to check if OBS Studio have the browser feature (built with obs-browser, not running under Wayland).obs_frontend_add_browser_dock()
to add browser docks through the frontend API.obs_frontend_change_browser_dock_url()
that allows to change the URL of an already existing browser dock (not a custom browser dock from the UI).Motivation and Context
Finally land this feature.
Being able to use the browser from the frontend API is also a requirement of obsproject/rfcs#39.
How Has This Been Tested?
Added a browser dock through the API.
Types of changes
Checklist: