RTSPtoWeb icon indicating copy to clipboard operation
RTSPtoWeb copied to clipboard

Stream error restart stream EOF

Open awdm opened this issue 3 years ago • 2 comments

I am trying to run this through Docker. I used the command listet in the instruction but I'm constantly getting the error message "Stream error restart stream EOF", followed by the info message "Run stream". This repeats indefinitely. I'm using Docker Desktop on Windows, but I switched to Linux containers. Docker Desktop is up-to-date.

image

awdm avatar Jul 28 '22 12:07 awdm

The error also happens when running it on Linux, both in Docker as well as on the machine itself (testet with WSL2 Ubuntu).

awdm avatar Jul 29 '22 09:07 awdm

Mount a volume for the config.json and remove the default stream that is in there. The logs wont be spammed after removing and restarting.

https://github.com/deepch/RTSPtoWeb/blob/e90b7ffed0b5be612f1decf148ddfbf2cd2cb703/config.json#L27

baudneo avatar Aug 01 '23 16:08 baudneo