I'm developing a docker environment for a headless RTMPS server and I created a docker image that automatically builds a full OBS environment directly into a container with vscode, using the dev containers extension.
This method allows a faster and sandboxed development process, since it's...