Questions tagged [obs]

OBS (Open Broadcaster Software), is a software package designed for video recording and live streaming, supporting a limited version of HLSL for implementing custom pixel shaders. GENERAL OBS SUPPORT IS OFF-TOPIC. QUESTIONS NEED TO BE PROGRAMMING RELATED. Question about the usage of OBS may be asked on https://superuser.com.

OBS, short for open broadcaster software, is free and open source software for video recording and live streaming. It supports a limited version of HLSL allowing users to write their own effects as pixel shaders.

Useful links

135 questions
0
votes
0 answers

Automatically launch electron app when OBS launches

I am developing a companion application in electron.js for OBS. I want this companion app to automatically launch when OBS launches. One way I was thinking of doing this was simply by having helper app launch on computer startup and just check to…
Shrey Joshi
  • 1,066
  • 8
  • 25
0
votes
0 answers

Autohotkey not always sending keys? (Whats going on here)

Basically I don't understand what's going on, any clarification would help I am trying to set the hotkey "_" and "alt _" in my program. So I made an autohotkey script to replace "/" with "_" and ever other press with "alt _" but it doesn't appear to…
0
votes
1 answer

Check real FPS from NDI source

I have NDI source self-written with NDI SDK. I send frames with predefined FPS (25, 30, 50, 60). I can view this stream with NDI Studio Monitor or OBS Studio. But I can't check real FPS. Could someone tell me how I can check the FPS on the some…
0
votes
1 answer

Is there any type of way to call a function inside a script in a HTML server from with node.js?

sorry in advance for my lack of technical language! So, what I want to do is a subscriptions counter for twitch that would be used in OBS (Open Broadcaster Software), I made the part that actually counts the subs in node.js (I actually have them to…
Sannen
  • 5
  • 4
0
votes
1 answer

Network Usage in windows 10 never going past 1%?

So i started making test streams on my youtube channel using Streamlabs OBS. I turned on performance mode, looked at the stream but it was like 2 fps. I looked at task manager and my network usage was NEVER going past 1%, and streamlabs's network…
Karim AlAhmed
  • 23
  • 1
  • 5
0
votes
1 answer

How to set H264 NVENC encoding parameters to output high-quality video stream?

I use NVENC (nvEncodeAPI) interface hardware encoding H264, and then RTMP to stream out, when using ffplay to pull the stream to watch, I found that the picture is obviously distorted: the green lines become sharper? the text color becomes lighter…
fredirty2017
  • 103
  • 11
0
votes
1 answer

Cannot connect to remote rtmp server

I'm trying to build a private streaming server (RTMP/HLS) with Go. The basic concept is similar to Twitch. The user can live broadcast a video using OBS (and a unique key). I came across a Go framework called Seal, which seems to do exactly what I…
Odd
  • 563
  • 8
  • 20
0
votes
0 answers

The parent HLS manifest could not be parsed. - error code 232600

I am using amazon web service. I created to web app using amply framework to make live stream web app. In here I used 3rd party software OBS to live stream. I am using JW player to view my live stream video. So I copied URL from my created web…
0
votes
1 answer

Why after rendering with ffmpeg, file size did not decrease?

PROBLEM: After rendering a certain video with ffmpeg file size increased from 4GB to 6GB. ORIGINAL VIDEO: EE1.mkv FFMPEG COMMAND: ffmpeg -i EE1.mkv -c:a copy -c:v libx264 -crf 23 -preset medium -profile:v high out.mp4 QUESTIONS: Why did the file…
ptrra
  • 1
  • 3
0
votes
0 answers

JQuery works on OBS but not on browser

I'm having issues with JQuery. If I use it in an HTML page, I can get it to work perfectly only if I then view the page via OBS (the streaming platform, yes). If I open that same page via a browser it won't work. Example: this is test.html. It's…
0
votes
1 answer

OBS Studio python hotkey

I'm currently trying to learn how to write python scripts for OBS Studio. I'm trying to setup a hotkey you can select/change within OBS, but I haven't been able to find any tutorials nor already-existing scripts that have this. (Scripts with this…
0
votes
1 answer

Send function key stroke from AutoHotkey to OBS Studio

I am trying to send a keystroke to OBS Studio using AutoHotkey. The code I am using is DetectHiddenWindows, On hWnd := WinExist("ahk_exe obs64.exe") ControlSend,, {F5}, ahk_id %hWnd% The function I want to trigger is "start recording" Nothing is…
Anders Lindén
  • 6,839
  • 11
  • 56
  • 109
0
votes
0 answers

OBS display draw transparent background

I want to draw a transparent window which render by obs-display, when i set the aplha channel, it not working when render. obs fill a default background color(0x4C4C4C), obs's code set the alpha to 1.0 ,I try to set the others value like 0.5f, but…
chen junhan
  • 83
  • 1
  • 1
  • 8
0
votes
0 answers

How to send a recording command to OBS in C#?

Softwares such as G HUB allow user to toggle streaming/recording without binding hotkeys. I would like to do the same in my program which is written in C#. I took a look at the frontend API documents but I am stil unsure how to implement such…
XHSKR
  • 13
  • 3
0
votes
1 answer

CSS Issue: I need to move text closer to banner

Firstly I am not a developer but I need a quick fix with CSS in my OBS. On the following picture https://i.stack.imgur.com/acqOw.jpg you can see "AKII0 is now following". How could I move the text "AKII0 is now following" up, closer to the…
AKIO
  • 11
  • 1
1 2 3
8 9