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

StripChat #4

Closed mK33y closed 1 year ago

mK33y commented 1 year ago

If i'm going to record stripchat models I do not get any sound. Video is perfect but sound is not working.

Also when the downloader try to download a sc model this error shows up but after some tries it is getting downloaded. ERROR - Username: ERROR: ffmpeg exited with code 1

Also a suggestion, if a model is getting remove with the command the folder which have been created should be added the tag "- removed" This is a better overview for not record this model anymore :D

lossless1024 commented 1 year ago

Please open separate issues next time!

You might have a codec issue or something. It works for me. However I don't really think this is a download issue, because the stream contains the video and audio together and AFAIK they don't get split. If you want to investigate further, currently there is no verbose mode, but if you set in the bot.py on the line 119 the quiet setting from True to False, you will see the detailed output of the youtube-dl. It might help identifying the problem if it is related to the download process.

Also the ffmpeg error happens when the performer status is reported as public but the video stream does not started yet. I'll try to fix it, but feel free to ignore that message until then.