importobsws_pythonasobs# pass conn info if not in config.tomlcl=obs.ReqClient(host='localhost',port=4455,password='mystrongpass',timeout=3)# Toggle the mute state of your Mic inputcl.toggle_input_mute('Mic/Aux') Requests Method names for requests match the API calls but snake cased. ...
I am using Python and obsws SDK. How can i mute and unmute mikrofones? For toogle there ist an example. Is there a way to change the text of a text source via the web socket? Somehow I can't find any commands for it. Best regards You must log in or register to reply here. ...
aatikturk / obsws-python Public Notifications Fork 10 Star 59 Code Issues Pull requests Actions Projects Security Insights Search all projects 0 Open 0 Closed Sort No open projects Footer © 2024 GitHub, Inc. Footer navigation Terms Privacy Security Status Docs Contact Manage ...
A Python library for interacting with OBS Studio through its WebSocket protocol (v5.x.x). This client provides a simple async interface to control OBS Studio programmatically.暂无标签 Python MIT 发行版 暂无发行版 贡献者 (1) 全部
OBS WebSocket遥控器 这是什么? obs-ws-rc是一个Python 3.5+库,可让您建立与OBS Studio的插件的客户端连接。 它使用它从底层的WebSocket库继承了ASYNCIO为基础的方法- 安装 该库: pip install obs-ws-rc 源代码 GitHub存储库: 文献资料 该文档 例子 示例代码位于示例文件夹中 执照 可通过MIT许可证获得...
packages = [{ include = "obswsc" }] [tool.poetry.urls] gitee = "https://gitee.com/elorfiniel/obs-ws-client-python" github = "https://github.com/Elorfiniel/obs-ws-client-python" [tool.poetry.dependencies] python = "^3.9" websockets = "^14.0" [build-system] requires ...
obs-ws-rcis a Python 3.5+ library that allows you to establish client connections to theobs-websocketplugin for OBS Studio. It uses anasyncio-based approach which it inherited from the underlying WebSocket library -websockets Installation
importobsws_pythonasobs# pass conn info if not in config.tomlcl=obs.ReqClient(host='localhost',port=4455,password='mystrongpass',timeout=3)# Toggle the mute state of your Mic inputcl.toggle_input_mute('Mic/Aux') Requests Method names for requests match the API calls but snake cased. ...
obs-ws-rcis a Python 3.5+ library that allows you to establish client connections to theobs-websocketplugin for OBS Studio. It uses anasyncio-based approach which it inherited from the underlying WebSocket library -websockets Installation