Replies: 1 comment 4 replies
-
|
Hi Renate, Good job! SY, Tony. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Tony,
Thanks for fixing the SinkWriterStatistics. It helped me to find the real cause of all timing- and video-stuttering issues. It wasn't an overflowing buffer, but me using global variables for the media-buffers passed to the samples. The idea was to reuse them for repeated encoding, not a very good one, because this doesn't seem to be threadsafe. So I changed all of those to local variables, and all problems are gone. No more need for sleeps all over the code or for changing the timer-resolution.
While at it, I also looked at the audio-bugs, and I think I fixed them all. See ChangesRS.txt for more.
Have a nice weekend
Example3.zip
,
Renate
Beta Was this translation helpful? Give feedback.
All reactions