[MPlayer-users] MPlayer-1.0pre3try2 size_confirm mismatch problem

Harry G. McGavran Jr. hgm at lanl.gov
Tue Apr 6 23:24:02 CEST 2004


There was some discussion of this problem February into March
on MPlayer-dev-eng with a patch to fix it.

But at least one line of the fix breaks a number or URLs
for me.  One such URL is:

http://www.streamaudio.com/stations/asx/kcmo_fm.asx

Be removing one of the lines needed to fix the problem for someone
else, it fixes the problem for me (and probably breaks his
urls...)

A patch to remove the offending line is:

*** ./MPlayer-1.0pre3try2/libmpdemux/asf_streaming.c.orig	Sat Nov  1 07:10:32 
2003
--- ./MPlayer-1.0pre3try2/libmpdemux/asf_streaming.c	Tue Apr  6 15:07:29 2004
***************
*** 421,428 ****
  	if( content_type==NULL ) return ASF_Unknown_e;
  	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")) {               
  
  		if( strstr(features, "broadcast") ) {
  			mp_msg(MSGT_NETWORK,MSGL_V,"=====> ASF Live stream\n");
--- 421,427 ----
  	if( content_type==NULL ) return ASF_Unknown_e;
  	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
  
  		if( strstr(features, "broadcast") ) {
  			mp_msg(MSGT_NETWORK,MSGL_V,"=====> ASF Live stream\n");



====================================

	Harry McGavran
	hgm at lanl.gov



-- 


Harry

Internet e-mail: hgm at lanl.gov       (Harry G. McGavran, Jr.)
Los Alamos National Laboratory, Los Alamos, New Mexico 87545
Phone: 505/667-4050






More information about the MPlayer-users mailing list