summaryrefslogtreecommitdiffstats
path: root/stream
diff options
context:
space:
mode:
authorcompn <compn@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-11-26 17:57:33 +0000
committercompn <compn@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-11-26 17:57:33 +0000
commitb3eaf99833739a685e9ccd4baa47c70244ca31fa (patch)
tree8fd204dd6738d395f8bbdc4f219a5e336bbad771 /stream
parent731e9490b2455df986fff1acda65d70b490d2bc8 (diff)
downloadmpv-b3eaf99833739a685e9ccd4baa47c70244ca31fa.tar.bz2
mpv-b3eaf99833739a685e9ccd4baa47c70244ca31fa.tar.xz
mime type [video/x-ms-wmv] is not an ASF redirector.
patch by KO Myung-Hun komh!chollian!net git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29965 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'stream')
-rw-r--r--stream/asf_streaming.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/stream/asf_streaming.c b/stream/asf_streaming.c
index 517bb49f52..956f60daee 100644
--- a/stream/asf_streaming.c
+++ b/stream/asf_streaming.c
@@ -475,6 +475,7 @@ static int asf_http_streaming_type(char *content_type, char *features, HTTP_head
if( !strcasecmp(content_type, "application/octet-stream") ||
!strcasecmp(content_type, "application/vnd.ms.wms-hdr.asfv1") || // New in Corona, first request
!strcasecmp(content_type, "application/x-mms-framed") || // New in Corana, second request
+ !strcasecmp(content_type, "video/x-ms-wmv") ||
!strcasecmp(content_type, "video/x-ms-asf")) {
if( strstr(features, "broadcast") ) {