lossless1024 / StreaMonitor

Adult live stream downloader for advanced people. I could have chosen a better name.
GNU General Public License v3.0
177 stars 44 forks source link

Question #47

Closed nsa5574 closed 1 year ago

nsa5574 commented 1 year ago

do I have to open anything so it can record like the downloader.py file, should it be open to record the streams?

DerBunteBall commented 1 year ago

You need to start Downloader.py in a PowerShell and keep this PowerShell opened.

You also need to have ffmpeg installed and available in your OS path.

nsa5574 commented 1 year ago

Another thing I did as you said and checked if it works it didn't record by it self, when opening in powershell do I have to use the command start *? because the stream was online but it did detect by itself

DerBunteBall commented 1 year ago

When you have models in your list they should be shown with the status command.

You need the start/stop command if a model is in the state "Not running" or you want to bring it to that state. "Not running" means the thread is stopped. Normally this isn't the case. So you should see the model name, online status and whether it's recording with the status command.

Make sure that in your PowerShell ffmpeg -version gives you output.