Multiple errors from onvif cameras

I have a 4 ip cameras set up like so

camera_image: camera.front
camera_view: live
entities:
  - cover.second_gate
  - cover.main_gate
  - switch.meross_front_spots
  - switch.meross_front_led_strips
  - switch.front_downlights
title: null
type: picture-glance

and in config.yaml

camera:
  - platform: onvif
    host: !secret front_camera_ip
    port: !secret camera_port
    name: Front
    username: !secret camera_username
    password: !secret camera_password

Everything works ok, but I keep getting all these error messages logged constantly and would like to stop them if possible:

2019-08-24 20:33:10 ERROR (stream_worker) [libav.rtsp] Too short data for FU-A H.264 RTP packet
2019-08-24 20:33:14 ERROR (stream_worker) [libav.rtsp] Too short data for FU-A H.264 RTP packet
2019-08-24 20:33:48 ERROR (stream_worker) [libav.rtsp] Too short data for FU-A H.264 RTP packet
2019-08-24 20:33:55 ERROR (stream_worker) [libav.rtsp] Too short data for FU-A H.264 RTP packet
2019-08-24 20:33:55 ERROR (stream_worker) [libav.rtsp] Too short data for FU-A H.264 RTP packet

Anyone any idea, can’t seem to find the cause of these errors and they’re spamming my log quite a lot