le 30/08/2023 Hi, 1. I start the ffmpeg listener on my Windows machine ==> OK 2. I get sound with a command like ffmpeg -i in.wav -c:a pcm_s16le -f s16le udp://IP:18181 ==> Fine 3. netstat -a -n -b : nothing for protocole UDP, my IP, port 18181 (but yes for ports 137, 138, 1900) ==> sob How is it possible ? Regards Alain
-----Message d'origine----- De : ffmpeg-user <ffmpeg-user-boun...@ffmpeg.org> De la part de Anatoly Envoyé : mercredi 30 août 2023 00:17 À : ffmpeg-user@ffmpeg.org Objet : Re: [FFmpeg-user] How To Fix No Sound on Ubuntu in Hyper-V On Tue, 29 Aug 2023 16:05:58 +0200 <ape...@free.fr> wrote: > b) May use sockstat.exe to check for listening socket. ==> > sockstat.dll in not installed on my Windows machine, and as a > miserable earthworm, I've not the skill to install it. > I used "netstat" : many lines with my IP address but none with > port 18181 Oops, I've messed things up, sorry for that, sockstat is *BSD OSes tool. On Windows netstat -a -n -b should do. _______________________________________________ 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". _______________________________________________ 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".