[vlc-devel] [RFC] extend vlc_UrlParse() to support udp://addr:port at bindaddr:bindport syntax

Jean-Paul Saman jpsaman at videolan.org
Thu Oct 27 15:42:23 CEST 2016


The patch series adds support for udp://addr:port@bindaddr:bindport syntax to vlc_UrlParse(). 
It also adds several test cases (ipv4 and ipv6) for it to src/test/url.c.

Two test cases (line 297 and 299) failed before the patch series where added and still fail
afterwards. To be more specific in file src/test/url.c it concerns the following lines:

297:   test_url_parse("p://caf\xc3\xa9.example.com", "p", NULL, NULL,
298:                  "xn--caf-dma.example.com", 0, NULL, NULL);
299:   test_url_parse("p://caf%C3%A9.example.com", "p", NULL, NULL,
300:                  "xn--caf-dma.example.com", 0, NULL, NULL);



More information about the vlc-devel mailing list