MinimServer Forum
Can't save stream properties - Printable Version

+- MinimServer Forum (https://forum.minimserver.com)
+-- Forum: MinimServer (/forumdisplay.php?fid=1)
+--- Forum: MinimStreamer (/forumdisplay.php?fid=11)
+--- Thread: Can't save stream properties (/showthread.php?tid=7819)



Can't save stream properties - theo - 05-08-2026 09:39

Hi, I'm test-driving minimserver and wanted to look at minimstreamer. I got a trial license and it's installed. Running all of it in a docker container. But for whatever reason I can't save streamer properties. I wanted to add the path to ffmpeg like /opt/minimserver/opt/bin/ffmpeg (I got version 6.1.1-3ubuntu5+esm10) and a transcode property as well. It doesn't let me save it. What am I missing?

Thanks guys, most likely a stupid newbie thing.
[Image: 4RPBR.png]
[Image: RBHTDP.png]


RE: Can't save stream properties - Klaus57 - 05-08-2026 10:02

(05-08-2026 09:39)theo Wrote:  Hi, I'm test-driving minimserver and wanted to look at minimstreamer. I got a trial license and it's installed. Running all of it in a docker container. But for whatever reason I can't save streamer properties. I wanted to add the path to ffmpeg like /opt/minimserver/opt/bin/ffmpeg (I got version 6.1.1-3ubuntu5+esm10) and a transcode property as well. It doesn't let me save it. What am I missing?

Thanks guys, most likely a stupid newbie thing.
[Image: 4RPBR.png]
[Image: RBHTDP.png]

Hi,
this is likely a problem with the path or directory of the converter; when saving, the application checks if the converter is located in the specified directory. If not, the input is highlighted in red and cannot be saved.

I also use Docker, but on a QNAP NAS (Linux), and I use the following path: opt/bin/ffmpeg.


RE: Can't save stream properties - theo - 05-08-2026 10:08

I mount it like so in compose, wrong?
- /usr/bin/ffmpeg:/opt/minimserver/opt/bin/ffmpeg:ro


RE: Can't save stream properties - theo - 05-08-2026 10:32

I got it working thanks for the pointer, I had to download an extra ffmpeg version, it's now mounted here
- ./opt/bin:/opt/minimserver/opt/bin:ro
And I could save it


RE: Can't save stream properties - Klaus57 - 05-08-2026 12:30

(05-08-2026 10:32)theo Wrote:  I got it working thanks for the pointer, I had to download an extra ffmpeg version, it's now mounted here
- ./opt/bin:/opt/minimserver/opt/bin:ro
And I could save it

Glad to hear;


RE: Can't save stream properties - simoncn - 05-08-2026 15:35

I'm glad to hear the problem is solved. There should be an error message as well as the red highlighting but the message isn't showing because of a bug in MinimServer update 274. This will be fixed in the next update.