teacat / chaturbate-dvr

😎 Chaturbate DVR - auto records the stream when it goes online!
MIT License
154 stars 22 forks source link

Feature request: Record multiple streams #36

Closed Acenl12 closed 10 months ago

Acenl12 commented 1 year ago

Another feature request from my side:

With -u parameter, it looks you can only specify one stream. I would like to have the ability to record multiple streams, maybe with a parameter like -i for input where you can specify a text file with the user names of multiple streams.

YamiOdymel commented 1 year ago

I was thinking the same but it increases the complexity so I'd like it to be as simple as possible. (just like ffmpeg only does one task per program)

The current solution for multiple channels is to use Bash script or command line that execute multiple chaturbate-dvr.The program itself shouldn't cost too much performance, so it's fine to have multiple chaturbate-dvr opened.

Also the limitation seems to be watching 10 channels at the same time, hope I will remember that. (it was mentioned in #31)

I will leave the Issue opened but won't be implemented recently.


duplicated #33