MaartenBaert / ssr

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

Pulseaudio ssr playonlinux #286

Open kormic opened 9 years ago

kormic commented 9 years ago

Hello everybody!

When I record using record entire screen for some reason when using playonlinux and record audio from monitor (pulseaudio) it doesn't record audio. I have checked that monitor is selected in pavucontrol. In other occasions like vlc playing a video it records audio just fine. Also audio in youtube doesn't work (if I am not recording of course it sounds just fine). I also had this problem (the youtube audio) on my laptop but I installed pulseaudio-alsa and then it worked. What I ve noticed is if I start playonlinux first and then start recording, the file size in ssr stays 0 B and no video is being recorder. It's like whichever app gets sound first that app keeps pulse for itself.

I know this might be pulseaudio's problem.

Thanks in advance! :)

iamgreaser commented 9 years ago

Odds are Wine would be hogging the ALSA hardware device, rather than hogging PulseAudio. Check your settings in winecfg or something like that.

MaartenBaert commented 9 years ago

I agree with @iamgreaser, Wine is probably going directly to the hardware (e.g. by recording hw:0,0) when it should be using pulse (which should be the 'default' device in ALSA).

kormic commented 9 years ago

Ok...after a LOT of digging around I ve found the problem. There's something wrong with cinnamon's (and mate's) pulseaudio-alsa package. I ve uninstalled cinnamon and installed kde and then removed pulseaudio-alsa lib32-libpulse and lib32-alsa-plugins and installed again and everything is working again!!! :)

ubuntuaddicted commented 9 years ago

awesome on you for finding the solution and coming back to inform us all. thanks!