Hi everyone, I wanted to share my experience with optimizing RTSP stream performance using RESTREAMER. I’ve been dealing with latency issues when viewing my security cameras on mobile devices, particularly on iPhones. The delays could be anywhere from 5 to 10 seconds, which was quite frustrating, especially for real-time monitoring.Recently, I came across RESTREAMER, an open-source tool that can restream RTSP feeds and significantly reduce latency. I decided to give it a try and set it up using Docker. The installation process was straightforward, and I followed the guide on their official documentation. After setting it up, I created a custom HTML file with an iframe pointing to the RESTREAMER stream. The results were impressive! The latency dropped to just 1-2 seconds, and the load time was almost immediate. This improvement has made a huge difference, especially when I want to quickly check in on my home security. I can now switch views on my Amazon Fire HD 10 running Fully Kiosk with ease, ensuring I can see who’s at the door without any unnecessary delays.One thing to note is that RESTREAMER requires a Docker container for each stream, which can be a bit resource-intensive. However, the benefits of having low-latency, real-time video streams far outweigh the minor CPU usage. I’m really happy with this solution and would recommend it to anyone struggling with RTSP stream performance on mobile devices.If anyone has questions or needs help setting this up, feel free to reach out! I’d be happy to share more details or troubleshoot any issues you might encounter.