Rtsp Stream Versions Save

Out of box solution for RTSP - HLS live stream transcoding. Makes RTSP easy to play in browsers.

v1.4.0

5 years ago
  • Added lumberjack logger for the ffmpeg process
  • Added options to configure ffmpeg logging
  • Changed README environment variables

v1.3.0

5 years ago
  • 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

5 years ago
  • 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

5 years ago
  • 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

5 years ago
  • Added option for JWT authentication
  • Improved documentation

v1.1.1

5 years ago
  • / 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

5 years ago
  • Added a lot of tests to cover core functionality
  • Refactored how handlers are being used

v1.0.0

5 years ago
  • Implementation for backend API
  • Implementation for a simple UI
  • Dockerisation