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
1
vote
0 answers

GUI framework to create a Windows app with opacity that can be captured by OBS

The question breaks down into two: Is it even possible to create a Windows app with an opaque (not fully transparent) background that can be overlayed on top of other sources in OBS? Any examples of such apps? What I mean is: If yes to (1), then…
vadbut
  • 39
  • 6
1
vote
0 answers

How do I connect to the SLOBS pipe for json-rpc?

I want to use the Streamlabs OBS API found at https://stream-labs.github.io/streamlabs-obs-api-docs/docs/index.html. It says to send the requests to the "named slobs pipe", but I don't know how to do that. Can anyone help?
1
vote
0 answers

Building OBS Studio Music Edition on windows CMake 'Configure' error

I'm having a problem building obs music edition on windows, running "Configure" on cmake-gui. I got this error CMake Warning (dev) at plugins/win-asio/CMakeLists.txt:38 (target_link_libraries): Link library type specifier "optimized" is followed…
Rui d'Orey
  • 982
  • 3
  • 13
  • 31
1
vote
0 answers

Read/get remote webrtc stream from OBS.ninja with Python aiortc

I'm trying to read/get a remote stream which is provided via OBS.ninja, process it (do some kind of object detection) and then send the new stream to another server. I'm wondering if aiortc is the correct library/tooling for it or if I should…
MaGi
  • 171
  • 1
  • 1
  • 10
1
vote
0 answers

Connect matlab to ip camera

Similar problem like Access IP-camera with matlab I tried to read in two different IP Cams (Ubiquiti UniFi UVC G3 and a virtual camera via OBS Studio) independently. It works with the VLC player, but not with Matlab. Unfortunately the matlab help…
Becks_jn
  • 11
  • 3
1
vote
1 answer

Using an actual audio recording to filter out noise from a video

I use my laptop (Ubuntu 18.04 LTS derivative on a Dell XPS13) for recording videos (these are just narrated presentations) using OBS. After a presentation is done (.flv format), I process it using ffmpeg using filters that try to reduce background…
user2751530
  • 197
  • 1
  • 2
  • 9
1
vote
0 answers

How to use virtual cam in Android Studio?

I heard myself finding Obs' virtual cam in Android Studio in an Android emulator for 6 hours, but only my plugged in cam is recognized. How else can I do that, I have this possibility in my head for which I have not found a solution online. I have…
meikzi
  • 11
  • 1
1
vote
1 answer

Webrtc That works with Obs Studio

Hello It may seem a little complicated or confusing, but there would be a way to make a Webrtc transmission using the Obs te some platform What do that? Can you do that for Peer Js?
1
vote
1 answer

How do I run python-osc inside OBS as script?

I want/need to make this code run inside OBS as a script. I took this OSC Sender for OBS that it does what the name says: it sends OSC messages. But, inside the code, the server part is commented, because it doesn't work... right out of the box. It…
Mario Mey
  • 1,582
  • 3
  • 13
  • 13
1
vote
0 answers

Get YouTube stream url before broadcasting when you stream with OBS

It is going to be a YouTube API question using JavaScript. Hold on... I regularly stream to YouTube using OBS Studio. I do it so, that I click on the "Live broadcast" icon in YouTube Studio. YouTube Studio:…
Erik Kránicz
  • 345
  • 1
  • 2
  • 12
1
vote
1 answer

OBS stream to meeting on Ubuntu

with everything being online these days, I am looking to improve my lectures for students by making use of OBS (Open Broadcasting Software) on a Linux (Ubuntu 20) platform. Ideally, I would like to redirect the normal streaming/recording of OBS to a…
CtrP
  • 11
  • 1
1
vote
1 answer

How to execute this PowerPoint Macro for OBS on macOS Big Sur?

This PowerPoint Macro (in Windows) will allow a change of scene in OBS by taking the first four characters in a presentation's notes and parsing them as keystrokes to OBS. E.g. OBS1 will keystroke Control+1 in OBS and thus change the scene according…
deskmonkey
  • 11
  • 1
1
vote
0 answers

Raspberry Pi 4 OBS Virtual camera

I wrote this bash file, but not working. I think RPI just 32bit and the package what I found 64bit. Do you have any idea, how to find 32bit version of the package or how can I solve the problem? I used this…
1
vote
0 answers

OpenCV VideoCapture initialization with an RTMP url is taking more than 30 seconds

I'm doing the following to open an RTMP stream using opencv VideoCapture cap; cap.open("rtmp://192.168.1.122/live/secret-key0"); Then the program waits for 30 seconds for the connection and then resumes and the video is captures. I want to capture…
pruthvidr
  • 73
  • 9
1
vote
0 answers

How to implement the OBS functionality in HTML format?

I need to deploy scenes and their sources right in one web project so i can use it's flow in OBS without building scenes in the OBS itself. Are there any libraries or ready solutions for this? Maybe exist some programs which allow to create scenes…
Alex Burla
  • 127
  • 1
  • 14
1 2
3
8 9