Releases: LdDl/video-server
Releases · LdDl/video-server
Version v0.6.0 - TOML configuration
What's new:
Thanks to #52
- Now it is possible to use TOML configuration file instead of JSON
- TOML is the default format for configuring application
- TOML or JSON is picked based on file extension. It is dumb check but it is what it is currently. Some sanity checks will be in further releases possibly
Version v0.5.2 - Updates
What's new:
For ref. see #44
- Avoid Insecure CORS Configuration Allowing Wildcard Origin with Credentials while preparing Application configuration
- Code structure changes
Version v0.5.1 - Updates
Version v0.5.0 - Updates
What's new:
According to #32:
- You can store MP4 chunks for archive purposes
- You can pick up between MinIO and pure filesystem when archive is enabled
- Some logging updates (but it is still in W.I.P. stage)
- Updated dependencies
- Example scripts to deploy MinIO as local instance
Version v0.4.0 - Updates
What's new
- Update Gin framework version
- A bit better error handling (I know it is ugly still)
- Changed configuration, JSON tags
- Minor updates on client side examples
- Removed Windows binary (I haven't Windows to test machine currently)
Version v0.3.2 - Update GIN
What's new
We had to update to newer version of Gin framework due the security issue #22
Version v0.3.1 - unexport CORS
Exported CORS caused panic.
It is not necessary to export it, so just write proper tag
json:"-"
New version - v0.3.0
- HLS/MSE as optional for each of provided RTSP stream
- CORS as optional