You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:
This can be fixed by not building the stream until the window has been constructed.
The text was updated successfully, but these errors were encountered: