В сообщении от Среда 11 января 2012 21:37:13 автор Mark Morgan Lloyd написал:
> > I have v4l on my sustem: > Frankly, I've found webcams to be very patchy on most systems, > irrespective of processor. Working from memory, I found mplayer to be > half-competent at exercising a v4l device, noting the workaround > described at http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=542214 I found that on sparc v4l2 don't want to work with webcam at all. It was nessesary for me to stream video from webcam to web, and my solution is ffserver: LD_PRELOAD=/usr/lib/libv4l/v4l1compat.so ffmpeg -s 352x288 -r 30 -f video4linux -i /dev/video0 http://localhost:8090/feed.ffm It works with fine with v4l v1, but actually it is very slow... -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

