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

2024-03-15 Thread Andrew Randrianasulu
пт, 15 мар. 2024 г., 11:37 Mice Tecumseh via ffmpeg-user < ffmpeg-user@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 correc

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

2024-03-15 Thread Mice Tecumseh via ffmpeg-user
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 u