Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automatic mode doesn't finish recording when live is over and can't be halted #117

Open
Elicard opened this issue May 1, 2024 · 1 comment
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@Elicard
Copy link

Elicard commented May 1, 2024

[*] 2024-05-01 08:25:02 - INFO - waiting 5 minutes before recheck

[] 2024-05-01 08:30:04 - INFO - LIVE URL: https://pull-f5-sg01.fcdn.eu.tiktokcdn.com/stage/stream-2420904414277271621_or4.flv
[
] 2024-05-01 08:30:04 - INFO - STARTED RECORDING...
[*] 2024-05-01 08:30:04 - INFO - [PRESS 'q' TO STOP RECORDING]

I've tried pressing q multiple times as well as Cltr+C once, but it doesn't stop recording even though the live finished hours ago

After using CLTR+C a few times it does stop but the recording is unplayable because it's missing the moov atom

@Michele0303 Michele0303 added bug Something isn't working good first issue Good for newcomers labels Jul 29, 2024
@AhhhNuki
Copy link

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 your last recording

so do CTRL+C to save your recording then all above

finally delete corrupted file

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

3 participants