Matt Einhorn
Matt Einhorn
I don't understand what the issue is, but just FYI, ffpyplayer is more targeted to video players rather than audio playing, which has less work done into that, so perhaps...
Lets keep this open because it should be fixed in ffpyplayer itself. Then the 6-frame hack in kivy can be removed.
I'm not sure what the issue is. But can you try not checking `get_mute` and instead unconditionally set mute to true and see if it works? Also, try setting the...
I'll leave it open as it's a bug in ffpyplayer and I'll fix it at some point. But basically, https://github.com/matham/ffpyplayer/blob/master/ffpyplayer/player/core.pyx#L1543 needs to check if it's muted, but it doesn't for...
I tried it just now and couldn't replicate the issue.
My test was with some fixes I added to current master that is not contained in 4.3.0. I was able to play it without any problems.
Yeah, I'll be making a new release soonish.
Can you provide a full log of running the program showing the crash and everything?
Thanks for the offer, but unfortunately at the present I don't really have much time to spend on ffpyplayer :(
Thanks for the fix, but this seems to break on windows (and possibly other compilers that are not gcc).