Michele0303 / tiktok-live-recorder

🎥✨ A TikTok live streaming recorder tool written in Python. Capture and relive your favorite TikTok moments effortlessly. 🎥✨
MIT License
373 stars 102 forks source link

Random FINISH error when initiating new recordings #14

Closed MexTrx closed 1 year ago

MexTrx commented 1 year ago

When running a new recording on Windows 10 python version 11 .\main.py -user weathernewslive -mode automatic, the script will display the below several times as a group.

[] RECORDING... [PRESS ONLY ONCE CTRL + C TO STOP] [] FINISH TK_weathernewslive_2023.03.14_13-50-17.mp4 [*] URL M3U8

Michele0303 commented 1 year ago

Do you have installed youtube-dl and ffmpeg?

pip install youtube-dl

https://phoenixnap.com/kb/ffmpeg-windows

Michele0303 commented 1 year ago

duplicate #15

MexTrx commented 1 year ago

Yes both are installed.