Closed guoxintouzi closed 4 months ago
I cannot reproduce the problem under macOS.
Are all dependencies installed correctly in the Python environment?
If everything is running in the browser, there should be no network problem.
Note: StripChat produces strange results on slow lines with latency issues probably due to the real-time extensions of HLS.
Edit: If you are using Python 3.12 or newer, please switch to 3.11.5. 3.12 leads to very strange effects - the codebase is simply not compatible with the latest version.
It seems that feedback has improved somewhat, with the issues being more focused now. why?
it can work in bc but cant in sc ,as
there are some new problems ,as it ,help me
Unfortunately, this behavior must currently be expected at StripChat.
I suspect that StripChat uses the real-time extensions for HLS. This leads to ffmpeg not really being able to load these streams, as parts become invalid almost immediately. Unfortunately, it is not possible to specify an acceptable error rate. -re seems to help a bit but also discards parts. This option is actually intended for other purposes.
By the way, only a fast connection to StripChat with as little latency as possible will help. But even this will lead to a clean 2-3 GB at a time, after which ffmpeg will restart if everything goes well.
See also: #126, #135
how to solve it