Skip to content

Releases: Roverr/rtsp-stream

v2.1.1

22 May 12:29
93ffaec
Compare
Choose a tag to compare
  • 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

05 Apr 12:00
Compare
Choose a tag to compare
  • 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

29 Mar 16:23
60a6f88
Compare
Choose a tag to compare
  • Fixed dependency version issues

v2.0.1

18 Feb 16:42
2b32278
Compare
Choose a tag to compare
  • Fixed an issue where HTTP server did not shutdown correctly
  • Stream component has been moved to a new individual package

v2.0.0

30 Jan 22:07
7f6781c
Compare
Choose a tag to compare
  • 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

18 Nov 15:06
376afe5
Compare
Choose a tag to compare
  • 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

28 Oct 20:31
2a710e5
Compare
Choose a tag to compare
  • 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

24 Jul 11:52
ce35f6f
Compare
Choose a tag to compare
  • Fixed a security issue by upgrading Lodash version in the management UI

v1.4.2

31 May 16:55
de03d73
Compare
Choose a tag to compare
  • Fixed a security issue around the management image NPM dependencies
  • Added a log line for better error reporting

v1.4.1

05 May 19:56
ef94767
Compare
Choose a tag to compare
  • Fixed an issue with hosts that have several cameras on different ports.