better error msg on live view when misconfigured

Improves (but doesn't fix) #119 and #120.
This commit is contained in:
Scott Lamb
2021-08-13 12:02:42 -07:00
parent 42cf77f0d6
commit b8b5038f71
6 changed files with 15 additions and 4 deletions

View File

@@ -14,7 +14,8 @@ Each release is tagged in Git and on the Docker repository
workaround, so anamorphic videos looked correct on Chrome but slightly
stretched on Firefox. Now both live streams and playback are fully correct
on all browsers.
* UI: better error message on browsers where live view is unsupported.
* UI: better error messages on live view when browser is unsupported,
`sub` stream is unconfigured, or `sub` stream is not set to record.
* upgrade to retina v0.1.0, which uses `SET_PARAMETERS` rather than
`GET_PARAMETERS` as a RTSP keepalive. GW Security cameras would ignored
the latter, causing Moonfire NVR to drop the connection every minute.