Commit cc6247b7 authored by Marian Durkovic's avatar Marian Durkovic

Warn the user about missing MLDv2 support in his OS

parent 12c532dc
...@@ -271,8 +271,9 @@ static int OpenUDP( vlc_object_t * p_this ) ...@@ -271,8 +271,9 @@ static int OpenUDP( vlc_object_t * p_this )
(char *)&imr, sizeof(struct group_source_req) ) == -1 ) (char *)&imr, sizeof(struct group_source_req) ) == -1 )
{ {
msg_Err( p_this, "failed to join IP multicast group (%s)", msg_Err( p_this, "Source specific multicast failed (%s) -"
strerror(errno) ); " check if your OS really supports MLDv2",
strerror(errno) );
} }
} }
else else
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment