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

Hello, I have a question about automatic recording. #6

Closed countdown88 closed 1 year ago

countdown88 commented 1 year ago

Hello, I have a question about automatic recording. i made a .bat file and the contents are as follows.

cd C:\PROGRA~1\TikTok-Live-Recorder python main.py -user userid -mode automatic

and I changed main.py time.sleep(TIMEOUT 60) => time.sleep(TIMEOUT 12) because, I want to check every minute ( 1 minute)

However, when the live streaming actually starts, it doesn't recognize it. If i run it after the live streaming starts, it works well.

Can you tell what the problem is?

Michele0303 commented 1 year ago

I'll investigate and let you know.

However to change the minutes you just need to change TIMEOUT = 1

spinningsand commented 1 year ago

I was also having an issue with auto mode not recognizing when someone comes online.

Michele0303 commented 1 year ago

Fixed