javascript

  1. H

    Custom auto scrolling for AIMP track info

    such the problem. I output the full name of a track from Aimp using a plugin in txt file. then I somehow put its contents in the HTML body (this is not important now). for some reason, in my case, it refuses to work outside of codepen - both in the browser and in OBS. I just don't know much...
  2. U

    Free Transparent Google Slides Player 0.0.5

    Transparent Google Slides Player An app to play Google Slides with a transparent background and connect to OBS to control scene changes. This is an Electron app that removes the background from a Published Google Slide show. It also uses OBS WebSockets to change scenes in OBS based on the slide...
  3. M

    Translating .json files to video source

    Hello! The question arose, is it possible to translate .json files into videos using a plugin or script? Let me explain, it is necessary that a window with text appears in the scene at a certain time, and that the window adjusts to the number of characters. Can this be done with any tools...
  4. U

    Non-OBS Script Connect Excel to OBS .1

    This sample Excel JavaScript shows how to use the Excel Script Lab add-in and the OBS WebSocket to display an Excel cell's value in OBS. With the sample script the User selects a cell in Excel, then the value in that cell is used to replace the content of an OBS Text Source. This is a simple...
  5. J

    Open OBS from web browser

    Hi. I have a web application in Angular (static code in S3) that I would like it to ask the user for a permission to open OBS from the user's desktop. Additionally to that, I am using OBS with --startstreaming in launch parameters. If the above can be achieved, will it use this launch parameter...
  6. B

    OBS not autoplaying videos any more with update to 27.2.3

    Hi, I'm using this code here - https://github.com/UpDownLeftDie/obs-random-videos/releases/tag/v3.1.1 - for playing random videos from my computer. Unfortunately, there's been an update to how OBS handles html pages and the videos no longer load. Is there a way to use a different browser...
  7. W

    Browser source CustomCSS not visible to Javascript?

    I'm working on a CSS Animation, and I'd like to set some parameters in the Custom CSS properties field of the Browser source. If I have this in the Custom CSS field of the Browser source's properties: body { --name: "My Name" ; --name-color: orange ; } I can access the CSS variables in the...
  8. Vaesive

    OBS cannot access local files from local HTML JavaScript

    I cannot for the life of me get OBS to show a simple HTML file with some JavaScript that reads from a local txt file in the same directory that the html file lives. Everything works fine with Firefox and Chrome with no console or JS errors. Things I've tried: Adding...
  9. E

    Script quando ativo uma cena executar um site

    Olá, estou procurando um script luz de registro, quando uma cena ativa executa um site e quando alterar uma cena executar outro site. O site tem um código que quando site.com/on Ou off Que acende ou apaga a luz
  10. Z

    Free Zyphen's Now Playing overlay 2.1

    This is a quick Now Playing overlay I created, inspired by the awesome widget created by Aiden Wallis. Video demo available here. Video tutorial available here. GitHub repo available here. JPN installation guide available here. (thanks to 25reinyan25.net) Why use this? If you ever tried...
  11. Z

    Non-OBS Script Now Playing Widget 2.2

    I wanted to have a local solution that does not rely on an external server uptime, so here we go ! Here is a simple html file that uses the text and cover generated by Tuna to show an animated "Now Playing" Widget. Requirement Tuna : https://obsproject.com/forum/resources/tuna.843/ How to...
Top