Can't access RTSP Stream from local network
Hi!
I bought a Tapo C110 camera because it was advertised as being capable of streaming via RTSP, however I have not been able to achieve this yet.
First, I configured a fixed IP address to the C110 camera (192.168.0.114) from my Archer C80 router. Then, I created an account by going Settings>Advanced Settings>Camera Account from the Tapo app.
Afterwards, I went to VLC and entered the following URLs:
- rtsp://admin123:password123@192.168.0.114:554/stream1
- rtsp://admin123:password123@192.168.0.114:554/stream2
- rtsp://admin123:password123@192.168.0.114/stream1
- rtsp://admin123:password123@192.168.0.114/stream2
However I always get the error:
VLC is unable to open the MRL 'rtsp://admin123:password123@192.168.0.114:554/stream1'. Check the log for details.
I have tried to ping the camera (.114) from my PC (.113) and it is not able to reach it:
C:\Users\User>ping 192.168.0.114
Pinging 192.168.0.114 with 32 bytes of data:
Reply from 192.168.0.113: Destination host unreachable.
Reply from 192.168.0.113: Destination host unreachable.
Reply from 192.168.0.113: Destination host unreachable.
Reply from 192.168.0.113: Destination host unreachable.
Ping statistics for 192.168.0.114:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
I also followed this workaround that I saw in another post, which consists of turning off ALG RTSP from the Archer 80 router:
https://community.tp-link.com/en/smart-home/forum/topic/616996?replyId=1290134
however this did not work either, any suggestions?
Additional notes:
- I have the latest firmware installed on the camera
- I have tried different VLS versions (windows, mac and ubuntu)
- I have disabled the firewall on windows and mac without success.
- I do not have cloud storage
- I do have a micro SD card on the camera.
- If I open the tapo app, I can view the live stream, I also confirm that the fixed IP address in the tapo device info is the same as the one configured on my router (.114).
Thanks!