Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ISSUE] #130

Open
dhruv-prajapati opened this issue Jul 21, 2023 · 1 comment
Open

[ISSUE] #130

dhruv-prajapati opened this issue Jul 21, 2023 · 1 comment

Comments

@dhruv-prajapati
Copy link

dhruv-prajapati commented Jul 21, 2023

Feature Request
I want to change the video recording path. I want to pass my custom folder path in OBS Studio and save the video on the same.

Versions
OBS Version: 29.1.3
OBS WebSocket Version: -
OBS WebSocket Dotnet (this library) Version: -
OS: Windows 10

@Samuel780000
Copy link

Samuel780000 commented Nov 4, 2023

JObject jsonObject = new JObject(new JProperty("parameterCategory", "Output"), new JProperty("parameterName", "FilenameFormatting"), new JProperty("parameterValue", "filename")); obs.SendRequest("SetProfileParameter", jsonObject);

Just edit this request to change path instead of filename

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants