Support Port Forwarded RTSP Setup #1676
damianperera
started this conversation in
Ideas
Replies: 1 comment
-
Via the REPL terminal I see that the RTSP URLs are configured in > device
<ref *1> S {
...
client: u {
...
rtspUrls: Map(2) {
'profile_1' => 'rtsp://192.168.1.205:554/stream1',
'profile_2' => 'rtsp://192.168.1.205:554/stream2'
},
...
credential: {
username: '***',
password: '***'
},
...
}
... |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Describe the bug
I have a Tapo C200 set up in a subnet (
192.168.1.205
) with the Scrypted VM in the main network (192.168.0.205
). The subnet is managed by an OpenWRT router (192.168.0.3
) in access point mode, so I have configured port forwarding (ports554
and2020
) to forward directly to the C200 when a device in the main network attempts to access these ports via the access point's IP address.While I can add the C200 to Scrypted via the IP address
192.168.0.3
and port2020
I cannot proceed with any other management functions since Scrypted assumes that the RTSP address isrtsp://192.168.1.205:554/stream1
using the subnet's IP address instead of the configured address of192.168.0.3
.Please look at the logs below for the only error I can find in the logs.
To Reproduce
Steps to reproduce the behavior:
2020
(for ONVIF) and554
(for RTSP)Expected behavior
The device can be managed and viewed via Scrypted without any errors.
Screenshots
If applicable, add screenshots to help explain your problem.
Server (please complete the following information):
Hardware Model (please complete the following information):
Client (please complete the following information, if applicable):
Additional context
Beta Was this translation helpful? Give feedback.
All reactions