No, why do so many people think having the newest Kernel installed would solve all problems? The truth is, most new Kernel features are not ready to use till in a few month. If you not really need a new function of a new Kernel, like new open source drivers for your AMD/Intel Card, you just don't need it!You should update the Linux Kernel... the lastest is 3.16
Yes, because ... yeah, because why? The PPA version is just the Git version, which is updated once per week or so...Also make sure you install OBS Studios via the offical PPA and not directly via GIT Forking.
No, why do so many people think having the newest Kernel installed would solve all problems? The truth is, most new Kernel features are not ready to use till in a few month. If you not really need a new function of a new Kernel, like new open source drivers for your AMD/Intel Card, you just don't need it!
Yes, because ... yeah, because why? The PPA version is just the Git version, which is updated once per week or so...
no bluetooth devices at all. i'm using the internal audio for the game and a usb webcam mic for my voice. what's your setup like, obs version, distro, kernel, etc etc? anything special about your pulseaudio setup? what's your internal audio chipset? if you make pulse NOT autospawn, kill it and then start it with the following commandAre you using a bluetooth headset? Is it also out of sync of you use an internal/onboard card?
Some very few commits back this problem appears to be solved for me, which is why I ask.
Here's an example test stream that I did very recently: http://www.twitch.tv/vivnet/b/577707328
I've done a multitude of these over the last week using various configurations and games; all appears good.
pulseaudio -vvvvv
ubu@saucy-haswell:~$ find / -iname linux-pulseaudio\.so -exec ls -gG {} \; 2>&-
-rwxrwxr-x 1 67838 Oct 15 18:19 /home/ubu/obs-studio/build/plugins/linux-pulseaudio/linux-pulseaudio.so
-rwxrwxr-x 1 67838 Oct 15 18:19 /home/ubu/obs-studio/build/rundir/RelWithDebInfo/obs-plugins/64bit/linux-pulseaudio.so
-rw-r--r-- 1 67838 Oct 13 18:28 /home/ubu/.local/share/Trash/files/obs-studio-portable.3/obs-plugins/64bit/linux-pulseaudio.so
-rw-r--r-- 1 67838 Oct 14 18:27 /home/ubu/.local/share/Trash/files/obs-studio-portable.4/obs-plugins/64bit/linux-pulseaudio.so
-rwxrwxr-x 1 67814 Oct 7 19:31 /home/ubu/.local/share/Trash/files/obs-studio.2/build/plugins/linux-pulseaudio/linux-pulseaudio.so
-rwxrwxr-x 1 67814 Oct 7 19:31 /home/ubu/.local/share/Trash/files/obs-studio.2/build/rundir/RelWithDebInfo/obs-plugins/64bit/linux-pulseaudio.so
-rw-r--r-- 1 67814 Oct 9 20:46 /home/ubu/.local/share/Trash/files/obs-studio-portable/obs-plugins/64bit/linux-pulseaudio.so
-rw-r--r-- 1 67814 Oct 9 20:46 /home/ubu/.local/share/Trash/files/obs-studio-portable.2/obs-plugins/64bit/linux-pulseaudio.so
-rw-r--r-- 1 67838 Oct 15 18:19 /home/ubu/obs-studio-portable/obs-plugins/64bit/linux-pulseaudio.so
It make no sense to set default-sample-rate and alternate-sample-rate to the same value, pulseaudio will not use alternate-sample-rate in that case. There is no default value for alternate-sample-rate, so you can just keep that commented out.-set audio to 44,100 sample rate and ensure your pulseaudio /etc/pulse/daemon.conf file has 44,100 for both default-sample-rate & alternate-sample-rate and remove semi-colon from the beginning of the line for those 2 settings. In ubuntu issue pulseaudio -k to make settings take effect
depending whether or not you're running a pulseaudio version that's been patched there's this bug https://bugs.freedesktop.org/show_bug.cgi?id=66424 and setting the default and alternate sample rate to the same thing get's around the bugIt make no sense to set default-sample-rate and alternate-sample-rate to the same value, pulseaudio will not use alternate-sample-rate in that case. There is no default value for alternate-sample-rate, so you can just keep that commented out.