Wyze RSTP time delay differences noticed and MotionEye is the best

I noticed when using this I got the worst lag when using Lovelace view.

camera:
  - platform: ffmpeg
    name: Camera Name
    input: rtsp://USERNAME:PASSWORD@IPADDRESS/live

Switching to

camera:
  platform: generic
  name: Camera Name
  input: rtsp://USERNAME:PASSWORD@IPADDRESS/live
  verify_ssl: false

gave better performance. What is working the best it MoitionEye. Anyone know why?