MaartenBaert / ssr

SimpleScreenRecorder, a screen recorder for Linux
http://www.maartenbaert.be/simplescreenrecorder/
GNU General Public License v3.0
2.5k stars 288 forks source link

Webcam stream is showed on desktop but not recorded #895

Closed stevexyz closed 2 years ago

stevexyz commented 2 years ago

I tryed with Kamoso and mplayer command line but the behaviour is the same: the rest of the screen is recorded properly but the camera window (that is properly showing the moving picture) show in the recorded file just the initial image as it is frozen, while the audio (coming from the webcam itself) is recorded properly

MaartenBaert commented 2 years ago

Sometimes the video rendering method which is used by video players can interfere with recording. If this is the cause, then you can probably fix it by changing this setting. E.g. in VLC this setting can be found under Video > Output modules > Video output module. You can try setting this to e.g. 'OpenGL' and see whether that makes a difference.

stevexyz commented 2 years ago

Not sure if it was this or just this since I have also firejail and tryed to launch without it but worked!! Thank you and compliments for your very nice program!!