Skip to content
This repository has been archived by the owner on Jul 17, 2024. It is now read-only.

Releases: Roverr/rtsp-stream

v1.4.0

03 Apr 20:58
e1797ff
Compare
Choose a tag to compare
  • Added lumberjack logger for the ffmpeg process
  • Added options to configure ffmpeg logging
  • Changed README environment variables

v1.3.0

24 Mar 20:24
c29bf5c
Compare
Choose a tag to compare
  • Fixed an issue regarding deleting video chunks when transcoding #13. Thanks to francis-chiss
  • Fixed an issue regarding the management Dockerfile, where the build was not able to succeed thanks to a missing dependency. Now parcel bundler also installed when building the UI.
  • Added option to choose to keep the video chunks of the transcoded streams. This should be a minimal help towards the recording feature.
  • Updated README to match new options.

v1.2.2

28 Feb 16:14
1b939be
Compare
Choose a tag to compare
  • Fixed a bug where if a given camera's transcoding was restarted with the /start endpoint, the service sent the response before the transcoding was even restarted resulting getting 404 for the first index file.

v1.2.1

24 Feb 14:14
47a10a0
Compare
Choose a tag to compare
  • Added mechanism for cleaning unused streams
  • Fixed bugs regard logging
  • Added env variable option for Makefile build
  • Added extra information for checking logs when using UI docker image
  • Added new version for Bootstrap because of security issues

v1.2.0

31 Jan 13:06
378424a
Compare
Choose a tag to compare
  • Added option for JWT authentication
  • Improved documentation

v1.1.1

28 Jan 00:47
Compare
Choose a tag to compare
  • / endpoint is now available and responds 200. Should be helpful with cloud hosting health check.
  • Fixed a timer issue in task management

v1.1.0

06 Jan 15:44
Compare
Choose a tag to compare
  • Added a lot of tests to cover core functionality
  • Refactored how handlers are being used

v1.0.0

14 Dec 23:30
f0e6130
Compare
Choose a tag to compare
  • Implementation for backend API
  • Implementation for a simple UI
  • Dockerisation