ParadoxSpiral / libmpv-rs

A libmpv abstraction written in rust that's easy to use and provides the ability to read next to all video and audio codecs.
GNU Lesser General Public License v2.1
100 stars 36 forks source link

Events are sporadically not triggered #2

Closed ParadoxSpiral closed 6 years ago

ParadoxSpiral commented 7 years ago

Sometimes not all events are triggered in the events example, resulting in e.g. not all log messages getting shown, or the player simply not quitting because of EndFile not triggering the exit code path. Also QueueOverflow events are sent, this might be related.

ParadoxSpiral commented 6 years ago

This seems to have resolved itself in a recent mpv version.