Skip to content

Neolink 0.5.11

Compare
Choose a tag to compare
@github-actions github-actions released this 18 May 02:37
· 490 commits to master since this release
c831d07

Neolink Release 0.5.11

  • Pause buffers so avoid exhaustion when client is paused
  • Bug fixes to buffers
    • Removed issue where buffer was double filled on resume
    • Removed issue where resuming would shift the time stamps in the wrong direction
  • Simplified seek to just jumping to live
  • Buffers now group identical time stamps together and send them as a set
  • Buffer size is now configurable
    [[cameras]]
    buffer_size = 100
    Larger buffers can help with networks where data is lost often but will result in higher latency
  • Buffer time stretching is now configurable
    [[cameras]]
    use_smoothing = true
    This can help to keep video smooth but can result in slow motion during periods of poor connectivity