python

  1. rei2888

    How do i get the text string from an existed text source with python

    Hello, I want to write a python script, to get the text string from an existed GDI+ text source,and print this text string。 But i can't find a way or funtion to get the text string.Could somebody help me? Thanks Rei
  2. C

    Create video/webcam sources in a script

    Hello, This is my first post here so sorry if I am not perfectly clear. I try to create sources with a script, one for a webcam and a second for a rtsp video flux. It can be in Lua or in Python if possible but it seem if I don't make a mistake that it was not possible in Python. I have looked...
  3. O

    OBS Studio crashes with "timer_add"

    Hello everyone! I have a problem with running a script in the OBS Studio There is a "check_and_switch" function, and I want to call it every 3 seconds When I call it in this way "check_and_switch()" - everything works properly (but the function is called once) But when I write...
  4. J

    Accessing the bandwidth test checkbox

    Hello coders, I have written a short script to post a live notification to my discord webhook when I start streaming. What bothers me is that this even happens when I activate the "bandwidth test mode" under Settings -> Stream -> Platform Twitch and hit "Start Streaming". Is there a way to...
  5. felix_f

    Additional shortcut keys from script

    Hi, I would like to remap some keys from a second keyboard using python to use them as macro keys for other apps (mainly obs). I have the script mostly done, but I have a problem simulating a key press that is not used already, and that obs will actually like. As you can see below, I can either...
  6. H

    websocket ptz camera support

    Hello, I found that OBS Studio's websocket switching of cameras really easy to get working. Can I also control a PTZ camera as well using websockets? Thank you!
  7. Tobsa

    OBS Python Recording Notification 2.0

    How it works: When the 'Start recording' button is pressed a popup window appears on top of the screen showing you that OBS is recording, you can left-click and drag the window to position it. This script was made using Python and tkinter library. Installation: Download the...
  8. joealfonso98

    Auto generated CC and profanity censorship

    Hello everyone, I’m new here so bare with me. I’m currently working on a project, but I’m no programmer. Is it possible for someone to make an OBS plugin that uses a speech-to-text generator to censor profanity within OBS (using about a 10 second delay). I’m thinking this project might...
  9. Avn

    OBS Python Spotify Song Title v1.0

    Hey I've written a github repo, which will help out anyone that wants to display the currently playing songs name & artist in OBS! It's super easy to use; you won't need to try to set up any APIs
  10. M

    Oddball Request: Automating the Setup of a Stream Deck

    I am running a weekly live stream, the content of which changes from week to week. I have written Python scripts (on my Linux Laptop) to generate the scenes we need (on our Windows 10 streaming computer) using the Python scripting feature in OBS. It's a work in progress, but so far, so good...
  11. someducky

    Python Scripting - Pulling audio source information

    Hi! I've searched around in the guides, forum, and documentation for this, with no luck. I'm trying to pull information (the decibel level, to be precise) for a specific audio source, like a microphone for example. I know there's a flag for when the source is muted, but that's all I can find...
  12. U

    OBS Lua libre-macros

    upgradeQ submitted a new resource: obs-libre-macros - Scripting and macros hotkeys in OBS Studio for Humans Read more about this resource...
  13. U

    OBS Lua libre-macros 4.1.2

    Description & Installation & Usage: https://github.com/upgradeQ/libre-macros/blob/master/README.md
  14. freakrho

    Is it possible to get current playing file on VLC video source in python script?

    Hi, I'm making a python script to display the currently playing song from a VLC video source and I can't find a way to get that information, I've found nothing on the docs nor the forums. Is it posible to get some data on the currently playing media?
  15. dEN00_5

    OBS Python api по obs python 2020-11-24

    Шпаргалка по сценариям на python в обсе
  16. downthecrop

    Free Mutlitrack Recording Audio Remuxer 1.4

    With Twitch DMCA muting vods lots of people are going to be multitrack recoding locally. This tool can remux multritrack recodings into a new mp4 with a single audiotrack selected. Useful specifically if you record a track with only game audio and microphone selected for archival on Twitch or...
  17. dEN00_5

    OBS Python scene update (browser) and value change 1.0

    the current plugin updates the browser scene. It was done in order not to independently press the hide button and update it automatically.
  18. cardenasvar

    How to decide whether to save a recording and be able to rename the video of the recording?

    Friends, I have a python script that creates an automated recording from an external web interface. My question is, how can I indicate in the script that if the save_video variable is True, save the video of the recording and read the name_video variable where I indicate the name that the video...
  19. DeckerEgo

    OBS Python TallyOBS: Push scene changes to WiFi-enabled tally lights 1.5

    A network controlled tally light for cameras, intended for control directly from OBS. Rather than having the lights hit a web gateway hosted by OBS, this reaches out directly to the tally lights and controls them over HTTP. This does not use the websocket plugin and there is no need to open up...
  20. DeckerEgo

    TallyOBS: Push scene changes to WiFi-enabled tally lights

    DeckerEgo submitted a new resource: TallyPi: Push scene changes to WiFi-enabled tally lights - A tally light platform that doesn't require remote connections into your OBS instance Read more about this resource...
Top