Releases: Roverr/rtsp-stream
Releases · Roverr/rtsp-stream
v1.4.0
- Added lumberjack logger for the ffmpeg process
- Added options to configure ffmpeg logging
- Changed README environment variables
v1.3.0
- 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
- 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
- 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
- Added option for JWT authentication
- Improved documentation
v1.1.1
/
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
- Added a lot of tests to cover core functionality
- Refactored how handlers are being used
v1.0.0
- Implementation for backend API
- Implementation for a simple UI
- Dockerisation