Skip to content

Releases: lbr38/motion-UI

6.3.0

09 Mar 18:27
8bcaeb1
Compare
Choose a tag to compare

Changes:

  • Added the possibility to set a secondary stream for cameras which support it. Useful to use a low resolution stream and reduce the CPU usage for motion detection.
  • Added more parameters to the motion detection configuration form.
  • Added the possibility to customize the stream technology for each camera (and not only globally).

6.2.0

23 Feb 15:15
163ed30
Compare
Choose a tag to compare

Changes:

  • Added PTZ controls support for ONVIF cameras
  • Added a way to view the logs of the motion service and the go2rtc streaming service
  • Fixed go2rtc startup issue

6.1.0

22 Feb 15:38
69e4a09
Compare
Choose a tag to compare

Changes:

  • Added an alternative way to display the live stream using MSE, for people who have issues with WebRTC
  • Fixed events videos not loading
  • Fixed a bug on charts reloading
  • Fixed a bug on motion detection autostart when multiple devices are configured
  • Various UI fixes and improvements

6.0.1

14 Feb 19:46
214a71c
Compare
Choose a tag to compare

Changes:

  • Fixed full-screen video playback that exceeds the screen in portrait mode
  • Fixed a bug that prevents nginx from starting in the container in certain specific cases
  • Removed unused endpoints and fixed security issues #87

6.0.0

13 Feb 16:31
625f73b
Compare
Choose a tag to compare

Warning

Major update

  • This version includes a major change in the motion detection software which requires some configuration changes. The update process will automatically try to migrate your cameras configuration to the new format. A backup of motion-UI is highly recommended before updating (see Backup and restore).
  • After update please check the docker container logs with docker logs motionui to ensure that there was no error during the migration process.
  • If you encounter any issues with the stream or the motion detection after the update, please apply back the cameras settings in the web interface => for each camera, click the Configure button to open the EDIT CAMERA panel, then click the Save button. This will save the configuration to the new format and restart the streaming service.

Changes:

  • Moved to motion 5.0.0 pre-release, ensuring audio recording for cameras that support it (RTSP). #85
  • Now using WebRTC for the cameras live stream, ensuring a lower latency, better performance and audio support.
  • Added a way to create users (administrator or viewer) and manage their permissions.
  • Added full screen video support in the Android app (download the new app here: https://github.com/lbr38/motion-UI/releases/tag/android-1.1.0)
  • Various UI fixes and improvements.

android-1.1.0

13 Feb 16:12
1b0a38c
Compare
Choose a tag to compare

Changes:

  • Added full screen video support

5.4.0

20 Jan 19:44
37ffe15
Compare
Choose a tag to compare

Changes:

  • Updated go2rtc to the latest version (1.9.8)
  • Fixed a bug where adding a camera with special characters in the url would cause the camera to be unavailable
  • Various UI improvements

5.3.0

11 Dec 19:30
9a7ca71
Compare
Choose a tag to compare

Changes:

  • Fixed some thumbnails generation issues
  • Now using websockets for UI real-time updates
  • Various UI and performance improvements

5.2.1

27 Nov 20:19
3216df9
Compare
Choose a tag to compare

Changes:

  • Improved timelapse
  • Fixed "Preview unavailable" thumbnails

5.2.0

16 Nov 12:28
f2037c1
Compare
Choose a tag to compare

Changes:

  • Various UI fixes and improvements.