resoai / TileBoard

A simple yet highly configurable Dashboard for HomeAssistant
MIT License
1.63k stars 278 forks source link

Camera Streams Failing #736

Closed RuminationsCode closed 3 years ago

RuminationsCode commented 3 years ago

I’ve been setting this up to work with a Samsung Galaxy Tab A7. Looks great on the tablet.

I have 6 cameras, 1 is 1080p and 5 are 4MP. All the cameras are connected to HA via Frigate and work fine in lovelace.

The screenshots load in just fine and refresh as expected but on the tablet using Chrome or Fully Kiosk I can’t see the stream, i just get a black box. The 1080p camera with identical settings works perfectly. When I load it in Firefox it works fine. Also if I use Chrome on my PC they all load fine.

Any idea where to head with that?

Config is pretty simple:

position: [0, 0], id: 'camera.frontyard', type: TYPES.CAMERA, bgSize: 'cover', width: 4, height: 2, state: false, // disable state element fullscreen: { type: TYPES.CAMERA_STREAM, id: 'camera.frontyard', objFit: 'contain', bufferLength: 5 }, refresh: 1500

RuminationsCode commented 3 years ago

Worked out its a samsung chipset issue.