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 <[email protected]> De la part de Anatoly Envoyé : mercredi 30 août 2023 00:17 À : [email protected] Objet : Re: [FFmpeg-user] How To Fix No Sound on Ubuntu in Hyper-V On Tue, 29 Aug 2023 16:05:58 +0200 <[email protected]> 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 [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe". _______________________________________________ ffmpeg-user mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
