[MPlayer-cvslog] r29965 - trunk/stream/asf_streaming.c
compn
subversion at mplayerhq.hu
Thu Nov 26 18:57:33 CET 2009
Author: compn
Date: Thu Nov 26 18:57:33 2009
New Revision: 29965
Log:
mime type [video/x-ms-wmv] is recognized as an ASF redirector.
patch by KO Myung-Hun komh!chollian!net
Modified:
trunk/stream/asf_streaming.c
Modified: trunk/stream/asf_streaming.c
==============================================================================
--- trunk/stream/asf_streaming.c Tue Nov 24 07:59:21 2009 (r29964)
+++ trunk/stream/asf_streaming.c Thu Nov 26 18:57:33 2009 (r29965)
@@ -475,6 +475,7 @@ static int asf_http_streaming_type(char
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") ) {
More information about the MPlayer-cvslog
mailing list