home-assistant / core

:house_with_garden: Open source home automation that puts local control and privacy first.
https://www.home-assistant.io
Apache License 2.0
74.08k stars 31.09k forks source link

Frigate clips will not play on 24.11.1 #130145

Closed Kdemontf closed 2 days ago

Kdemontf commented 3 weeks ago

The problem

Upgrade to Core 24.11.0 results in being unable to view clips from Frigate integration(clips gallery in Frigate card, nor Media Browser panel). The clip opens but shows 0 seconds of recording and will not play. The same clips work fine in 24.10.4

What version of Home Assistant Core has the issue?

Version core-2024.11.0 Installation type Home Assistant Core Development false Supervisor false Docker false User homeassistant Virtual environment true Python version 3.12.6 Operating system family Linux Operating system version 6.8.0-48-generic CPU architecture x86_64

What was the last working version of Home Assistant Core?

24.10.4

What type of installation are you running?

Home Assistant Core

Integration causing the issue

possibly ffmpeg, possibly HACS Frigate

Link to integration documentation on our website

No response

Diagnostics information

config_entry-frigate-104c70a983e31c74fdd3df252f81e03c(1).json

Example YAML snippet

No response

Anything in the logs that might be useful for us?

There is a warning in HA log stating FFmpeg is not running. This warning does not appear when I revert to Core 24.10.4
There are no errors in log related to Frigate

Logger: haffmpeg.core
Source: components/ffmpeg/__init__.py:161
First occurred: 10:05:08 AM (1 occurrences)
Last logged: 10:05:08 AM

FFmpeg isn't running!

Config contains

ffmpeg:


### Additional information

_No response_
glcos commented 3 weeks ago

Same here

hafnerra commented 3 weeks ago

For me problem is fixed with Version 24.11.1

glcos commented 3 weeks ago

Same for me, FFmpeg isn't running! error disappeared with Version 24.11.1

Kdemontf commented 2 weeks ago

I also see that the FFmpeg warning disappears in 24.11.1, however the clips still do not play, I adjusted the title. Additionally, if the same clip is sent to my phone as a notification, the clip will play on the HA Android App

Jackdawson111 commented 2 weeks ago

I also see that the FFmpeg warning disappears in 24.11.1, however the clips still do not play, I adjusted the title. Additionally, if the same clip is sent to my phone as a notification, the clip will play on the HA Android App

I am experiencing the exact same issue. I am running Home Assistant Core 2024.11.1.

kingcode94 commented 2 weeks ago

Same issue here Core 2024.11.1 Frontend 20241106.2

Psix-anp commented 2 weeks ago

Same issue here Core 2024.11.2 ((

screed01 commented 2 weeks ago

Same issue here with 2024.11.0 - 2024.11.2

oksakoor commented 1 week ago

Same issue here with 2024.11.2

dedors commented 1 week ago

I just setup Frigate and wondering why I can't play clips

uksoftware commented 1 week ago

I have literally spent hours today trying to work out what I`ve changed to make clips no longer work! Turns out I haven't done anything.

KennyMarcum commented 1 week ago

I just started messing with Frigate a week ago and was wondering what I was doing wrong with the media files. Same issue I can't play any of the media files from Frigate. I do store clips from my Blink Camera's in HA media and they play fine.

programmer-61 commented 1 week ago

Same issue with 2024.11.2

miraakkeli81 commented 1 week ago

Same issue, 24.11.2

xgryph commented 1 week ago

Same here.

nshores commented 1 week ago

same issue

salexvik commented 1 week ago

Same issue, 24.11.2

oksakoor commented 1 week ago

I think they wont fix this until maybe December release. Anybody knows if there is some other custom player to view clips? I searched but no luck so far.

mathschut commented 1 week ago

Same issue, 24.11.2

oksakoor commented 1 week ago

Also 24.11.3 same problem

NicoVenter commented 1 week ago

Just configured HA with Frigate, and spend way too much time attempting to "configure" this, just to find this thread.

home-assistant[bot] commented 1 week ago

ffmpeg documentation ffmpeg source

dnikles commented 1 week ago

I believe this issue was fixed with this PR https://github.com/home-assistant/frontend/pull/22875 and will likely be in the next frontend release

dedors commented 1 week ago

At least the just released 24.11.3 did not fix it.

In frigate, the clips started working after I switched the encoding of the camera to H264 and AAC. They still don't work in the HA Media Browser.

Viceman256 commented 1 week ago

Commenting to confirm, also just installed this and wondering why it wasn't working. Just updated today and same issue.

6of6 commented 1 week ago

I don't want to spam the good folks working on this, but I'd like to confirm/offer that (as of 24.11.3):

1) h.265 is not the reason clips/videos/recordings won't play; they play fine for me in frigate "proper" (from the left menu). 2) All clips/videos/recordings will not play from Home Assistant media-browser, nor anything that relies on it. 3) Live stream seems to work fine everywhere (including media-browser) and not just from frigate.

I'm running Home Assistant Operating System on a Raspberry Pi 4 (frigate add-on and integration, MQTT add-on... all very "vanilla" without virtual machines and such).

Thank you for all of your hard work.

florian-asche commented 6 days ago

I don't want to spam the good folks working on this, but I'd like to confirm/offer that (as of 24.11.3):

1. h.265 is not the reason clips/videos/recordings won't play; they play fine for me in frigate "proper" (from the left menu).

2. All clips/videos/recordings will not play from Home Assistant media-browser, nor anything that relies on it.

3. Live stream seems to work fine everywhere (including media-browser) and not just from frigate.

I'm running Home Assistant Operating System on a Raspberry Pi 4 (frigate add-on and integration, MQTT add-on... all very "vanilla" without virtual machines and such).

Thank you for all of your hard work.

I looked into 24.11.3, the fix (https://github.com/home-assistant/frontend/pull/22875) is not a part of it. I think it will be fixed in the next release then.

Kdemontf commented 2 days ago

This is resolved for me in 24.12.0b1.

Kdemontf commented 2 days ago

Thanks all