insanity54 / futureporn

Unofficial ProjektMelody Chaturbate VOD Archive. For Adults Only.
https://futureporn.net
26 stars 3 forks source link

futureporn-scout only handles one stream silmultaneously #217

Closed insanity54 closed 1 year ago

insanity54 commented 1 year ago

It's got concurrency 1 which means it can only do one task at a time. Solely upping concurrency is not a valid solution, as often the stream start/stop events from Ably mismatch the state of the HLS livestream. If we trust ably too much, we would often record two instances of the same stream.

I think the solution is to take Ably as an indicator, and be idempotent about starting ffmpeg to download the stream.

insanity54 commented 1 year ago

fixed by https://github.com/futureporn/futureporn-capture/issues/1