Reolink Camera cycles through feeds before landing on RTC

Here’s a video of what I’m talking about

In short, when I load the view with the camera feed, it starts with one feed, then switches to MSE, until finally landing on RTC.

I’m using a reolink doorbell with a frigate card. Here’s the YAML for the card…

type: custom:frigate-card
cameras:
  - camera_entity: camera.doorbell_fluent
    title: Doorbell
    webrtc_card:
      entity: camera.doorbell_fluent
      url: 192.168.60.162
    go2rtc:
      modes:
        - webrtc
    live_provider: webrtc-card
live:
  preload: true
  auto_play: visible
  lazy_unload: hidden
  auto_mute: hidden
menu:
  buttons:
    microphone:
      enabled: true

I’m just looking to find a feed that works quickly and loads only once, thanks!