Replies: 1 comment
-
|
@Droppix thanks for sharing your idea. I'm thinking about how to allow users to write their own plugins outside the core of BetterCapture. I think there are many great ideas to improve BetterCapture, but some are very niche and hard to justify the maintenance effort they introduce. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Problem Statement
It would be interesting to be able to control BetterCapture through third-party applications. Personally, I'd like my application (SaaS) to be able to select the application I want to record (Video + Audio), and retrieve its content for processing.
Proposed Solution
This API (HTTP/HTTPS?) would enable SelectWindow/StartRecord/StopRecord/Parameters..., a bit like what we do today with MCP. Of course, you'd have to secure it! (Apikey/Secretkey).
Choosing HTTPS would enable easy/quick integration of apps written in javascript.
Alternatives Considered
No response
Additional Context
No response
I confirm that:
Beta Was this translation helpful? Give feedback.
All reactions