graham-walker / youtube-dl-react-viewer

Web app for youtube-dl/yt-dlp, created using the MERN stack
https://react.gwalkerux.com/
MIT License
92 stars 9 forks source link

Playing video stops youtube-dl downloads #8

Closed kodxana closed 3 years ago

kodxana commented 3 years ago

When you play video in web GUI it stops running youtube-dl jobs. So you need to start job again.

graham-walker commented 3 years ago

This should not be the case. Can you provide logs from the console? My guess is that the server is crashing and restarting when you are playing a video which would cause the job to stop.

kodxana commented 3 years ago

Apparently this issue exist in old version. Build docker image with Version: 1.1.1 and issue not happening.