[FFmpeg-user] How To Fix No Sound on Ubuntu in Hyper-V
aperry at free.fr
aperry at free.fr
Wed Aug 30 11:32:56 EEST 2023
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-bounces at ffmpeg.org> De la part de Anatoly
Envoyé : mercredi 30 août 2023 00:17
À : ffmpeg-user at 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
<aperry at 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 at ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-user
To unsubscribe, visit link above, or email ffmpeg-user-request at ffmpeg.org
with subject "unsubscribe".
More information about the ffmpeg-user
mailing list