agnosto / fansly-scraper

An all-in-one scraper for Fansly written in go with the aid of A.I. Download media, Record lives, and Interact with post from your favorite creators. Available as standalone binaries for all platforms.
7 stars 0 forks source link

Stopping stream recording #2

Open xilyflob opened 6 days ago

xilyflob commented 6 days ago

First off, great program! I had tried to use your standalone live recorder on windows but couldn't get it to go. This implementation works super easy in gerneral though.

I've noticed that when using the interactive version on windows that when quitting ffmpeg does not shut down/stop recording a stream. I have to go close ffmpeg via task manager and delete the lock file manually.

When I use the CLI to do a stream recording it does shut down properly despite a error about "Error stopping process: not supported by windows".

agnosto commented 3 days ago

I probably should've left a note that stream recording was left in a somewhat unfinished state with the CLI being preferred. It also favors Linux, hence the error, as that was the dev environment I was previously using before it died on me.

I'm currently waiting to get a new environment setup, ideally one with quick access to a windows VM or something for better testing and planning for implementation. Thank you for the feedback to pinpoint some things to look into, this will be the first thing i start tackling once I get it setup.