![]() |
|
Seem unable to use MinimStreamer with Syno Community’s version of FFmpeg - Printable Version +- MinimServer Forum (https://forum.minimserver.com) +-- Forum: MinimServer (/forumdisplay.php?fid=1) +--- Forum: MinimStreamer (/forumdisplay.php?fid=11) +--- Thread: Seem unable to use MinimStreamer with Syno Community’s version of FFmpeg (/showthread.php?tid=6358) |
Seem unable to use MinimStreamer with Syno Community’s version of FFmpeg - rich28 - 12-10-2021 18:50 Hi, hope you can help again. I’ve just upgraded the ffmpeg capabilities on my Synology NAS by installing Syno Community’s latest version of ffmpeg. No issues with the installation process, with Bubble UPNP Server picking up the change quickly and without any problems. However, despite ffmpeg continuing, I think to, be situated in ‘/usr/local/ffmpeg/bin/’ the web console for MinimServer now informs “MinimStreamer: converter not installed” and MinimWatch is coloured red. I use MinimStreamer as a converter a lot how do I get it working again? I’m using MinimServer 2 (update 201) and MinimStreamer 2.0.9 with a full licence. RE: Seem unable to use MinimStreamer with Syno Community’s version of FFmpeg - simoncn - 12-10-2021 19:03 What do you have in the stream.converter property? RE: Seem unable to use MinimStreamer with Syno Community’s version of FFmpeg - rich28 - 12-10-2021 20:25 Stream.converter is set as "/usr/local/ffmpeg/bin/ffmpeg". I'm a bit perplexed, I've just restarted MinimServer and everything now seems to be working again. Thanks though for promptly getting back to me Simon.. RE: Seem unable to use MinimStreamer with Syno Community’s version of FFmpeg - simoncn - 12-10-2021 20:56 After changing this property setting (or perhaps after replacing the ffmpeg file), a restart is needed to make MinimStreamer use the new value. I'm glad to hear it is working now. RE: Seem unable to use MinimStreamer with Syno Community’s version of FFmpeg - lyapounov - 14-10-2021 10:43 (12-10-2021 20:25)rich28 Wrote: Stream.converter is set as "/usr/local/ffmpeg/bin/ffmpeg". I'm a bit perplexed, I've just restarted MinimServer and everything now seems to be working again. Thanks though for promptly getting back to me Simon.. On my Synology, the path to community ffmpeg is /var/packages/ffmpeg/target/bin/ffmpeg RE: Seem unable to use MinimStreamer with Syno Community’s version of FFmpeg - rich28 - 14-10-2021 10:53 (14-10-2021 10:43)lyapounov Wrote: On my Synology, the path to community ffmpeg is Thanks. I can't explain why but on my NAS that folder seems to have the same content as /usr/local/ffmpeg/bin/ffmpeg RE: Seem unable to use MinimStreamer with Syno Community’s version of FFmpeg - simoncn - 14-10-2021 16:53 The community package has probably created a symbolic link. RE: Seem unable to use MinimStreamer with Syno Community’s version of FFmpeg - lyapounov - 16-10-2021 10:56 (14-10-2021 16:53)simoncn Wrote: The community package has probably created a symbolic link. On my Synology (DSM7) I don't have /usr/local/ffmpeg/bin/ffmpeg However /var/packages/ffmpeg/target is a symbolic link to /volume1/@appstore/ffmpeg |