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

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@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to