Unspecified error while trying to record using replay buffer

Suslik V

Active Member
Code:
14:00:41.036: [ffmpeg muxer: 'Replay Buffer'] ffmpeg-mux: Couldn't open 'C:/Users/User/Videos/Replay 2025-01-23 14-00-40.mp4', No such file or directory
The folder for output on screenshot and in the log are different.
I think, OBS tries to write to the folder to which you don't have enough access rights. Try to set Recording Path in the settings again. If this issue only happens for replays then maybe AV1 is not the best choice for replay feature of OBS. Take in mind that OBS simply re-uses already encoded packets from the main encoder to build the "replay" file.
Code:
14:00:25.084: [obs-nvenc: 'advanced_video_recording'] settings:
14:00:25.084:     codec:        AV1
 

Dubzaa

New Member
Code:
14:00:41.036: [ffmpeg muxer: 'Replay Buffer'] ffmpeg-mux: Couldn't open 'C:/Users/User/Videos/Replay 2025-01-23 14-00-40.mp4', No such file or directory
The folder for output on screenshot and in the log are different.
I think, OBS tries to write to the folder to which you don't have enough access rights. Try to set Recording Path in the settings again. If this issue only happens for replays then maybe AV1 is not the best choice for replay feature of OBS. Take in mind that OBS simply re-uses already encoded packets from the main encoder to build the "replay" file.
Code:
14:00:25.084: [obs-nvenc: 'advanced_video_recording'] settings:
14:00:25.084:     codec:        AV1
Changed the output path and it solved my issue, appreciate the help, thanks a lot!
 
Top