mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-03-16 21:47:45 -04:00
Instead of using system timestamps for playback, use the timestamps directly from the video/audio data to ensure all the data is synced up using the obs_source back-end. I think the original misconception when this was written was that OBS would not handle timestamp resets/loops, which isn't the case; it will actually handle all timestamp resets and abnormalities. It's always best to use the obs_source back-end for all playback and syncing.