Skip to content

Releases: LdDl/video-server

Version v0.4.0 - Updates

18 Aug 16:52
Compare
Choose a tag to compare

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

13 Nov 13:57
Compare
Choose a tag to compare

What's new

We had to update to newer version of Gin framework due the security issue #22

Version v0.3.1 - unexport CORS

12 Oct 07:43
Compare
Choose a tag to compare

Exported CORS caused panic.
It is not necessary to export it, so just write proper tag

json:"-"

New version - v0.3.0

12 Oct 06:34
Compare
Choose a tag to compare
  1. HLS/MSE as optional for each of provided RTSP stream
  2. CORS as optional

v0.2.1

01 Oct 07:47
Compare
Choose a tag to compare

Switch /status and /list services

v0.2.0

01 Oct 07:42
c6f7839
Compare
Choose a tag to compare
  1. Refactor JSON configuration structure
  2. Split application and its settings
  3. Wrap HTTP handlers
  4. Errors for getters and setters on map of streams
  5. HTTP address as JSON parameter

Initial version - v0.1.0

17 Jul 09:32
Compare
Choose a tag to compare
  1. Base implementation of HLS/MSE streaming server
  2. Example of MSE-based (webscokets) client (VueJS)
  3. Example of HLS-based client (VueJS)