Only one JACK-channel gets recorded
Status: Alpha
Brought to you by:
enselic
Hi all, I can avoid the known parsing error "Window size specification out of bounds!" by entering x, y, and width. So I can capture video and JACK-sound with
recordmydesktop --channels 2 --use-jack system:capture_1 system:capture_2 -x 0 -y 0 --width 1920 --height 1200
But it only records one channel, not both. In the recorded ogv-file only the left channel has a signal.
This has been fixed with https://github.com/Enselic/recordmydesktop/commit/8774cada07aa04f9d0260b624ce26081ede5e05c
Note that the project has moved to GitHub