Error in log file for Wyze camera

Hi, I got following error in log file. Any suggestions.

I am using Home Assistant 0.114.4 on Raspberry Pi 3 Hassio

2020-09-03 23:37:19 ERROR (stream_worker) [homeassistant.components.stream.worker] Stream packet without dts detected, skipping...
2020-09-03 23:37:24 ERROR (stream_worker) [homeassistant.components.stream.worker] Stream packet without dts detected, skipping...
2020-09-03 23:37:24 ERROR (stream_worker) [homeassistant.components.stream.worker] Error demuxing stream: No dts in consecutive packets

I am using Wyze camera with custome component. Video is streaming correctly in lovelace using following configuration.

configuration.yaml

wyze_camera_01
   platform: ffmpeg
   name: Wyze Camera 01
   input : rtsp://username:password@ip_address_01/live

wyze_camera_02.yaml:
   platform: ffmpeg
   name: Wyze Camera 02
   input : rtsp://username:password@ip_address_02/live

Lovelace configuration ui-lovelace.yaml

cards:
  - camera_image: camera.wyze_camera_01
    camera_view: live
    entities:
      - camera.wyze_camera_01
    title: Camera 01
    type: picture-glance
  - camera_image: camera.wyze_camera_02
    camera_view: live
    entities:
      - camera.wyze_camera_02
    title: Camera 02
    type: picture-glance