Comment 4 for bug 1220645

Revision history for this message
Yung Shen (kaxing) wrote :

Some more updates to this bug:

When you recording from webcam directly to a file,
and play this file with totem it plays green screen,
however using other video output driver could play normally.

to record:

$ avconv -f video4linux2 -i /dev/video0 -f avi output.avi

then:

$ mplayer output.avi
result: green

$ mplayer output.avi -vo x11
result: normal