Hi mates, this topic may looks out, but it regards Mikrotik too, how obtain result using Mikrotik router.
My request from client is: “can I give my gursts the chanche to see their children playing in a separate room while they eating?”
I have a camera there and I can show it by RTSP protocol, I also have a Windows server on the same LAN, I just need a software that host (probably) a web server (compatible with most browsers) which plays the streams to the guest’s phone. The QR code is just opening the URL
On main Mikrotik I have 2 bridges, the first connected to the WiFi for staff and all LAN devices (DVR as well) using the default route to the internet connection, the second bridge is for guests, it’s connected to a second SSD on the WiFi APs (Capsman) and directly (without NAT) to a VLAN that goes to provider, the provider gives IP addresses (DHCP) and autenticate them to access internet.
Since I don’t want to give the WiFi staff’s password to clients and since I don’t want to publish on internet the streaming of a private camera I would use this second bridge for guests, they connect and autenticate, they have internet access and they can access to camera (or better say the web server with camera’s stream), because now they have an internal IP on the same subnet.
I’ll ask provider for an IP outside the DHCP pool and I’ll NAT there the web server connection, the QR code will contain the fixed URL on that static IP, it should work.
Do you know a software that is able to show a stream by browser? Thank you