Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
obs-ffmpeg: Receive packets while frame queue is full
Previously, we always assumed we could push more frames before an encoded packet would be available. Actually, we can get EAGAIN when the frame queue is full and before any encoded packets have been completed. Instead, attempt to read packets more often as the worst that can happen is we get EAGAIN again.
- Loading branch information