DEV Community

Cover image for Use OBS to Stream on Teams from another laptop
Antoine
Antoine

Posted on

2 1

Use OBS to Stream on Teams from another laptop

Photo by Vanilla Bear Films on Unsplash

On my work laptop i use Teams to communicate. But this laptop is lacking resources to demonstrate some stuff using kind for example.

I can use my other computer but i can't install Teams and complying with company restrictions.

So i stream using OBS from my computer to my laptop.

I followed Aaron Powell tutorial to use OBS NDI plugin.

And of course i used chocolatey to install OBS with plugin:

choco install obs-studio -y
choco install obs-ndi -y
choco install obs-virtualcam -y

Do not forget to configure Firewall to allow OBS. I was forced to set "Allow Edge Traversal" in Firewall rule > Properties > Advanced.

You can read this tutorial, too on how to use OBS, and what to produce for Teams.

Hope this help !

Sentry image

Hands-on debugging session: instrument, monitor, and fix

Join Lazar for a hands-on session where you’ll build it, break it, debug it, and fix it. You’ll set up Sentry, track errors, use Session Replay and Tracing, and leverage some good ol’ AI to find and fix issues fast.

RSVP here →

Top comments (0)

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay