From b3eaf99833739a685e9ccd4baa47c70244ca31fa Mon Sep 17 00:00:00 2001 From: compn Date: Thu, 26 Nov 2009 17:57:33 +0000 Subject: 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 --- stream/asf_streaming.c | 1 + 1 file changed, 1 insertion(+) (limited to 'stream') 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") ) { -- cgit v1.2.3