Neolink 0.5.11
·
490 commits
to master
since this release
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
Larger buffers can help with networks where data is lost often but will result in higher latency
[[cameras]] buffer_size = 100
- Buffer time stretching is now configurable
This can help to keep video smooth but can result in slow motion during periods of poor connectivity
[[cameras]] use_smoothing = true