- Run S2V.exe with correct configuration and replays directory populated with more than 1 .slp (13 in my case)
- Wait for the recording of the second replay to be completed. The replays are played back to back, in succession.
- View OBS videos directory as defined in the configuration file.
Preferred behavior: there are 2 FLV files in the OBS videos directory, each with their respective contents of the two SLP replays.
Actual behavior(s): (a) there are 2 FLV files in the directory, each having the same contents (the first replay that was played by Slippi and recorded by OBS) or (b) there is 1 FLV that is 0 bytes in size (assuming OBS isn't sending data over the WebSocket for whatever reason or the write isn't being invoked until a buffer gets full).
The latter case, (b), happens rather inconsistently.
If the actual behavior is intended, I would appreciate a change for the preferred behavior or implementation of the obs.rename/obs.restructure flags.
Preferred behavior: there are 2 FLV files in the OBS videos directory, each with their respective contents of the two SLP replays.
Actual behavior(s): (a) there are 2 FLV files in the directory, each having the same contents (the first replay that was played by Slippi and recorded by OBS) or (b) there is 1 FLV that is 0 bytes in size (assuming OBS isn't sending data over the WebSocket for whatever reason or the write isn't being invoked until a buffer gets full).
The latter case, (b), happens rather inconsistently.
If the actual behavior is intended, I would appreciate a change for the preferred behavior or implementation of the obs.rename/obs.restructure flags.