]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
IPTV: autonet - allow pipe:// URLs, fixes #3221
authorJaroslav Kysela <perex@perex.cz>
Thu, 29 Oct 2015 15:04:01 +0000 (16:04 +0100)
committerJaroslav Kysela <perex@perex.cz>
Thu, 29 Oct 2015 15:04:01 +0000 (16:04 +0100)
src/input/mpegts/iptv/iptv_auto.c

index 656804a8665f267afe05656c9e4affab59521543..fb2d5850cdb711477746d4eb28a6c3c330b020d0 100644 (file)
@@ -111,6 +111,7 @@ iptv_auto_network_process_m3u_item(iptv_network_t *in,
 
   if (url == NULL ||
       (strncmp(url, "file://", 7) &&
+       strncmp(url, "pipe://", 7) &&
        strncmp(url, "http://", 7) &&
        strncmp(url, "https://", 8) &&
        strncmp(url, "rtsp://", 7) &&