lulzsun / RePlays

Open-source game recording management software
GNU General Public License v3.0
128 stars 16 forks source link

Replay Buffer does not work #207

Open Segergren opened 3 weeks ago

Segergren commented 3 weeks ago

There are no clips or sessions showing after I close the game. logs - saved.txt

This might cause the issue

[6/9/2024 7:15:52 PM][LibObsRecorder.cs::TrySaveReplayBufferAndBookmarks(560)]: Could not get path of callback data (replay buffer) [6/9/2024 7:15:52 PM][KeybindService.cs::OnKeyPressed(38)]: Key: [F8], Action: [CreateBookmark] [6/9/2024 7:15:52 PM][LibObsRecorder.cs::Start(107)]: debug: Audio timestamp for '(output) Default Device' exceeded TS_SMOOTHING_THRESHOLD, diff=20480482512 ns, expected 5364404251288, input 5384884733800 [6/9/2024 7:15:52 PM][LibObsRecorder.cs::Start(107)]: warning: [ffmpeg muxer: 'replay_buffer_output'] os_process_pipe_write for packet data failed [6/9/2024 7:15:52 PM][LibObsRecorder.cs::Start(107)]: warning: [ffmpeg muxer: 'replay_buffer_output'] ffmpeg-mux: Couldn't find an appropriate muxer for 'S:/Videos/rocketleague/2024-06-09 19-15-52-ses.fragmented_mp4' Couldn't initialize muxer

lulzsun commented 1 week ago

I think the issue is related to fragmented .mp4. Can you confirm this by changing to regular .mp4 or .mkv?

Segergren commented 1 week ago

I can confirm that it works now with regular .mp4 :)