]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
iptv: http mux - handle mime application/x-mpegurl for m3u
authorJaroslav Kysela <perex@perex.cz>
Thu, 29 Oct 2015 19:50:23 +0000 (20:50 +0100)
committerJaroslav Kysela <perex@perex.cz>
Thu, 29 Oct 2015 19:50:23 +0000 (20:50 +0100)
src/input/mpegts/iptv/iptv_http.c

index 49f98bd5485bfe040ad430c08cdbff0e16f3fd0b..9e983bc6e995cb86ad01df89babc8996136aa3ae 100644 (file)
@@ -76,6 +76,7 @@ iptv_http_header ( http_client_t *hc )
     if (n > 0 &&
         (strcasecmp(s, "audio/mpegurl") == 0 ||
          strcasecmp(s, "audio/x-mpegurl") == 0 ||
+         strcasecmp(s, "application/x-mpegurl") == 0 ||
          strcasecmp(s, "application/apple.vnd.mpegurl") == 0 ||
          strcasecmp(s, "application/vnd.apple.mpegurl") == 0)) {
       if (im->im_m3u_header > 10) {