#Cameras are basically unviewable as `custom:webrtc-camera` but work fine as `Generic Camera`

1 messages · Page 1 of 1 (latest)

hidden rampart
#

I have a Eufy camera setup in go2rtc via RTSP streams, then its displayed like;

- type: custom:webrtc-camera
  url: cam4
  ui: true
  streams:
    - url: cam4
      name: main

but the thing is, it only loads for like 1 second, then stops playing permanently until I refresh the page/dashboard.

If however, I add this camera as Generic Camera integration, and view it using its default player, it streams totally fine? How can I have the zoomable, instant playing window of webrtc-camera but the performance of Generic Camera?