Cannot see webcam stream

Camera model
Zosi ZND5122M

What is the problem?
Cannot see the video stream

What did you already try to solve it?
I found the IP for the cam and the link for the stream which should be
"rtsp://192.168.1.12:554/ucast/11"
When I enter the link in VLC-players streaming feature it works fine and I can see the stream, but when I enter it in Octopi's webcam settings I cannot see it.

I am running the latest version of Octoprint

Any help would be appreciated

RTSP streams are not supported by OctoPrint out of the box, you'll need to introduce a middle man software to compile it to something that can be used within an <img> tag in a webpage.

There's lots of threads about this, if you search:

https://community.octoprint.org/search?q=RTSP

Thanks for the reply.
I checked the link but the instructions seems to be lacking for someone that aren't already familiar with Docker, so I didn't get very far unfortunately.