lossless1024 / StreaMonitor

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

Sorry, I have a download problem, can anyone help me? Thanks #149

Closed boobpussy closed 4 days ago

boobpussy commented 2 weeks ago

I don't understand python According to the tutorial, I seem to start the scrip ?But I'm not sure image image I started recording.But it keeps reminding me ‘Rate limited’.Is the network too bad?Or is it because I’m using a VPN? That’s why it didn’t enter the downloading state?making it impossible to record.Can you teach me ? Thank you. There is another question. I started recording the SC platform anchor script, but it reported an error. How should I deal with it? image Is it because my configuration has not been changed?

boobpussy commented 2 weeks ago

image The SC script is started, but the status has not changed.

DerBunteBall commented 2 weeks ago
  1. Chaturbate doesn't work because the API is protected by Cloudflare since a few weeks. StreaMonitor can't handle this acutally. I also guess it won't be able in future.
  2. The StripChat Thread just not running. I guess it's possible that it is stopped due to the Exception. I can't tell you what's the reason for this without the other Exception. I guess it's some TLS related stuff.
boobpussy commented 2 weeks ago
  1. Chaturbate doesn't work because the API is protected by Cloudflare since a few weeks. StreaMonitor can't handle this acutally. I also guess it won't be able in future.
  2. The StripChat Thread just not running. I guess it's possible that it is stopped due to the Exception. I can't tell you what's the reason for this without the other Exception. I guess it's some TLS related stuff.

I'll change the network and I can download it.But the download address I assigned did not take effect, and the downloaded video was very short.I waited for half an hour and it only rained for a minute

boobpussy commented 2 weeks ago

image This is the address after I changed it, but it is actually still in the project download file

boobpussy commented 2 weeks ago

I also encountered the previous problem. The videos downloaded by sc were short and scattered.

DerBunteBall commented 2 weeks ago

This is related to the fact that StripChat uses low latency streaming. See #35, #139.

That's actually not really supported by ffmpeg. You can try to add -re to the command line. But that's a really dirty workaround.

boobpussy commented 2 weeks ago

This is related to the fact that StripChat uses low latency streaming. See #35, #139.

That's actually not really supported by ffmpeg. You can try to add -re to the command line. But that's a really dirty workaround.

image -re ?? is that so .but no effect

DerBunteBall commented 2 weeks ago

You need to patch your code. -re is a ffmpeg option.

See #135

Also see ./streamonitor/downloaders/ffmpeg.py staring at line 10.

Keep in mind that this will affect all sites because there is actually no way to give downlaoder related options within a site module.