Serviio starting ffmpeg on startup

Issue #515 wontfix
Former user created an issue

After attempting to stream desktop according to http://wiki.serviio.org/doku.php?id=stream_pc ServiioServer consistently starts ffmpeg.exe (and one instance of cmd.exe) and cannot be closed.

What I did was:

  1. attempt to start the Desktop on my TV

  2. after it failed, turned of the TV

  3. reboot my computer

As soon as I started ServiioServer after this it starts ffmpeg and my CPU goes to 100%. To make it stop this I had to reinstall Serviio

Comments (3)

  1. Petr Nejedly repo owner
    • removed version
    • changed status to wontfix

    nothing I can do without a detailed log. Closing this for now, if you can reproduce with a log, reopen it.

    It might be caused by the desktop stream not running and ffmpeg trying to get information about it.

  2. Former user Account Deleted

    It seem like servioo starts ffmpeg to retrive some info for all the files in the collections. The problem may be in the fact that I'm downloading this file, so servioo senses some changes in the directory folder and try to retrieve the info for the file again and again and againg.

    So the test is, watch how servioo call ffmpeg while downloading a file in the directory shared for collection

    2015-08-08 10:40:21,147 DEBUG [FFMPEGWrapper] Invoking FFMPEG to retrieve media information for file: G:\Download\Eagle Eye (2008).ita.eng.multisub.MIRCrew\Eagle Eye (2008).ita.eng.multisub.MIRCrew.avi 2015-08-08 10:40:21,147 DEBUG [ProcessExecutor] Starting C:\Program Files\Serviio\bin\..\lib\ffmpeg.exe -i G:\Download\Eagle Eye (2008).ita.eng.multisub.MIRCrew\Eagle Eye (2008).ita.eng.multisub.MIRCrew.avi 2015-08-08 10:40:21,218 DEBUG [FFMPEGWrapper] Invoking FFMPEG to retrieve thumbnail for file: G:\Download\Eagle Eye (2008).ita.eng.multisub.MIRCrew\Eagle Eye (2008).ita.eng.multisub.MIRCrew.avi 2015-08-08 10:40:21,218 DEBUG [ProcessExecutor] Starting C:\Program Files\Serviio\bin\..\lib\ffmpeg.exe -threads auto -ss 120 -i G:\Download\Eagle Eye (2008).ita.eng.multisub.MIRCrew\Eagle Eye (2008).ita.eng.multisub.MIRCrew.avi -an -frames:v 1 -f image2 pipe:

  3. Log in to comment