-
Notifications
You must be signed in to change notification settings - Fork 60
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
Sometime, EOF signal send before the stream end #22
Comments
I am also having this issue, I believe with all streams coming from ytdl |
Also getting the same issue - trying to debug to see why it's getting EOF before it should |
To anyone having these problems, make sure you don't use a for loop containing a select -> this is deprecated/is no longer the right method. Also, check for EOF manually. I'm getting little to no EOF issues anymore by doing it this way. Try:
|
deprecated - issue seems fixed with the new usage in the readme. |
I notice that sometime the EOF signal is sent before the video was done make the song lost a part of it's end
The text was updated successfully, but these errors were encountered: