Camara de seguridad con IP privada visto desde Internet por RTSP

Mi objetivo es enviar a internet el flujo de video de una cámara IP local, utilizando el protocolo RTSP, puerto: 554 y dominio propio: “midominio.com”. Como implementarlo con Boringproxy ?
Con NGROK lo pude realizar, con ayuda de este post: https://github.com/AlexxIT/go2rtc/wiki/Tunnel-RTSP-camera-to-Intenet, pero quiero usar Boringproxy.
Muchas gracias.

Hi @ialertt. Sorry I don’t speak Spanish but I used google translate to try and understand your question.

To do this with boringproxy, you’ll want to use the following settings:

Domain: midominio.com
Tunnel Port: 554
Client Port: 554
TLS Termination: Server HTTPS (this isn’t actually used for TCP tunnels)
Allow External TCP: true

Make sure that the DNS records for midominio.com are pointed at your server, that port 554 is open on the server, and that sshd_config GatewayPorts=clientspecified

1 Like