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

JACK error #832

Open KiteAB opened 3 years ago

KiteAB commented 3 years ago

Arch Linux, installed jack package

Use jack to record microphone and speaker

MaartenBaert commented 3 years ago

You will need to provide a little more detail if you want me to help ...

KiteAB commented 3 years ago

You will need to provide a little more detail if you want me to help ...

there's no error msg, but de icon on de taskbar shows a red cross when i recording

and nothing has been recorded, only damaged media file...

MaartenBaert commented 3 years ago

If the icon shows a red cross then there definitely should be an error message, since it's the error message handler that triggers the red cross icon in the first place. Check the log files in ~/.ssr/logs.

KiteAB commented 3 years ago

If the icon shows a red cross then there definitely should be an error message, since it's the error message handler that triggers the red cross icon in the first place. Check the log files in ~/.ssr/logs.

[PageRecord::StartPage] Starting page ...
connect(2) call to /dev/shm/jack-1000/default/jack_0 failed (err=No such file or directory)
attempt to connect to server failed
[JACKInput::Init] Error: Could not connect to JACK!
[PageRecord::StartPage] Error: Something went wrong during initialization.
[PageRecord::StartPage] Started page.

the same err is reported after installing realtime and adding user 2 realtime group

MaartenBaert commented 3 years ago

Have you actually started the JACK server (e.g. with QJackCtl) before starting SSR?

KiteAB commented 3 years ago

Have you actually started the JACK server (e.g. with QJackCtl) before starting SSR?

How to use it?

MaartenBaert commented 3 years ago

I've provided some basic instructions here: https://www.maartenbaert.be/simplescreenrecorder/recording-game-audio/#using-jack But this was written under the assumption that most JACK users already more or less know how it works.

JACK is mainly used by musicians who need a more advanced audio system. If you don't know how to use JACK, are you sure that you actually need it? Maybe PulseAudio is good enough for what you need. If not, maybe look up some tutorials on how to use JACK.

KiteAB commented 3 years ago

I've provided some basic instructions here: https://www.maartenbaert.be/simplescreenrecorder/recording-game-audio/#using-jack But this was written under the assumption that most JACK users already more or less know how it works.

JACK is mainly used by musicians who need a more advanced audio system. If you don't know how to use JACK, are you sure that you actually need it? Maybe PulseAudio is good enough for what you need. If not, maybe look up some tutorials on how to use JACK.

PulseAudio can't record speaker and microphone simultaneosuly, and the pulseaudio solution you provided in your blog is not very useful