internal/pinggy/README.md
Pinggy - nice service for public tunnels to your local services.
Features:
[!IMPORTANT] A free account creates a tunnel with a random address that only works for an hour. It is suitable for testing purposes ONLY.
[!CAUTION] Public access to go2rtc without authorization puts your entire home network at risk. Use with caution.
Why:
You will find public links in the go2rtc log after startup.
Tunnel to go2rtc WebUI.
pinggy:
tunnel: http://localhost:1984
Tunnel to RTSP camera.
For example, you have camera: rtsp://admin:[email protected]/cam/realmonitor?channel=1&subtype=0
pinggy:
tunnel: tcp://192.168.10.91:554
In go2rtc logs you will get similar output:
16:17:43.167 INF [pinggy] proxy url=tcp://abcde-123-123-123-123.a.free.pinggy.link:12345
Now you have a working stream:
rtsp://admin:[email protected]:12345/cam/realmonitor?channel=1&subtype=0