[MPlayer-users] Re: A bug of ftp connection in MPlayer-1.0pre4 and	its	correction
    adland 
    adland123 at yahoo.com
       
    Wed May 12 12:29:53 CEST 2004
    
    
  
> So I navigated in the source and found that in the file
> libmpdemux/open.c
> line 536 and 537 should be commented:
>       //url_free(url);
>       //return NULL;
this was fixed in the CVS code last week AFAIK. look in file libmpdemux/open.c
see line 529 which encases/skips this section you mentioned for ftp protocol
if (strcmp(url->protocol,"ftp")) { //ftp is handled somewhere else
Note: you must enable a large enough cache using the -cache attribute
good luck
    
    
More information about the MPlayer-users
mailing list