mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-08-30 18:24:16 -05:00
Sequence start and end packets never have a valid DTS, but with a non-zero offset the timestamp in the packet would end up also being non-zero, which leads to librtmp attempting to calculate a timestamp delta and underflowing. As a fix, simply remove the ability to even set a DTS offset for start/end packets and always keep it at zero.