[FFmpeg-user] How to play stereo stream as stereo on Windows 10

Andrew Randrianasulu randrianasulu at gmail.com
Fri Mar 15 16:45:08 EET 2024


пт, 15 мар. 2024 г., 11:37 Mice Tecumseh via ffmpeg-user <
ffmpeg-user at ffmpeg.org>:

> Hello;
>
> I stream stereo FLAC from Ubuntu 22.04 with command:
>
> ffmpeg -f pulse -i "remote.monitor" -acodec pcm_s16le -ar 48000 -f s16le
> -ac 2 "udp://192.168.1.99:18181"
> and play this stereo stream correctly on macOS with this command:
>
> ffplay -nodisp -acodec -ac 2 pcm_s16le -ar 48000 -f s24le -i udp://
> 192.168.1.100:18181?listen=1
> But if I try to play this stereo strem (with the same command) on Windows
> 10 ffmpge says:
>
> "Failed to set value '2' for option 'ac': Option not found" - and plays
> only one channel mono
>

may be put "-ac 2" part before "-acodec pcm_s16le" part?


> I will also add that when I play the same FLAC file locally in this
> Windows 10 installation both channels plays correctly in stereo.
>
> Would you help me please how to convince ffmpge (ffplay) to play that
> stereo stream as stereo on Windows 10.
>
> Kind regards
> Mice
> _______________________________________________
> ffmpeg-user mailing list
> ffmpeg-user at ffmpeg.org
> https://ffmpeg.org/mailman/listinfo/ffmpeg-user
>
> To unsubscribe, visit link above, or email
> ffmpeg-user-request at ffmpeg.org with subject "unsubscribe".
>


More information about the ffmpeg-user mailing list