Index: stream/asf_streaming.c =================================================================== --- stream/asf_streaming.c (revision 29876) +++ stream/asf_streaming.c (working copy) @@ -475,7 +475,8 @@ 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-asf")) { + !strcasecmp(content_type, "video/x-ms-asf") || + !strcasecmp(content_type, "video/x-ms-wmv")) { if( strstr(features, "broadcast") ) { mp_msg(MSGT_NETWORK,MSGL_V,"=====> ASF Live stream\n");