[MPlayer-users] MPlayer interrupted by signal 6 in module: open_stream

Joshua Pollak pardsbane at offthehill.org
Thu Dec 27 19:11:19 CET 2001


> > get the libdvdread source, and simply remove that assert() at
> > ifo_read.c:1154 it's the recommended workaround from ogle/xine guys.
> > (i thought they fixed it in 0.9.2, but maybe not)
> >
> >
> > A'rpi / Astral & ESP-team
> 
> Can you please tell how to do that, or is there a link to a website.

1) Download the libdvdcss source code
2) Find the file ifo_read.c
3) Open ifo_read.c in your favorite text editor.
4) go to like 1154 (often, Ctrl-G will let you 'go-to-line'). If not,
look up how to do that.
5) Line 1154 should look like:

	assert(<something here>);

change it to:

	// assert(<something here>);

Make sure you add two /'s, no spaces between

6) Save the file
7) Configure, make and install the library, as per the
normal instructions.




More information about the MPlayer-users mailing list