MaartenBaert / ssr

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

No sound #536

Open dirkjanl opened 7 years ago

dirkjanl commented 7 years ago

Since a few days I hear no sound when I've recorded something from my computer. When I check Pulse, I can not open Pulse Volumecontrol, see the picture. How do I solve this? [img]http://i.imgur.com/HbOHDiE.jpg[/img]

MaartenBaert commented 7 years ago

Looks like you are not running PulseAudio at all. I have no idea why.

bullkang commented 7 years ago

Hello Maarten,

First of all thank you very much for developing such and awesome program, has really helped me a lot as this is the one I use for making my videos for youtube.

It has always been running smoothly but today after the update and upgrade, it is not recording the sound. I don't know what to do, hope you can help me. Here is what the program says:

[PageRecord::StartPage] Iniciando página ...

[PageRecord::StartPage] Página iniciada.

[SimpleSynth::Init] Aviso: el tamaño del buffer 2048 no está soportado, usando 3072 en su lugar. Esto no es un problema.

[SimpleSynth::SynthThread] Hilo del notificador de audio iniciado.

[MakeThreadHighPriority] Warning: Can't increase the thread priority.

[PageRecord::StartOutput] Iniciando salida ...

[Muxer::Init] Usando formato matroska (Matroska).

[Muxer::AddStream] Usando codec libx264 (libx264 H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10).

[VideoEncoder::PrepareStream] Using pixel format yuv420.

[BaseEncoder::EncoderThread] Hilo del codificador iniciado.

[Muxer::AddStream] Usando codec libvorbis (libvorbis Vorbis).

[AudioEncoder::PrepareStream] Using sample format f32p.

[BaseEncoder::EncoderThread] Hilo del codificador iniciado.

[Muxer::MuxerThread] Hilo del muxer iniciado.

[PageRecord::StartOutput] Iniciada salida.

[PageRecord::StartInput] Iniciando entrada ...

[Synchronizer::SynchronizerThread] Hilo del sincronizador iniciado.

[X11Input::Init] Usando la memoria compartida de X11.

[X11Input::InputThread] Hilo de entrada iniciado.

[PageRecord::StartInput] Entrada iniciada.

[ALSAInput::InputThread] Hilo de entrada iniciado.

[FastResampler::Resample] Resample ratio is 1.0000 (was 0.0000).

[PageRecord::StopOutput] Deteniendo salida ...

[Synchronizer::~Synchronizer] Deteniendo hilo del sincronizador...

[Synchronizer::SynchronizerThread] Hilo del sincronizador detenido.

[Muxer::Finish] Deteniendo codificadores ...

[BaseEncoder::EncoderThread] Vaciando codificador ...

[BaseEncoder::EncoderThread] Vaciando codificador ...

[BaseEncoder::EncoderThread] Hilo del codificador detenido.

[BaseEncoder::EncoderThread] Hilo del codificador detenido.

[Muxer::MuxerThread] Hilo del muxer detenido.

[Muxer::~Muxer] Deteniendo codificadores ...

[Muxer::~Muxer] Esperando al hilo muxer para detenerse ...

[BaseEncoder::~BaseEncoder] Deteniendo hilo del codificador ...

[BaseEncoder::~BaseEncoder] Deteniendo hilo del codificador ...

[PageRecord::StopOutput] Detenida salida.

[PageRecord::StopInput] Deteniendo entrada ...

[X11Input::~X11Input] Deteniendo hilo de grabación ...

[X11Input::InputThread] Hilo de entrada detenido.

[ALSAInput::~ALSAInput] Deteniendo hilo de grabación ...

[ALSAInput::InputThread] Hilo de entrada detenido.

[PageRecord::StopInput] Detenida entrada.

Would really appreciate your help!! Thanks again!

MaartenBaert commented 7 years ago

This doesn't seem to be an SSR problem. Try using a different program to record sound (e.g. Audacity), I suspect all programs will be affected. It's likely a problem with your sound settings (which you can change with 'alsamixer') or drivers.

bullkang commented 7 years ago

Fixed! Thank you very much for pointing me in the right direction, a "sudo alsa force-reload" did the job!

On 5/14/17, Maarten Baert notifications@github.com wrote:

This doesn't seem to be an SSR problem. Try using a different program to record sound (e.g. Audacity), I suspect all programs will be affected. It's likely a problem with your sound settings (which you can change with 'alsamixer') or drivers.

-- You are receiving this because you commented. Reply to this email directly or view it on GitHub: https://github.com/MaartenBaert/ssr/issues/536#issuecomment-301261249