What can I do if fail to stream the Tapo camera via the RTSP/ONVIF protocol?

What can I do if fail to stream the Tapo camera via the RTSP/ONVIF protocol?

100 Reply
Re:What can I do if fail to stream the Tapo camera via the RTSP/ONVIF protocol?
2025-10-09 02:22:16

  @DavidDDDDD 

Hi,
Please confirm the following information in your case.


  1) Please describe your network diagram, such as internet cable -- wireless router ))) ((( Tapo D225, phones, etc.
  2) Please share the detailed steps to try to stream the doorbell camera via RTSP protocol (via pictures or video).  You can upload the pictures or video to your cloud server (such as Google Drive), generate a download link, and send it to me (@Solla-topee) via a private message.

Best Regards

  0  
  0  
#95
Options
Re:What can I do if fail to stream the Tapo camera via the RTSP/ONVIF protocol?
2025-10-14 20:23:46

  @Solla-topee I will send a PM

  0  
  0  
#96
Options
Re:What can I do if fail to stream the Tapo camera via the RTSP/ONVIF protocol?
2025-10-15 01:52:27 - last edited 2025-10-15 02:35:35

  @DavidDDDDD 

Hi,
Please confirm the following information about the reported phenomenon.


  1. How many devices are streaming the camera simultaneously? Via the Tapo app or other third-party apps? Locally or remotely? At high or low resolution?
  2. In the URL of the RTSP stream, will the "application-rtsponvif-username:password" be replaced by the username and password on the camera's Device Settings > Advanced Settings > Camera Account page?


Best Regards

  0  
  0  
#97
Options
Re:What can I do if fail to stream the Tapo camera via the RTSP/ONVIF protocol?
2025-10-17 21:18:43

  @Solla-topee 

 

Greetings,

 

I just bought my Tapo C246D with multi-lens, 1st Lens: Wide Fixed Lens, 2nd Lens: PTZ Lens

 

I can connect the camera to my XVR/DVR using ONVIF Protocol; however, is there a way that I can view both of the lenses instead of just the 1st Lens: Wide Fixed Lens? I also need to record the other Lens from the same camera, and I don't know how to do it.

  0  
  0  
#98
Options
Re:What can I do if fail to stream the Tapo camera via the RTSP/ONVIF protocol?
3 weeks ago

  @AVHOME 

Hi,
On the Tapo C246D, the fixed lens can be added via the Onvif protocol, but the pan & tilt lens is not supported yet. However, you can stream the pan & tilt lens via RTSP, and the RTSP URLs are below.
For high quality stream1: rtsp://IP Address/stream6
For low quality stream2: rtsp:// IP Address/stream7

 

Best Regards

  0  
  0  
#99
Options
Re:What can I do if fail to stream the Tapo camera via the RTSP/ONVIF protocol?
3 weeks ago

  @Solla-topee 

I found a few other people with the same problem:

https://www.reddit.com/r/Scrypted/comments/1gte6d9/tapo_d225_onvif/
 

Only the VGA stream works via ONVIF for this particular device. It seems like a bug? 
 

1 client is viewing the camera at a time. There can be a Tapo app and a 3rd party at the same time but that's about. 
 

yes, it's the username and password for the camera account not the general Tapo account. 

  0  
  0  
#100
Options
Re:What can I do if fail to stream the Tapo camera via the RTSP/ONVIF protocol?
3 weeks ago

  @DavidDDDDD 

Hi,
If you are from the United States, we recommend sending an email to forumsupport.usa@tp-link.com with the following information for further analysis.

 

Subject: [Forum Escalation][ID 652710] D225 fails to establish the RTSP stream, and can only establish the ONVIF connection in lower resolution
Forum Nickname: [User Provided]
Thread URL:  https://community.tp-link.com/en/smart-home/forum/topic/652710?replyId=1618118
Model&Version: [User Provided]
Description: [User Provided]
You can provide a detailed description of the phenomenon you encountered, the troubleshooting you did, and the video/pictures showing the reported phenomenon, etc.

 

Once sent, a ticket will be created in our support system, and a member of the tech team will follow up on your case and further assist you.

 

Best Regards

  0  
  0  
#101
Options
Re:What can I do if fail to stream the Tapo camera via the RTSP/ONVIF protocol?
Monday

  @Solla-topee 

 

I upgraded my Tapo C200 to Firmware 1.4.4 and the RSTP streaming is no longer working. The camera is configured with a static IP address, I can ping it, and debugging with wireshark I see the camera responds with an RST packet to the initial TCP SYN packet (in other words the camera is reachable, TCP works, but the TCP connection is refused). I first confirmed that Advanced Settings / Camera Account was enabled, then went ahead and deleted and re-created the account, but the TCP connection to port 554 is still refused by the camera. Streaming to the Tapo app works.

  0  
  0  
#102
Options
Re:What can I do if fail to stream the Tapo camera via the RTSP/ONVIF protocol?
Tuesday

  @shimaore 

Hi,  
Please confirm the following information for the reported phenomenon.


  1. Has the Tapo C200 subscribed to the Tapo Care service? Is an SD card inserted into the camera?
  2. What's the third-party app used to stream the camera? Please describe the detailed steps you tried to establish the RTSP/Onvif connection, including the URL you used.
  3. Try to stream the camera with a different third-party app, such as VLC and Agent DVR, and then check if the RTSP/Onvif connection can be established successfully.

 

Best Regards

  0  
  0  
#103
Options
Re:What can I do if fail to stream the Tapo camera via the RTSP/ONVIF protocol?
Wednesday

  @Solla-topee thank you for your quick response  

 

I tested again this morning, and the problem has disappeared: I have two cameras and I haven't been able to reproduce the issue. I had restarted them a couple times before I first reported but the problem persisted on that day; today things are working. indecision

 

In case there is any interest, regarding your questions:

1. no subscription, no SD card

2. I'm using `ffmpeg` on Linux/Debian. The command I use is

ffmpeg  -hide_banner -rtsp_transport udp  -i rtsp://username:password@192.168.10.156:554/stream1  -f v4l2 /dev/video11

(replacing `username:password` with the proper values, and using different static IP addresses for each camera).

3. FWIW VLC (3.0.21) does not work with the Tapo C220 cameras I have, the `access_realrtsp` module fails with

```

access_realrtsp warning: Cseq mismatch, got 1, assumed 0

access_realrtsp debug: rtsp connected

access_realrtsp warning: only real/helix rtsp servers supported for now

```

 

Anyway, sorry for the noise, can't add more details for now, Problem Fixed By Magic℠

  0  
  0  
#104
Options