[MPlayer-users] Crashing with Singnal 11 when trying to play RV20(realvideo) video

Dominik 'Rathann' Mierzejewski dominik at rangers.eu.org
Mon May 10 18:28:03 CEST 2004


On Monday, 10 May 2004 at 15:15, Mark Silinio wrote:
> 
>  ...such message:
> 
> MPlayer 1.0pre4-3.2.3 (C) 2000-2004 MPlayer Team
[...]
> Playing /mnt/d/video/clips/realvideo/pilot-baks.rm.
> REAL file format detected.
> 
> 
> MPlayer interrupted by signal 11 in module: demux_open

Known problem, use latest CVS or apply attached patch.

> p.s. the same thing with mplayer-1.0pre3

It worked for me, but it's not relevant now anyway.

-- 
MPlayer RPMs maintainer: http://greysector.rangers.eu.org/mplayer.html
"I am Grey. I stand between the candle and the star. We are Grey.
 We stand between the darkness ... and the light."
        -- Delenn in Grey Council in Babylon 5:"Babylon Squared"
-------------- next part --------------
--- MPlayer-1.0pre4/libmpdemux/demux_real.c.real	Mon May 10 18:26:24 2004
+++ MPlayer-1.0pre4/libmpdemux/demux_real.c	Mon May 10 18:27:05 2004
@@ -1193,10 +1193,6 @@
 		    sh->wf->cbSize = 0;
 		    sh->format = MKTAG(buf[0], buf[1], buf[2], buf[3]);
 
-		    if ((version != 3) && (hdr_size != 0x4e)) {
-		    	mp_msg(MSGT_DEMUX,MSGL_V,"skipping %d extra header bytes\n", hdr_size-0x4e);
-		    	stream_skip(demuxer->stream, hdr_size-0x4e);
-		    }
 #if 0
 		    switch (sh->format){
 			case MKTAG('d', 'n', 'e', 't'):


More information about the MPlayer-users mailing list