OBS is great, with lots of useful feature. One setup to combine multiple computers into one video stream I don't see often is to run OBS virtual camera on each computer to capture the local screen, and then feeds the OBS virtual cam videos over NDI to other computers. One of the computers running OBS acts as the combiner to take in all the remote video sources and combine them into the final output video.
OBS Studio 27.0
101–110 of 119 posts
Re: OBS Studio 27.0
#102Seeing as OBS is now ubiquitous for livestreaming, I have to wonder if there's one or more software companies out there who see all that usage as lost revenue from a proprietary solution and are kicking themselves over it. I almost can't believe how good OBS is for being open source.
Re: OBS Studio 27.0
#103My favorite OBS feature is that you can bring in transparent browser windows all over the place. As such, I have my work conferencing set up so my time appears in the upper-right corner. I’m on the east coast and everyone I work with is on the west coast. It’s a nice way to remind them of my current time. (It also passive aggressively animated to purple with a moon when its “after hours,” a/k/a 5pm for me.) I also ha…
I wouldn't call it passive-aggressive; it's a pertinent bit of information that could be easily missed by some otherwise.
Re: OBS Studio 27.0
#104Seeing as OBS is now ubiquitous for livestreaming, I have to wonder if there's one or more software companies out there who see all that usage as lost revenue from a proprietary solution and are kicking themselves over it. I almost can't believe how good OBS is for being open source.
Re: OBS Studio 27.0
#105Seeing as OBS is now ubiquitous for livestreaming, I have to wonder if there's one or more software companies out there who see all that usage as lost revenue from a proprietary solution and are kicking themselves over it. I almost can't believe how good OBS is for being open source.
I think streamlabs [0] is that "proprietary" solution making money with an even more user friendly UX and useful extensions. [0] https://streamlabs.com/
Re: OBS Studio 27.0
#106Earlier quoted context omitted.
(which will appear as a camera source on its own, no OBS required. I was for a while a happy Camo user too, but eventually bought a webcam so I didn't have to hook and unhook my phone; it's good software)
I'm an iPhone webcam user because commercial webcams are incredible worse in quality than modern day smartphones. I regret purchasing one of the better rated Logitech ones and appearing like a washed out zombie on video calls. Meanwhile we walk around with a quasi-DSLR in our pockets.
but the convenience of the webcam is too much for me to ignore
Re: OBS Studio 27.0
#107Earlier quoted context omitted.
I'm an iPhone webcam user because commercial webcams are incredible worse in quality than modern day smartphones. I regret purchasing one of the better rated Logitech ones and appearing like a washed out zombie on video calls. Meanwhile we walk around with a quasi-DSLR in our pockets.
it drives me crazy! I posted a comparison on twitter: https://twitter.com/llimllib/status/1361752629882183680 but the convenience of the webcam is too much for me to ignore
I bought it at a premium at the height of the COVID-related hardware shortage and I regret it every time I see it in my drawer.
Re: OBS Studio 27.0
#108My favorite OBS feature is that you can bring in transparent browser windows all over the place. As such, I have my work conferencing set up so my time appears in the upper-right corner. I’m on the east coast and everyone I work with is on the west coast. It’s a nice way to remind them of my current time. (It also passive aggressively animated to purple with a moon when its “after hours,” a/k/a 5pm for me.) I also ha…
Very cool idea. Is the code public? I'd love to see how you implement it.
But generally speaking, if you can get JavaScript to display the current time in a browser, you can pull in that file via a browser source (using a file:// protocol) and show it on the screen. From there, it's a matter of doing anything else you can get JS to show in a browser. Or, if you have a local server running, you can display entire websites along side your face.
At that point, it's an interesting shift in mindset — you're not designing stuff for the browser, but to be displayed next to you.
Re: OBS Studio 27.0
#109My favorite OBS feature is that you can bring in transparent browser windows all over the place. As such, I have my work conferencing set up so my time appears in the upper-right corner. I’m on the east coast and everyone I work with is on the west coast. It’s a nice way to remind them of my current time. (It also passive aggressively animated to purple with a moon when its “after hours,” a/k/a 5pm for me.) I also ha…
> It also passive aggressively animated to purple with a moon when its “after hours,” a/k/a 5pm for me. I wouldn't call it passive-aggressive; it's a pertinent bit of information that could be easily missed by some otherwise.
Re: OBS Studio 27.0
#110My favorite OBS feature is that you can bring in transparent browser windows all over the place. As such, I have my work conferencing set up so my time appears in the upper-right corner. I’m on the east coast and everyone I work with is on the west coast. It’s a nice way to remind them of my current time. (It also passive aggressively animated to purple with a moon when its “after hours,” a/k/a 5pm for me.) I also ha…
...share? :)
But basically, anything you can render in a browser can happen on the screen. Get JavaScript to show your current time in a browser, then pull in that URL into your OBS scene. The background will be transparent.
I think it's using Blink to render things underneath, that's what it seems like at least.