deepch / RTSPtoWeb

RTSP Stream to WebBrowser
MIT License
1.32k stars 312 forks source link

Stream error restart stream EOF #199

Open awdm opened 2 years ago

awdm commented 2 years ago

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 commented 2 years ago

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

baudneo commented 1 year ago

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