motioneye is a web frontend for the motion daemon, written in Python. It supports RTSP cameras and will allow you to share the camera's publicly using the Video Streaming feature.
Homepage: https://github.com/motioneye-project/motioneye
docker run --name="motioneye" \
-p 8765:8765 \
--hostname="motioneye" \
-v /etc/localtime:/etc/localtime:ro \
-v /etc/motioneye:/etc/motioneye \
-v /var/lib/motioneye:/var/lib/motioneye \
--restart="always" \
--detach=true \
ccrisan/motioneye:master-amd64
docker exec -it motioneye /bin/bash