![]() |
|
How can I use ssrc resampler? - Printable Version +- MinimServer Forum (https://forum.minimserver.com) +-- Forum: MinimServer (/forumdisplay.php?fid=1) +--- Forum: Support (/forumdisplay.php?fid=4) +--- Thread: How can I use ssrc resampler? (/showthread.php?tid=6748) |
How can I use ssrc resampler? - Lapsiuta - 08-12-2022 22:29 Hi, forgive me please but can you please tell me how can I get te same effect in minim server or streamer like with this foobar plugin https://sourceforge.net/projects/resamplerv/? I just want use ssrc to resample in my stream. Can you please explain me step by step how to do this? Windows. Thank you very much RE: How can I use ssrc resampler? - simoncn - 09-12-2022 10:37 The documentation for this plugin says that it uses SoX and SSRC for resampling. You can use SoX resampling with FFmpeg and MinimStreamer. To use the SoX resampler with MinimStreamer, set the stream.options property to: convOut=-af aresample=resampler=soxr You can specify additional parameters for SoX, for example: convOut=-af aresample=resampler=soxr:precision=33:cheby=1:dither_method=shibata From a quick web search, it seems that dither_method=shibata might be the same as SSRC but I am not sure about this. |