I can’t play videos from sidebar default media. I can see all the files in media, like my frigate recordings and others. But when I press play it won’t play my media.
The player look like this:
What can cause this issue?
I ran homeassistant os on a RaspberryPi 4
I use Debian 11 on my machine from where I browse homeassistant with Google Chrome
Chrome is up-to-date
My Hass config file look like this:
# Loads default set of integrations. Do not remove.
default_config:
# Load frontend themes from the themes folder
frontend:
themes: !include_dir_merge_named themes
automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml
# Example configuration.yaml entry
media_source:
media_dirs:
media: /media/frigate/recordings
Even if I change media to media: /media the issue is the same
Thank you for helping