DerBunteBall

Results 148 comments of DerBunteBall

Your ffmpeg has no TLS support: ``` https protocol not found, recompile FFmpeg with openssl, gnutls or securetransport enabled. ``` Make sure you have a working binary and then it...

This isn't supported by the Docker container actually. The simplest thing you could try is building a personal container and use the USER directive. At the user creation make sure...

The status request still works. That's network related. I think two things are possible: 1. Blocked by the site based on IP which leads to a unconvinient blocking by doing...

The spawning of ffmpeg isn't the problematic part. The status request fails. Another possible issue could be the SSL/TLS Stack. stripchat.com has a really small and "hard" cipher suite active....

1. The exception the Python requests module thorws is related to TLS. 2. They have TLS1.2 and TLS1.3 activated with a thin cipher suite. Aspecially the handshake algorithms are EC...

This is known. StreaMonitor has actually no code to monitor FFmpeg processes and will not always be able to "restart recording" because the model state can hang. To have a...

Looks bad. Seems they changed much.

I'm not absolutly sure but this could be because of this line in the HTTP Manager: ```python app.run(host='127.0.0.1', port=5000) ``` This bounds the HTTP Port to localhost. As long as...

Hi To do so you need to change ```DOWNLOADS_FOLDER``` in parameters.py. Set it to the mountpoint of your network share. But keep the following things in mind: 1. You will...

I think you are using the playlist URL StreaMonitor exports before using it further? The tool you have is a simple ffmpeg caller. Due to this ffmpeg selects the quality...