Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
IPTV: autonet - allow pipe:// URLs, fixes #3221
  • Loading branch information
perexg committed Oct 29, 2015
1 parent 4c54e63 commit 4e15477
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/input/mpegts/iptv/iptv_auto.c
Expand Up @@ -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) &&
Expand Down

0 comments on commit 4e15477

Please sign in to comment.