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
1 answer

NGINX streaming RTMP: no accepted connections, no errors

I'm trying to send video stream from OBS studio over RTMP to nginx server on a VPS Problem: nginx doesnt seem to be accepting input on the URL, OBS times out on send I've followed this tutorial on making sure that nginx has everything it needs:…
woody121
  • 358
  • 3
  • 14
0
votes
1 answer

How to Stream With FFmpeg and NGINX RTMP

I'm trying to stream from OBS (open broadcast software) on my Windows PC to NGINX+RTMP also installed on the same PC. I have set a bitrate of 20,000Kbps in OBS which will be the foundation bitrate for the multiple streams I aim to setup within…
willowen100
  • 29
  • 1
  • 1
  • 4
0
votes
1 answer

Send request to websocket server using JSON data

Basically, I have OBS running on a computer and I need to interact with it through a second computer. I am using an OBS-WebSocket plugin which is creating a websocket server on OBS to send remote commands. My goal is to set visible / invisible a…
Nox
  • 17
  • 5
0
votes
1 answer

Stream Key in azure media service live streaming

I have created channel and program in azure media service. Both are running and I have Ingest URL. But OBS Studio asks me for "stream key". I tried providing "default" as suggested in…
Navaneeth
  • 13
  • 2
0
votes
1 answer

Stream videos opened by script

holiday greetings! I would run stream a videos open by script in one window by any media player (may be VLC). But I don't now how. Can you help me, please? Idea is open new video by script (any language) when previous video is ended in one window by…
Nikita
  • 11
  • 3
0
votes
1 answer

How to get/set vertical scroll filter property in OBS using C++?

It is necessary to get/set the value of the vertical speed property. The verticalSpeed property has a value of 500 (the maximum value of the slider), but in OBS I manually set 35. How to get exactly the value 35? A second question, how can I see all…
FakiR
  • 63
  • 1
  • 6
0
votes
1 answer

Why does the code only return the last date to OBS "text"?

I am trying to change the code in a phyton script for OBS studio to show the dates of coming events from a google calendar. But the output to OBS Studio only shows the same (last) date on every event. The script log shows it as it should be…
Endurion
  • 1
  • 1
0
votes
2 answers

How to find whether a process is running on Windows/Linux

I want my program to be able to detect whether OBS-Studio is currently running, and if it is, perform certain functionality in my program. The problem is I can't seem to find a solution that will work on both platforms. I've found things that use…
Frontear
  • 1,150
  • 12
  • 25
0
votes
0 answers

How can I retrieve comments from my Facebook Live stream and import as an OBS source?

I'm trying to find a way to grab comments from my Facebook Live video and have them available as a source in OBS so I can display or broadcast them. I found this example that works to some extent:
JamesA
  • 13
  • 1
  • 6
0
votes
0 answers

cmake-gui, What is ZLIB_INCLUDE_DIR error?

I want built OBS with cmake-gui. but "confirgure" is print error. CMake Error at C:/Program Files/CMake/share/cmake-3.15/Modules/FindPackageHandleStandardArgs.cmake:137 (message): Could NOT find Libx264 (missing: X264_LIB X264_INCLUDE_DIR) Call…
Kongfsk
  • 1
  • 3
0
votes
1 answer

browser performance impact of Knockout.js form with thousands of observables

I'm creating a form where the user will be able to add multiple rows with knockout.js, each row will have a 5 inputs and the user could potentially add hundreds of rows. I want to use observable array and make it's properties also observable, for…
Holly
  • 7,462
  • 23
  • 86
  • 140
0
votes
1 answer

GOP size does not correlate with actual latency

As far as I know, GOP size should correlate with observable video delay (latency). For example, if GOP size is 2, then delay in video should be near two seconds and so on, at least with CBR. But, when I set GOP size to 2, publish stream to ingest…
Alex
  • 571
  • 1
  • 8
  • 26
0
votes
0 answers

Why can't I connect OBS to my transcoding server?

I'm trying to write a server that will take incoming RTMP video and transcode to HLS for live streaming. I'm using ffmpeg on my server for the transcoding. Here is the ffmpeg command I am running: ffmpeg -i rtmp://127.0.0.1:1935/test -c:v libx264…
toastedDeli
  • 570
  • 5
  • 28
0
votes
1 answer

How to create source type image in python code?

I am trying to create the source type image from python script in obs. Want to know proper steps to create source in script. I already checked, no proper doc for python scripting…
-1
votes
0 answers

How to use OBS virtual webcam in Android Studio

I want to use OBS virtual camera in my Android virtual device on android studio. I was using OBS studio + obs virtual camera plugin in bluestacks and it was working fine. I tried to do the same thing in AVD but it dont work. This is what i already…
1 2 3
8
9