Hello
@Exeldro! How are you today?
Sorry to bother you but I was extensively trying to use this plugin without success and found a problem that I can reproduce 100% of the time. If I set the path to the recording file, OBS doesn't startup anymore, I have to manually remove the filter from the JSON config file in order to make it to boot again. There are no crash logs, OBS just doesn't start anymore after a shutdown.
I've found that If I just add the filter and do not set anything, this problem does not happens anymore, but the moment I set a path, it happens again. I've noticed that adding the filter with the default config, there are no path info in the JSON file, it assumes I want to use my default videos system folder and the plugin works great, it spits out the file there (d:/Videos/).
This is what the real time log shows up, not sure why those backslashes are different. I set the plugin to record the same time as I start recording the main OBS output:
Code:
undefine13:12:00.507: ==== Recording Start ===============================================
13:12:00.507: [ffmpeg muxer: 'adv_file_output'] Writing file 'G:/Vídeos/OBS/MuvRH/2022-05-03 13-12-00.mkv'...
13:12:00.510: ---------------------------------
13:12:00.510: [FFmpeg aac encoder: 'Source Record'] bitrate: 128, channels: 2, channel_layout: 3
13:12:00.510:
13:12:00.514: [ffmpeg muxer: 'Source Record'] Writing file 'D:\Vídeos/test 2022-05-03 13-12-00.mkv'...
13:12:00.517: save_or_load_event_callback 1, 1198450969
13:12:00.517: obs save event
13:12:00.577: [ffmpeg muxer: 'Source Record'] Writing file 'D:\Vídeos/test 2022-05-03 13-12-00.mkv'...d
The moment I add the path, again, it shows up in the JSON config file and that's when my OBS does not starts up anymore.
Thank you.