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

D/InputConnectionAdaptor( 5956): The input method toggled cursor monitoring on

When I start the application on the Android emulator and try to use the virtual keybord, it immediately gets closed and I see the following message on DEBUG CONSOLE: D/InputConnectionAdaptor( 5956): The input method toggled cursor monitoring on It…
Hasani
  • 3,543
  • 14
  • 65
  • 125
0
votes
1 answer

Youtube Live Video embedding not allowed

I want to embed a Youtube Live Video inside a webpage. Some years ago this was not a further problem. At the weekend I created a new Youtube account for a sports club and Livestreaming was activated 24h after verification. Now I set "allow…
0
votes
0 answers

How to export AS3 animations to livestreaming softwares like OBS, vMix?

Do you know any library to export AS3 animations to streaming softwares like OBS, vMix, etc? I don't want to use the "chroma key" technique because it has limitations. I want to export the "real transparency" animations from AS3 to the streaming…
PHCM
  • 1
  • 2
0
votes
3 answers

How can I get server and stream key from AWS MediaLive

I need to configure live streaming using OBS studio software, live streaming has already been setup on AWS using ElementalMediaLive(auto wizard). but I am unable to figure out the way to find the server address and stream key which are required the…
0
votes
2 answers

Why my observable variable can not update the "main.dart" in Flutter using GetX?

The following code is my auth_controller.dart code. I see the response comes from the backend works and it is what was expected and I have token and the isAuth value changes to true after I submit the form: enum AuthMode { Signup, Login } class…
Hasani
  • 3,543
  • 14
  • 65
  • 125
0
votes
2 answers

How to create an Authentication middleware for a Flutter app?

This is my home.dart code and I want to write an Authentication Middleware for my app. At the moment my main.dart code looks like this: void main() { Get.put(MenuController()); Get.put(NavigationController()); Get.put(AuthController()); …
user11874694
0
votes
1 answer

QMediaDevices::videoInputs() does not list OBS virtual camera as avaliable on Windows

I'm writing an application that takes in input from webcams and does some image processing on it. Currently I use Qt for the video capturing and display. I get the list of available cameras using QMediaDevices::videoInputs(). However, this function…
Mary Chang
  • 865
  • 6
  • 25
0
votes
1 answer

Pynput trigger physical button press. Hotkey pressing not working

The code is working fine the hotkey for the function is recognized and the buttons are being pressed. An OBS function is triggered by the HotKey in hotkey_e(). When I press it physicaly it works. But when I run this script the obs function doesn't…
Toms
  • 199
  • 5
0
votes
1 answer

Getting "The body might complete normally, causing 'null' to be returned, but the return type is a potentially non-nullable type" error using GetX

I get the following error message: The body might complete normally, causing 'null' to be returned, but the return type is a potentially non-nullable type. Try adding either a return or a throw statement at the end. While trying to use an…
user11874694
0
votes
1 answer

Nginx RTMP stream key

This is my Nginx RTMP config file worker_processes auto; rtmp_auto_push on; events {} rtmp { server { listen 1935; listen [::]:1935 ipv6only=on; application live { live on; record off; …
0
votes
2 answers

How OBS record hidden window?

I'm making a program to record a window that is obscured by another window via python and WIN32API library. Through many searches, I succeeded in capturing the hidden window through hwnd and BitBlt, but the execution time of my code is not stable. I…
dy.kim
  • 13
  • 4
0
votes
1 answer

How to push video frame to obs server for mobile live streaming on Android

I am an android developer and want to record the video from camera and push them to media server. I want to push the video frames to the obs server. There server will give me the url and key. But I don't know how to implement, is it similar to the…
dragonfly
  • 1,151
  • 14
  • 35
0
votes
1 answer

Cannot update DropdownButtonFormField field value in flutter with getx obs

I am using getx obs with fluter and the below is json response. [{"id":1,"designation":"Deputy General Manager"},{"id":2,"designation":"Executive Director, Technical Operations","designation_short_code":"ED,…
0
votes
2 answers

Is there a way to install obs with python on windows?

I've made an application that uses the obs virtual camera and I want to distribute it to my friends. The problem is that my friends are lazy and aren't bothering to install obs manually. I was hoping that I could install obs through the program…
Ultra
  • 51
  • 1
  • 9
0
votes
1 answer

How to add webcam selection to official mediapipe face detection solution?

https://google.github.io/mediapipe/solutions/face_detection#javascript-solution-api This is simplest way to add face detection to webcam feed on website using mediapipe by Google. My laptop have inbuilt webcam and one OBS virtual webcam also. When I…
Alok
  • 7,734
  • 8
  • 55
  • 100
1 2 3
8 9