Question / Help Can someone help me to fix this?

AroTheOcto

New Member
I Got a question, if i am recording With obs, after 4 seconds it starts to end the video and start another one wich is also just 4 seconds long, how can I fix this?
 
OBS doesn't have a feature that stops and restarts the recording every few seconds, so it must be you who does this. Often there is a hotkey for starting/stopping the recording that is pressed unintentionally every few seconds. So check your OBS hotkeys.
 
but it isnt me, my Hotkey to stop or star is F9 but even if i do a test start because of the 4 seconds it records, i press no Buttons.
it is just so weird
 
20:51:43.047: ==== Recording Start ===============================================
20:51:43.047: [ffmpeg muxer: 'adv_file_output'] Writing file 'C:/Ares/aufnahmen/2019-08-04 20-51-42.m3u8'...
20:51:47.252: [ffmpeg muxer: 'adv_file_output'] Output of file 'C:/Ares/aufnahmen/2019-08-04 20-51-42.m3u8' stopped
20:51:47.252: Output 'adv_file_output': stopping
20:51:47.252: Output 'adv_file_output': Total frames output: 191
20:51:47.252: Output 'adv_file_output': Total drawn frames: 202
20:51:47.253: ==== Recording Stop ================================================


There's no error, that just looks like a manual (non-hotkey, non-timed) stop.
 
m3u8 is used as playlist for hls and a segment size for hls is 4 secs afaik, that explains your problem. Record to mkv and your problem should be gone.
 
Back
Top