MediaBrowser FFmpeg Issues
First I want to start by congratulating the Serviio development team, they have created a great lightweight media streaming software and I hope they continue to improve it.
Now to the reason for my post: It looks like the new Media Browser feature is got some major bugs, at least on my system.
I am running Windows Vista Ultimate SP2 on a older Intel Core 2 Duo laptop. When I go to the Media Browser on the local system (http://localhost:23424/mediabrowser/) everything seems to be working OK at first but once I start having a further look into what is happening with the background system processes the problems start to show.
1st:
Even after stopping any streaming videos from playing and exiting the media browser, the CPU load continues to be high, it turns out this is because the "ffmpeg" process is still running in the background, even when no video is being streamed and the media browser is closed, the process continues to run and use considerable CPU resources on my system.
2nd: (Possible Bug)
This one I am not too sure about and excuse my ignorance in some of these areas but:
When streaming an .mp4 video using the media browser feature, even with the quality set to "ORGINAL" "ffmpeg" is being called to transcode the file, why is this happening? .mp4 is supported in both flash and HTML 5, if the quality is set to Original I see no reason why the video should be transcoded, is this a bug or the way it should be working? - When I view other streamed .mp4 files using Firefox and flowplayer the only process that consumes high CPU loads is the "plugin-container.exe". Like I said before, it is my understanding that .mp4 (X264) playback is natively supported by both HTML 5 and now also Flash hence I don't understand why "ffmpeg" should need to get involved in the playback process unless you are changing the quality of the playback file and transcoding is required, but if the quality is set to ORIGINAL should it not simply let the browser take care of the playback?
Thank you in advance for looking into this.