-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BUG: Fix video playback with other visuals #413
Conversation
@drammock this fixes a bug with video playback when other visuals are used. Can you give it a look? |
Codecov Report
@@ Coverage Diff @@
## master #413 +/- ##
==========================================
+ Coverage 88.36% 88.37% +0.01%
==========================================
Files 49 50 +1
Lines 6582 6609 +27
Branches 1090 1093 +3
==========================================
+ Hits 5816 5841 +25
- Misses 513 514 +1
- Partials 253 254 +1 |
@LiesbethGijbels can you see if the |
@drammock can you look and try this out? |
Not easily. see spatialaudio/python-rtmixer#22 |
running |
After setting config value |
I broke that bit of the example, it should be fixed now (pausing using 1. pauses things on my machine). If you get no keyboard response at all, perhaps try |
hmm, button presses not working in simple_experiment either. I've probably forgotten some dumb aspect of the setup; it's been so long since I set up a new system like this. |
Make sure the window that pops up actually has focus, you might need to click on it to get it to really have focus |
yeah, I've been doing that; still no dice. |
Maybe try changing Pyglet versions? If that doesn't work, which window manager are you running? I can try to replicate. Running just from a terminal with |
downgrading to pyglet 1.4 worked! |
Closes #358