Rtsp Stream Versions Save

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

v2.1.1

3 years ago
  • Fixed #43 that pointed out an issue with getting a nil reference using the software when the blacklist feature is turned off

v2.1.0

4 years ago
  • Added new option for preloading streams
  • Added low-level support for aliases
  • Updated client lib versions to be compatible with npm audit
  • Updated version of riltech/streamer which indirectly fixes a bug with enabling audio + keeping files

v2.0.2

4 years ago
  • Fixed dependency version issues

v2.0.1

4 years ago
  • Fixed an issue where HTTP server did not shutdown correctly
  • Stream component has been moved to a new individual package

v2.0.0

4 years ago
  • Refactored how stream processing works in the system
  • Added new stop endpoint that can remove streams as well
  • Added new permission handling system for endpoints
  • Added option for enabling audio for stream transcoding
  • Refactored responses of endpoints to be more consistent and easy to use
  • Added more documentation and user debug guide

v1.5.1

4 years ago
  • Fixed an issue with streams not being able to restart because of directory cleaning
  • Fixed an issue where streams were saved even though they failed to start
  • Removed function coupling code unnecessarily

v1.5.0

4 years ago
  • Fixed an issue, where using query identifiers would result in the same directory path.
  • Fixed couple of dependency version issue.
  • Bumped Docker image to use 1.13 finally

v1.4.3

4 years ago
  • Fixed a security issue by upgrading Lodash version in the management UI

v1.4.2

4 years ago
  • Fixed a security issue around the management image NPM dependencies
  • Added a log line for better error reporting

v1.4.1

5 years ago
  • Fixed an issue with hosts that have several cameras on different ports.