Skip to content

v0.17.8

Compare
Choose a tag to compare
@github-actions github-actions released this 06 Nov 12:41

New minor features

  • API: add /v1/hlsmuxers/list endpoint
  • Metrics: add hls_muxers metric

Fixes and improvements

  • General: do not add an 'all' path automatically if not present in the configuration file
  • General: fix automatic deletion of regexp paths (#664) (#680)
  • General: allow to set logLevel: error in config
  • General: remove count of readers and publishers from log lines
  • General: use opened / closed instead of created / destroyed in logs
  • General: log the exact reason why a path is closed
  • RTSP server: make VLC-related error message more clear
  • RTSP server: print opened listeners in a single line
  • RTSP source: fix detection of GET_PARAMETER support
  • HLS: fix race condition
  • Metrics: implement per-path metrics
  • API docs: add missing HLS source to /v1/paths/list