ანა ბოჩელი
ანა ბოჩელი
open webui.bat and edit model path filename [like this](https://imgur.com/m7szgQY)
kinda temporary fix is open cmd type `tasklist` find ffmpeg.exe in list example: ffmpeg.exe 18628 remember its `PID` type `taskkill /pid 18628 /f` but be carefully because it would corrupt...
`python main.py -url https://www.tiktok.com/@USER_NAME/live -mode automatic -output "F:\your_folder_name" -ffmpeg` automatic if you are waiting for live and dont know when it will be if its ongoing live automatic will work...
if anyone got issue where it says that you already have ffmpeg but live-recorder says that you need to install ffmpeg and run `pip install ffmpeg-python ` do this for...
In the modules folder, in the file `user_check.py` on line 57, there is `options.add_argument('--headless')` comment out it. You will see how it launches an FF instance where the page `https://www.tiktok.com/live/category/lifestyle/chatting`...
You may need to log into your TikTok account on the web, as some live streams are inaccessible without authentication, your cookie is nothing without authorization.
I noticed that when you typed ls in the directory `~/tiktok-live-recorder/src`, it shows as the first file. To view that file in your gallery, you need to copy or move...