python

  1. 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!
  2. 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...
  3. 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...
  4. 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
  5. 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...
  6. 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...
  7. 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...
  8. U

    OBS Lua libre-macros 3.3.0

    Description & Installation & Usage: https://github.com/upgradeQ/libre-macros/blob/master/README.md
  9. 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?
  10. dEN00_5

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

    Шпаргалка по сценариям на python в обсе
  11. 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...
  12. 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.
  13. 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...
  14. DeckerEgo

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

    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...
  15. 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...
  16. L

    Retrieving data from COM3 using inbuilt Python scripting

    I've been using OBS to stream snooker videos for a very long time. Whilst some of what I do utilises a specific bespoke software package for scoring, this isn't always available to me. For those occasions I do not have it, I use another package. However MANY referees have a particular type of...
  17. S

    Retrieving serial data with Python

    Hello guys and scripting experts, I created a python script for retrieving serial data from a data port of a scoreboard console (basketball). I basically got everything as I want. There's just one thing that trips my OCD (trust me, I spent more time solving this than creating the funtional...
  18. dkunin9

    Any way to change cooldown for timer in Python?

    Hi, I am new here and already have some stuff to solve: For example I have a command !command It is written in chat every second (i set it in timer) I have a condition when it is needed to change it's cooldown from 1 second to i.e. 2 or 3 or 5 How to handle this? Any ideas? Thank you, OBS...
  19. V

    url-text.py

    Bonjour, je me demandais comment utiliser le script: url.text.py. Je sais qu'il faut installer python 3.6.8 mais, je ne sais pas où. Je me demande également si j'ai besoin des droits d'administrateur pour pouvoir installer python. Merci de me répondre ;)
  20. V4n1X

    Non-OBS Script Trovo Viewer Counter v0.3

    TrovoViewerCounter Hey guys, trovo is a new streaming platform, so no tools exist yet. I started creating a simple viewer counter script in python. More detailed description is found on github, also a simple installation and usage guide. Have fun :)
Top