LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 02-08-2017, 06:22 AM   #1
GabiAPF
LQ Newbie
 
Registered: Jun 2011
Posts: 23

Rep: Reputation: Disabled
Question Screencasting help (Kazam issues after installing Pavucontrol)


Hello. I am having some problems with Kazam screencaster.

I first installed Kazam in order to record my screen. The video capture was fine, but the audio quality was bad. So I bought a better microphone.

The new microphone, while much better for using with other programs (like Audacity) has a USB input instead of 3.5 mm, and some programs like Firefox and, yes, Kazam, did not recognize it. So I had to install Pulseaudio volume control and configure it so that my new microphone is used to record audio for each application.

Now Firefox recognizes my microphone, as do Audacity and Skype, but Kazam has an even bigger problem: every time I try to stop recording, it freezes! So I cannot, in fact, record anything at all. I tried reinstalling Kazam. It did not help.

I tried running Kazam in debug mode and got the following output:

_________________________________________
DEBUG Kazam - Starting ...
DEBUG Kazam - Running on: debian 8.7
DEBUG Kazam - Kazam version: 1.4.5 NCC-80102
DEBUG Kazam - Starting new instance ...
DEBUG Prefs - XDG_PICTURES is a directory and accessible
DEBUG Prefs-HW - Getting hardware specs
DEBUG Prefs-HW - Getting Video sources.
DEBUG Prefs-HW - Found 1 monitor(s).
DEBUG Prefs-HW - Monitor 0 - X: 0, Y: 0, W: 1280, H: 720
DEBUG Main - Gstreamer version detected: 1.4.4.0
DEBUG Main - Setting variables.
DEBUG PulseAudio - Starting mainloop.
DEBUG PulseAudio - Getting API.
DEBUG PulseAudio - Setting context.
DEBUG PulseAudio - Set state callback.
DEBUG PulseAudio - Connecting to server.
DEBUG PulseAudio - Start mainloop.
DEBUG PulseAudio - State connected.
DEBUG Main - Connecting indicator signals.
DEBUG Main - Starting in silent mode: False
DEBUG Indicator - Indicatior silent: False
DEBUG Indicator - Trying to bind hotkeys.
DEBUG Main - Main Window UI setup.
/usr/lib/python3/dist-packages/kazam/app.py:145: Warning: value "((GtkIconSize) 32)" of type 'GtkIconSize' is invalid or out of range for property 'icon-size' of type 'GtkIconSize'
self.builder.add_from_file(os.path.join(prefs.data dir, "ui", "kazam.ui"))
DEBUG Main - Unable to get name for '<Adjustment object at 0x7f425f232318 (GtkAdjustment at 0x2d62200)>'

(kazam:12111): Gtk-WARNING **: Symbolic icon kazam-screencast-symbolic of size 24 is in an icon theme directory of size 16

(kazam:12111): Gtk-WARNING **: Symbolic icon kazam-screenshot-symbolic of size 24 is in an icon theme directory of size 16

(kazam:12111): Gtk-WARNING **: Can't set a parent on widget which has a parent


(kazam:12111): Gtk-WARNING **: Symbolic icon kazam-fullscreen-symbolic of size 24 is in an icon theme directory of size 16

(kazam:12111): Gtk-WARNING **: Symbolic icon kazam-all-screens-symbolic of size 24 is in an icon theme directory of size 16

(kazam:12111): Gtk-WARNING **: Symbolic icon kazam-window-symbolic of size 24 is in an icon theme directory of size 16

(kazam:12111): Gtk-WARNING **: Symbolic icon kazam-area-symbolic of size 24 is in an icon theme directory of size 16

(kazam:12111): Gtk-WARNING **: Can't set a parent on widget which has a parent

DEBUG Prefs - Getting Audio sources.
DEBUG PulseAudio - get_audio_sources() called.
DEBUG PulseAudio - pa_sourcelist_cb()
DEBUG PulseAudio - IDX: 0
DEBUG PulseAudio - Name: b'alsa_output.pci-0000_00_1b.0.analog-stereo.monitor'
DEBUG PulseAudio - Desc: b'Monitor of Audio Interno Est\xc3\xa9reo Anal\xc3\xb3gico'
DEBUG PulseAudio - pa_sourcelist_cb()
DEBUG PulseAudio - IDX: 1
DEBUG PulseAudio - Name: b'alsa_input.pci-0000_00_1b.0.analog-stereo'
DEBUG PulseAudio - Desc: b'Audio Interno Est\xc3\xa9reo Anal\xc3\xb3gico'
DEBUG PulseAudio - pa_sourcelist_cb()
DEBUG PulseAudio - IDX: 8
DEBUG PulseAudio - Name: b'alsa_output.usb-Audio-Technica_ATR_USB_microphone-00-microphone.analog-stereo.monitor'
DEBUG PulseAudio - Desc: b'Monitor of ATR USB microphone Est\xc3\xa9reo Anal\xc3\xb3gico'
DEBUG PulseAudio - pa_sourcelist_cb()
DEBUG PulseAudio - IDX: 9
DEBUG PulseAudio - Name: b'alsa_input.usb-Audio-Technica_ATR_USB_microphone-00-microphone.analog-stereo'
DEBUG PulseAudio - Desc: b'ATR USB microphone Est\xc3\xa9reo Anal\xc3\xb3gico'
DEBUG PulseAudio - pa_sourcelist_cb() -- finished
DEBUG Prefs - Device found:
DEBUG Prefs - - 0
DEBUG Prefs - - alsa_output.pci-0000_00_1b.0.analog-stereo.monitor
DEBUG Prefs - - Monitor of Audio Interno Estéreo Analógico
DEBUG Prefs - Device found:
DEBUG Prefs - - 1
DEBUG Prefs - - alsa_input.pci-0000_00_1b.0.analog-stereo
DEBUG Prefs - - Audio Interno Estéreo Analógico
DEBUG Prefs - Device found:
DEBUG Prefs - - 8
DEBUG Prefs - - alsa_output.usb-Audio-Technica_ATR_USB_microphone-00-microphone.analog-stereo.monitor
DEBUG Prefs - - Monitor of ATR USB microphone Estéreo Analógico
DEBUG Prefs - Device found:
DEBUG Prefs - - 9
DEBUG Prefs - - alsa_input.usb-Audio-Technica_ATR_USB_microphone-00-microphone.analog-stereo
DEBUG Prefs - - ATR USB microphone Estéreo Analógico
DEBUG Main - Capture speakers: True.
DEBUG Main - Capture microphone: True.
DEBUG Main - Capture cursor_pic: True.
DEBUG Main - Capture borders_pic: True.
DEBUG Main - Start delay now: 3
DEBUG Main - Record clicked, invoking Screencast.
DEBUG GStreamer - Audio_source : alsa_output.pci-0000_00_1b.0.analog-stereo.monitor
DEBUG GStreamer - Audio2_source : alsa_input.usb-Audio-Technica_ATR_USB_microphone-00-microphone.analog-stereo
DEBUG GStreamer - Video_source: {'height': 720, 'x': 0, 'width': 1280, 'y': 0}
DEBUG GStreamer - Xid: None
DEBUG GStreamer - Area: None
DEBUG GStreamer - Capture Cursor: False
DEBUG GStreamer - Framerate : 15.0
DEBUG GStreamer - Coordinates SX: 0 SY: 0 EX: 1279 EY: 719
DEBUG GStreamer - testing for xid: None
DEBUG GStreamer - Codec: H264 (MP4)
DEBUG GStreamer - Setup audio elements.
DEBUG GStreamer - Audio1 Source:
alsa_output.pci-0000_00_1b.0.analog-stereo.monitor
DEBUG GStreamer - Audio2 Source:
alsa_input.usb-Audio-Technica_ATR_USB_microphone-00-microphone.analog-stereo
DEBUG GStreamer - Filesink: /home/gabi/Vídeos/kazam_jmxt5pgq.movie
DEBUG GStreamer - Linking Video
DEBUG GStreamer - Linking Audio
DEBUG GStreamer - Link audiosrc -> aud_in_queue: True
DEBUG GStreamer - Link aud_in_queue -> aud_caps_filter: True
DEBUG GStreamer - Linking Audio2
DEBUG GStreamer - Link aud_caps_filter -> audiomixer: True
DEBUG GStreamer - Link audio2src -> aud2_in_queue: True
DEBUG GStreamer - Link aud2_in_queue -> aud2_caps_filter: True
DEBUG GStreamer - Link aud2_caps_filter -> audiomixer: True
DEBUG GStreamer - Link audiomixer -> audioconv: True
DEBUG GStreamer - Link audioconv -> audioenc: True
DEBUG GStreamer - Link audioenc -> aud_out_queue: True
DEBUG GStreamer - Link aud_out_queue -> mux: True
DEBUG GStreamer - Link mux -> file queue: True
DEBUG GStreamer - Link file queue -> sink: True
DEBUG Main - Hiding main window.
DEBUG Main - Counter finished.
DEBUG Indicator - Recording started.
DEBUG GStreamer - Setting STATE_PLAYING
DEBUG Indicator - Recording stopped.
DEBUG Main - Stop request.
DEBUG GStreamer - Sending new EOS event
___________________________________________

At that point, it freezes and does nothing else. It never shows me the options window again, and I can't even close it unless I kill the process.

If I set up Pulseaudio Volume Control to use the monitor of the device rather than the device itself, then I can stop recording and save a file, but I cannot reproduce it. All I get is one second of silence, with no video, and Kazam cannot delete the temporary 0-byte .movie file.

I will appreciate any help I can get. Thanks in advance.

If no solution is found, I can accept recommendations for other screencasting software. I have tried VLC and RecordMyDesktop and could not get either of them to work. I need something that can record video from my screen and audio from both the speaker and USB microphone, and that is compatible with Pulseaudio and runs on Debian Jessie. Does such a program exist?
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
kazam slackware johnpuppa Slackware 7 11-16-2015 04:00 PM
screencasting cwc Linux - Software 2 07-12-2014 08:00 AM
Kazam Screencaster liveusb Linux - Software 0 03-01-2012 08:38 AM
LXer: Kazam Screencaster 1.2.0 Released LXer Syndicated Linux News 0 02-12-2012 10:21 PM
pavucontrol and alsamixer pwabrahams Linux - Software 4 05-09-2011 01:02 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 05:03 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration