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
Media players cannot generally open multiple files in a single stream. Quite justly, they go for the simple approach and only read one file from stdin. When they're finished, they're closing the socket - that's why youtube-dl raises ValueError: I/O operation on closed file.
See #628 for an API that would allow playing videos while downloading them. I'm currently working on that and expect it to be finished in a week or so. For now, I'm sorry, but I don't know of any player-independent way to play multiple video files from one stream. Feel free to comment or suggest code though.
Kindly check if this error ...
Thank you very much !
The text was updated successfully, but these errors were encountered: