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
[13:49:59] Playing /Users/USER/GoogleDrive/VLC_Scheduler/Bulletins/1600/FILE-ONE.mp4 for 168 seconds. [13:52:47] Playing /Users/USER/GoogleDrive/VLC_Scheduler/LongForm/Interviews/FILE-TWO.mp4 for 168 seconds. [13:55:36] Playing /Users/USER/GoogleDrive/VLC_Scheduler/Bulletins/1600/FILE-ONE.mp4 for 168 seconds.
It's not easy to put it down in words, but this is what I mean:
Notice how the second and third time 5_Sec_video.mp4 is played, the duration remains at 11 second.
By changing the sleep time from 0.25 to 1 in
This issue seems to be solved (play duration matches file duration)
PS: First I tried asyncio.sleep(0.5) but the issue still occurred, although not as frequently
The text was updated successfully, but these errors were encountered: