[vlc-devel] Add support for AMT

Natalie Landsberg natalie.landsberg97 at gmail.com
Thu Sep 26 19:43:29 CEST 2019


> +error:
> +    vlc_timer_disarm( sys->updateTimer );
> +    if( serverinfo )
> +        freeaddrinfo( serverinfo );
> +    return false;
> +}

After doing some more testing with various streams and the relays, this is causing
the for loop to break early before trying different relays. There needs to be a line
break before return false.


More information about the vlc-devel mailing list