Releases: pquiring/javaforce
Releases · pquiring/javaforce
52.2
Feb 19/2024 : JF/52.2
- improved native loaders
- all shared libraries are now automatically loaded
- if a project needs ffmpeg it MUST include "FFMPEG=true" in its cfg file
52.0
Feb 17/2024 : JF/52.0
- jfDVR/0.14
- fix config issues
- fix service shutdown
- fix viewer/decoder
- jfMedia/0.18
- cleanup native loader
51.0
Feb 2/2024 : JF/51.0
- implement H.265 codec
- implement RTSPServer
- jfDVR/0.13
- add RTSPServer to view cameras
- add high/low res URLs
- add camera groups
- add camera/group viewer (with CLI for kiosks)
- jfMedia/0.17
- jfPhone/1.26
50.1
Jan 22/2024 : JF/50.1
- fix RTSP compatibility issue
- jfMedia/0.16
50.0
Jan 21/2024 : JF/50.0
- jfMedia : added RTSP support
49.0
Jan 15/2024 : JF/49.0
- to improve linux services a unix socket is created to send commands to the service.
- the "stop" command is sent to gracefully stop the service
- unix sockets require Java 16 so the minimum version has been bumped to JDK 17
which is the next LTS release
- all services in javaforce.service.* were renamed to include "Server" to avoid
confusion with the client names in javaforce.*
- new : javaforce.HTML
- misc functions to generate HTML code
48.0
Nov 6/2023 : JF/48.0
- VoIP : add instant MESSAGE support
- fix linux packaging
47.0
Oct 12/2023 : JF/47.0
- upgrade to ffmpeg/5.1.x
- jfAudio/0.21
- misc fixes