I'm one of the core contributors for OBS. Our website traffic has more than doubled over the last couple of weeks due to the COVID-19 situation - when we released the v25 update we accidentally killed our site due to a cache stampede after purging the CDN (oops). We're seeing all kinds of new uses, especially users who are integrating the OBS Virtualcam plugin to do presentations and other content sharing with apps t…
OBS is awesome. I love being able to switch scenes on the fly. But I have one suggestion that would save a lot of embarrassment for a lot of people. Tldr; There needs to be a master audio level display or at least some sort of master indication whether a stream is getting an audio signal or not. Or at the very least, audio sources should be muted by default in new scenes. We have an Intro screen scene that just displ…
OBS Studio: Open-source software for video recording and live streaming
271–280 of 371 posts
Re: OBS Studio: Open-source software for video recording and live streaming
#272I've been using OBS to stream to Youtube and record locally at the same time.
It's been over 400 videos now ever since Google Hangouts killed Youtube integration last August.
Why did Google kill integration between their properties, who knows? (https://arstechnica.com/gadgets/2019/06/google-is-killing-yo...)
With OBS streaming is dead simple just enter your Youtube API key and off you go.
If you are on a laptop with integrated AND discrete video cards there can be some issues with OBS recognizing the correct GPU.
Re: OBS Studio: Open-source software for video recording and live streaming
#273Earlier quoted context omitted.
Thanks for maintaining OBS! Any timelines for OBS Virtualcam to be available on macOS? It seems like several software like Snap Camera are integrating with users in this mode, OBS could be really helpful this way in webinars that don't happen over Twitch/YouTube.
Check out CamTwist in the meantime - that has a virtual camera on Mac, and I enjoy using it to flip my video upside down (because I live in New Zealand). Also for typing large-text subtitles over the image, which was great for my late grandmother. I'm not affiliated, and it's free. http://camtwiststudio.com/
Re: OBS Studio: Open-source software for video recording and live streaming
#274I know it's free... Still, to me, after couple years of sponsorship it should have fixed itself... (specially with hardware as common as mine.)
Re: OBS Studio: Open-source software for video recording and live streaming
#275I randomly learned OBS a while ago for doing some twitch streams in the evenings. I'm so glad I did. I run a 6,000 people company during the day and have OBS setup to push into Google Meet. I've done townhall with live on-screen Q/A voting, hosted podcast discussions, done PIP product reviews. I use its video record feature to react to figma prototypes and post the MP4s in the respective channel for discussion. OBS i…
Are there any existing plug-ins for virtual microphone? I want to use OBS'S realtime noise suppression and noise gating in another app (mainly online lecture platform Echo360). I got it working using VoiceMeeter in what seems like a hacky way, but only with high latency so far.
pactl load-module module-null-sink \
sink_name=Device_Name \
sink_properties=device.description=Device_Name
If some program filters out output monitors from its input list, you can usually use pavucontrol to force-change it. Or, you can create a linked virtual source: pactl load-module \
module-virtual-source \
source_name=VirtualMic \
master=Device_Name.monitor \
source_properties=device.description=VirtualMic
Then in OBS settings you can set up the virtual device as Monitoring Device.I took the commands from one of my side projects, maybe someone will find other parts of it interesting: https://github.com/pzmarzly/mic_over_mumble
Re: OBS Studio: Open-source software for video recording and live streaming
#276Earlier quoted context omitted.
JACK audio or ALSA monitor device
Tip: zoom doesn't list pulseaudio monitors in the available sources, and trying to set zoom's input to anything manually from pavucontrol fails silently (even if zoom is set to "use system default" or whatever it's called). The only way I found to stream audio to zoom is to use a pulseaudio module that lets you use a named pipe as a source. You can then output your sound to said named pipe, and set it as the micropho…
Re: OBS Studio: Open-source software for video recording and live streaming
#277Earlier quoted context omitted.
Wayland won't be a thing until they agree on the common API for the real time capturing of the screen. I've read some Wayland developers said screen capturing is not a priority and I can't understand it. The screen capturing demand is higher than ever now we have ubiquitous live streaming sites everywhere and people earn the money from it. Besides, the easiest way to explain how to use GNU/Linux desktop for the compl…
The common API is the desktop portal and pipewire. The major projects (GNOME/KDE/wlroots) all agree on this one. Take a look at the links in the GP comment more info.
Re: OBS Studio: Open-source software for video recording and live streaming
#278Re: OBS Studio: Open-source software for video recording and live streaming
#279One thing I wish you could do is have two different copies of an input - in my case, I wanted a video stream input (webcam) where I apply one set of filters to it for one scene, and a different set of filters to another scene. Seems like filters are globally applied to the instance, and you can't have two different scene elements with the same video input device.
Re: OBS Studio: Open-source software for video recording and live streaming
#280OBS is amazing. Half our faculty just went all-out and spent thousands of dollars on some commercial screen recording software. Meanwhile I'm doing my online courses with OBS, and it works beautifully. I have multiple scenes set up in OBS that grab different parts of my screens, and I switch between them with simple key strokes, while narrating on my actions as I do them. It's a very simple, and very effective setup,…
By chance, do you know what software your faculty purchased?