Refactor JSMPEG signing/creation logic.

This commit is contained in:
Dermot Duffy
2021-10-22 21:38:04 -07:00
parent 9f39d23cfc
commit 7b2b829848
3 changed files with 112 additions and 81 deletions
+3 -1
View File
@@ -101,6 +101,8 @@
"missing_webrtc": "WebRTC component not found",
"no_frigate_camera_name": "Cannot autodetect Frigate camera name, you need to either set camera_entity and / or frigate_camera_name",
"could_not_render_elements": "Could not render picture elements",
"invalid_elements_config": "Invalid picture elements configuration"
"invalid_elements_config": "Invalid picture elements configuration",
"jsmpeg_no_sign": "Could not retrieve or sign JSMPEG websocket path",
"jsmpeg_no_player": "Could not start JSMPEG player"
}
}