oliverjrose99 / Recordurbate

A Bot to automatically record Chaturbate live streams.
GNU General Public License v3.0
235 stars 77 forks source link

Recording start-stop every minute and not saving videos... #35

Closed emalov98ffm closed 4 years ago

emalov98ffm commented 4 years ago

I am using iMac with VirtualBox installed ubuntu 19 Desktop I have installed FFmpeg, Python 3+ and Youtube-dl... What do you think what's the problem? And it does not save videos.

oliverjrose99 commented 4 years ago

make sure youtube-dl is up to date, run pip3 install -U youtube-dl and not the apt command. check the version with youtube-dl --version

emalov98ffm commented 4 years ago

After I restarted VM all working just fine, thank you!