Question / Help Auto Start OBS if File with certain name opens

maddensplayers

New Member
This is a long shot but Id like obs to be triggered to go live if a VLC stream file opens with the keywords #mplive or something is in the name

Is there a way to do this?

then of course go offline when file is closed.
 

Tarumes

Member
Hello
with obs directly no

for this you will need a program that waits until vlc opens
and then reads the window title.

with these scripting languages you can easily do this
AutoIt
AutoHotkey
 
Top