Post Reply 
Managing and monitor the several MS Stream Options
24-11-2025, 13:35
Post: #3
RE: Managing and monitor the several MS Stream Options
The settings in the stream.transcode property and the convOut option of the stream.options property are combined to pass a command string to ffmpeg. You can see this command string by enabling Debug logging and looking in the minimserver.log file.

Here is an example of this log entry using your example settings:

Code:
ChainImpl: property filetrans.command has final value '"/mnt/app/opt/MinimServer/minimserver/libext/ffmpeg-melco-4.1.dir/ffmpeg" -v 0 -analyzeduration 0 -f flac  -request_sample_fmt flt  -i "/mnt/disk1/share/music/musicfiles/SACDA67524/!Albricias, mortales!.flac" -af aresample=resampler=soxr -ar 192 -vn  -ar 192000 -f s24le -acodec pcm_s24le -sample_fmt s32 pipe:'

This loooks a bit strange because the -ar option appears twice. In this case I think ffmpeg uses the second value 192000.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Managing and monitor the several MS Stream Options - simoncn - 24-11-2025 13:35

Forum Jump:


User(s) browsing this thread: 1 Guest(s)