BogdanovKirill / RtspClientSharp

Pure C# RTSP client for .NET Standard without external dependencies and with true async nature. I welcome contributions.
MIT License
694 stars 284 forks source link

[DGB-93] Changed _samplesSum and _previousTimestamp types to allow negative values #122

Closed otavio-odenik closed 2 years ago

otavio-odenik commented 2 years ago

At some point of the edge recording the subtraction between these two values was resulting in a nonsense value. After this point the next frames's timestamps jumped hours ahead but the video was still showing as nothing happened with them.