mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-07-23 20:29:02 +03:00
Compare commits
2
Commits
dev
...
3fb9abc97d
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3fb9abc97d | ||
|
|
fb0838558f |
@@ -245,6 +245,12 @@ To load a preview gif of a review item:
|
|||||||
https://HA_URL/api/frigate/notifications/<review-id>/review_preview.gif
|
https://HA_URL/api/frigate/notifications/<review-id>/review_preview.gif
|
||||||
```
|
```
|
||||||
|
|
||||||
|
To load the thumbnail of a review item:
|
||||||
|
|
||||||
|
```
|
||||||
|
https://HA_URL/api/frigate/notifications/<review-id>/<camera>/review_thumbnail.webp
|
||||||
|
```
|
||||||
|
|
||||||
<a name="streams"></a>
|
<a name="streams"></a>
|
||||||
|
|
||||||
## RTSP stream
|
## RTSP stream
|
||||||
|
|||||||
@@ -260,7 +260,7 @@ function MSEPlayer({
|
|||||||
// @ts-expect-error for typing
|
// @ts-expect-error for typing
|
||||||
value: codecs(MediaSource.isTypeSupported),
|
value: codecs(MediaSource.isTypeSupported),
|
||||||
},
|
},
|
||||||
3000,
|
(fallbackTimeout ?? 3) * 1000,
|
||||||
).catch(() => {
|
).catch(() => {
|
||||||
if (wsRef.current) {
|
if (wsRef.current) {
|
||||||
onDisconnect();
|
onDisconnect();
|
||||||
@@ -290,7 +290,7 @@ function MSEPlayer({
|
|||||||
type: "mse",
|
type: "mse",
|
||||||
value: codecs(MediaSource.isTypeSupported),
|
value: codecs(MediaSource.isTypeSupported),
|
||||||
},
|
},
|
||||||
3000,
|
(fallbackTimeout ?? 3) * 1000,
|
||||||
).catch(() => {
|
).catch(() => {
|
||||||
if (wsRef.current) {
|
if (wsRef.current) {
|
||||||
onDisconnect();
|
onDisconnect();
|
||||||
|
|||||||
Reference in New Issue
Block a user