RTSP no route to host
Use this page when the player reports No route to host. The usual issue is not the stream path, but the fact that the network cannot reach the target address at all.
This error usually appears when the address points to a private LAN host, the hostname does not resolve correctly, or the target is simply not reachable from the network that RTSP.RUN connects from.
What to check first
- make sure you are not using a private LAN address like 192.168.x.x for a public internet workflow
- confirm that the public host or DDNS name resolves to the correct reachable endpoint
- treat this as a routing and exposure problem before you debug the stream path itself
Questions behind a no route to host error
Start with the public address and routing assumptions before you troubleshoot the RTSP path.
El reproductor no sabe cómo llegar a la cámara. No se trata de un error en la última parte de la dirección, sino de un problema de red.
- Las IP internas (por ejemplo
192.168.1.10) no funcionan desde fuera. Para el acceso externo necesitas una IP pública o un nombre DNS (DDNS).
Debes configurar el reenvío de puertos en tu router (normalmente el puerto 554) hacia la dirección IP interna de la cámara.
- Puedes encontrar guías específicas para tu router en Internet.
- Usa contraseñas seguras y desactiva los servicios innecesarios en la cámara.
Sí. Si tu dirección IP cambia de vez en cuando, utiliza un servicio gratuito de DNS dinámico (por ejemplo, No-IP, DuckDNS, Dynu).
- Obtendrás un nombre que se actualiza automáticamente a tu IP actual.
- La mayoría de los routers y cámaras admiten DDNS directamente en su configuración.