Skip to main content

OBS Source List

The OBS Source List data node retrieves a list of all sources currently configured in OBS Studio. The output is an array of source names as strings. This includes all source types -- cameras, images, browser sources, audio inputs, and more.

Outputs

NameTypeDescription
SourcesArray<string>A list of all source names in OBS

Example

You want to create a debug overlay that displays all the sources currently in your OBS setup. Connect the OBS Source List node to a Generate Text node or a display effect to show the list. This can be useful for troubleshooting or for building dynamic source-selection features.