elan-ev / opencast-studio

Web-based recording studio for Opencast
https://studio.opencast.org
MIT License
50 stars 46 forks source link

Feature Request: make video sources configurable #1144

Open schuettloeffel-elsa opened 10 months ago

schuettloeffel-elsa commented 10 months ago

In our setup we cant use multi streams, so it would be great if there was a setting to configure the available video sources so that we could disable the "Display & camera"-option.

image

Maybe something like this:

[upload]
available_video_sources = ["display", "display-camera", "camera"]

Then we could turn it to:

[upload]
available_video_sources = ["display", "camera"]
image