hello,
i'm trying to make some tests with vlc used as a streaming server locally (i.e. without any network connection) and when my ethernet network cable is disconnected vlc client is very slow and sometimes crashes. I have connected my network cable again and I've seen (using wireshark) that several packets are sent to the multicast address 228.67.43.91 at vlc startup. I think it's intended... ?
Here are the packets:
- IGMP join group 228.67.43.91
- a udp packet containing "hostIdTest"
I don't know what it is for. Could it be the reason why vlc is slow when I'm playing files locally?
Is it employed to manage software updates?
Is it possible to deactivate those packets at startup?
Thanks a lot,
yohann