Update Serviio 2.4 -- FFMPEG Error
I recently updated my serviio on 2.4 version. When i start the console i receive a messagge :"Cannot connect to the server, it doesnt' seem to be running"
I have not a clue what happened...
EDIT: I use a MAC Installation, and on my serviio.log i have this:
2024-08-04T08:16:51,025 ERROR [MediaServer] An unexpected error occurred. Ending the application. Message: FFMPEG not found. Serviio will not work properly.
java.lang.ExceptionInInitializerError: null
at org.serviio.MediaServer.main(MediaServer.java:147) ~[serviio.jar:?]
Caused by: java.lang.RuntimeException: FFMPEG not found. Serviio will not work properly.
at org.serviio.external.FFMPEGWrapper.loadFFmpegInfo(FFMPEGWrapper.java:126) ~[serviio.jar:?]
at org.serviio.external.FFMPEGWrapper.<clinit>(FFMPEGWrapper.java:96) ~[serviio.jar:?]
... 1 more