Skip to content

v0.17.0

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Aug 17:24

New major features

  • Add an HTTP API to query and control the server. Documentation is available here.
  • HLS: new option hlsAlwaysRemux to always remux streams into HLS, not only when requested

Fixes and improvements

  • (BREAKING) general: rename readIps and PublishIps into readIPs and publishIPs
  • (BREAKING) general: rename "record" source value into "publisher"
  • (BREAKING) general: change default listen IP of metrics and pprof to 127.0.0.1
  • general: reload only rtsp server when authMethods is changed
  • general: fix multiple freezes during shutdown of components
  • general: Allow dot and tilde as part of paths
  • general: Minor spelling fix
  • HLS: make sure to send entire TS segments to clients
  • HLS: reject methods other than GET and OPTIONS