Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
iptv: http mux - handle mime application/x-mpegurl for m3u
  • Loading branch information
perexg committed Oct 29, 2015
1 parent 777266d commit 2e92cca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/input/mpegts/iptv/iptv_http.c
Expand Up @@ -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) {
Expand Down

0 comments on commit 2e92cca

Please sign in to comment.