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
All audio streams of the video has slow download speed. On the average it starts after 25% already downloaded, then every 8th cycle of the read operation (in BaseStream.download method) takes up to 2.5 seconds (waiting for data, sleep?)
All audio streams of the video has slow download speed. On the average it starts after 25% already downloaded, then every 8th cycle of the
read
operation (inBaseStream.download
method) takes up to 2.5 seconds (waiting for data, sleep?)pafy/pafy/backend_shared.py
Lines 625 to 635 in e6348cf
Same result on all audio streams. No problems with video streams.
Here is a snippet of the method working time in milliseconds:
The text was updated successfully, but these errors were encountered: