Skip to content
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

Stream Before Window Creation #42

Open
LeStarch opened this issue Oct 24, 2018 · 0 comments
Open

Stream Before Window Creation #42

LeStarch opened this issue Oct 24, 2018 · 0 comments
Labels
bug help wanted nice-to-have Non-critical work. OS X Support for OS X

Comments

@LeStarch
Copy link
Collaborator

In cases of a test source, or on Mac OS X, the stream can hit the window before the window arrives.

Thus triggering an exception:

Traceback (most recent call last):
  File "/home/starchmd/code/scaleav-monitor/av/video.py", line 36, in on_sync
    raise Exception("Error: Stream play before window creation")

This can be fixed by not building the stream until the window has been constructed.

@LeStarch LeStarch added bug help wanted nice-to-have Non-critical work. OS X Support for OS X labels Oct 24, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug help wanted nice-to-have Non-critical work. OS X Support for OS X
Projects
None yet
Development

No branches or pull requests

1 participant