ffmpeg wrapper pointer fails with 1.3.1 release - OK with 1.3.1 snapshot

Issue #718 resolved
Former user created an issue

Here is the error log

Code:2013-10-04 20:37:36,046 DEBUG [FFMPEGWrapper] Invoking FFMPEG to check if it exists of path "C:\Program Files\Serviio\lib\ffmpeg.exe" 2013-10-04 20:37:36,053 DEBUG [ProcessExecutor] Starting "C:\Program Files\Serviio\lib\ffmpeg.exe" 2013-10-04 20:37:36,106 ERROR [MediaServer] FFMPEG not found. Serviio will not work properly.

and here is the C:\Program Files\Serviio\bin\ServiioService.exe.vmoptions

Code:-Xmx512m -Dffmpeg.location="C:\Program Files\Serviio\lib\ffmpeg.exe"

Comments (1)

  1. Former user Account Deleted

    Solved.. the entry no longer can have quotes. This works [code]-Xmx512m -Dffmpeg.location=C:\Program Files\Serviio\lib\ffmpeg.exe [/code]

    This does not [code]-Xmx512m -Dffmpeg.location="C:\Program Files\Serviio\lib\ffmpeg.exe"[/code]

  2. Log in to comment