[FFmpeg-user] Best way to transmit an audio stream without loss of compression of a linux computer under windows with FFMPEG
Carl Eugen Hoyos
ceffmpeg at gmail.com
Sun Mar 4 11:06:26 EET 2018
2018-03-02 18:32 GMT+01:00, Olivier SCHMITT <sc.olivier at gmail.com>:
> ffmpeg -ar 192000 -ac 2 -sample_fmt S16_LE -f alsa -i
> hw:CARD=lloop11,DEV=1 -c copy -f wav udp://192.168.1.29:10000
You should not send wav via udp, it is not a streamable format.
Raw pcm ("s16le") is an alternative.
I wonder if recording with 192kHz makes sense, this is
far above what a human ear can do iirc.
Carl Eugen
More information about the ffmpeg-user
mailing list