Michele0303 / tiktok-live-recorder

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

How to make duration longer #83

Open sfdfgvdvdsvb opened 9 months ago

sfdfgvdvdsvb commented 9 months ago

ik the python main.py - duration but whats the prefix for the numbers and shit?

Michele0303 commented 9 months ago

What? Use:

-duration seconds
-duration 3600
sfdfgvdvdsvb commented 9 months ago

another question it randomly stops and says stream lagging but does it constly and created like 30 dif recording how do i fix that?

Michele0303 commented 9 months ago

Unfortunately, it happens when the host lags

yah00078 commented 8 months ago

I think it could be a good idea for exemple to tag on filename the file part number. For example: TK_Livename_Date_01, don't really know if tiktok give us live duration, but if, while duration is upper than last in memory on file creation, add a part ?

Michele0303 commented 8 months ago

I think it could be a good idea for exemple to tag on filename the file part number. For example: TK_Livename_Date_01, don't really know if tiktok give us live duration, but if, while duration is upper than last in memory on file creation, add a part ?

Sorry I don't think I understand