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

add obs #42

Closed
frostworx opened this issue Aug 31, 2020 · 6 comments
Closed

add obs #42

frostworx opened this issue Aug 31, 2020 · 6 comments

Comments

@frostworx
Copy link
Collaborator

add obs support
with waiting for game window (similar soultion already implemented in sbs-vr).
I personally don't stream/record anything so no idea which features make sense here.
--startstreaming
--startrecording
--startreplaybuffer
each with an own shortcut (steam category) should do it, right?

@arrowgent
Copy link

instead of bloating with obs/ssr maybe consider a straight FFMPEG configuration
if your goal is to record the gameplay

ive no idea how recording with terminal using ffmpeg works however.
i dont know if mic can be added, how any input/output works
nothing useful

but suggestion to bypass obs entirely and use the actual tool that is doing the recording
SSR might be useful as a window so you can click record and some basic options, however.

@frostworx
Copy link
Collaborator Author

Adding ffmpeg might be an option in theory, but most people simply use obs and/or SSR, so I see no reason to not support it
(as in the decision to install this "bloat" was already made before)
The function should just save the user some clicks to start the recorder when the game is ready, not more, not less.
ffmpeg on the other hand requires very much fine-tuning and as I'm personally totally not interested in recording any gameplay I won't mess around with finding a good default recording command. I don't like bloat as well, so understand your motivation though.

@thomasfinstad
Copy link

I used OBS with as a shadowplay replacement so I could just click a hotkey to save the last X minutes of gameplay. I think obs would fit perfectly into this tinkering system, but be aware that if the replay buffer (and probably record/stream too) is running obs will have a pop-up of "do you want to stop even though you are recording/streaming" so maybe a signal or automatic key press to stop stuff before sending the stop signal is needed.

This all becomes unclear and probably very individual, as you would not want your stream to stop if the game crashes etc.

@frostworx
Copy link
Collaborator Author

stl already has support for
https://github.com/frostworx/steamtinkerlaunch#ReplaySorcery
which practically does the same (right?)

@frostworx
Copy link
Collaborator Author

Looks like obs has no command line option to directly record/stream a specific window id. Strange but true.
Makes implementing it into stl pretty useless then though.

@frostworx
Copy link
Collaborator Author

won't happen

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

3 participants