Hi,

thanks for the hints to get the mjpeg tools to compile,
now it works.

I still have the problem that "glav" dies immediately
because it can't open ALSA audio on my 2.6.7 with onboard
sound-intel8x0.

I took a look int "audiolib.c" to see what the problem could be.

The message i get is:
**ERROR: [lavplay] Error initializing Audio: Audio task died. \
Reason: Error mapping audio buffer - Input/output error

I think this is related to line 805 in audiolib.c
   if (audio_capt)

           buf=mmap(NULL, tmp, PROT_READ , MAP_SHARED, fd, 0);
   else
           buf=mmap(NULL, tmp, PROT_WRITE, MAP_SHARED, fd, 0);

   if (buf==MAP_FAILED)
806:       system_error("mapping audio buffer",fd, 1);


So maybe this is rather a problem of my shared memory subsystem
in the kernel?  Maybe i only forgot to set a certain option?


Best regards,
Torsten.


-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click
_______________________________________________
Mjpeg-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mjpeg-users

Reply via email to