You are not logged in.
Pages: 1
Hello everybody,
A few days ago I wanted to record something and it did not work.
I do not use audio-recorder daily but last time was few months ago. It worked then.
Here is the output from today's attempt
audio-recorder
[E][000155661.940942][core.c:71 core_event_error()] core 0x5586f00cbfd0: proxy 0x7fa750000fa0 id:7: bound:36 seq:30 res:-16 (Device or resource busy) msg:"enum params id:3 (Spa:Enum:ParamId:EnumFormat) failed"
[E][000155661.940986][gstpipewiredeviceprovider.c:298 on_core_error()] error id:7 seq:30 res:-16 (Device or resource busy): enum params id:3 (Spa:Enum:ParamId:EnumFormat) failed
(audio-recorder:79019): GLib-GObject-WARNING **: 13:31:10.989: g_object_get_is_valid_property: object class 'GstPipeWireSrc' has no property named 'device'
(audio-recorder:79019): GLib-CRITICAL **: 13:31:10.989: g_str_has_suffix: assertion 'str != NULL' failed
(audio-recorder:79019): GLib-CRITICAL **: 13:31:10.989: g_str_has_suffix: assertion 'str != NULL' failed
Error: DBus-interface for org.mpris.MediaPlayer2.chromium.instance2234 should implement "DesktopEntry" property.
(audio-recorder:79019): GLib-GObject-WARNING **: 13:31:11.077: g_object_get_is_valid_property: object class 'GstPipeWireSrc' has no property named 'device'
(audio-recorder:79019): GLib-CRITICAL **: 13:31:11.077: g_str_has_suffix: assertion 'str != NULL' failed
(audio-recorder:79019): GLib-GObject-WARNING **: 13:31:11.117: g_object_get_is_valid_property: object class 'GstPipeWireSrc' has no property named 'device'
(audio-recorder:79019): GLib-CRITICAL **: 13:31:11.118: g_str_has_suffix: assertion 'str != NULL' failed
(audio-recorder:79019): GLib-CRITICAL **: 13:31:11.118: g_str_has_suffix: assertion 'str != NULL' failed
Error: DBus-interface for org.mpris.MediaPlayer2.chromium.instance2234 should implement "DesktopEntry" property.
(audio-recorder:79019): GLib-GObject-CRITICAL **: 13:31:19.138: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
(audio-recorder:79019): GLib-GObject-WARNING **: 13:31:19.140: g_object_get_is_valid_property: object class 'GstPipeWireSrc' has no property named 'device'
(audio-recorder:79019): GLib-CRITICAL **: 13:31:19.140: g_str_has_suffix: assertion 'str != NULL' failed
(audio-recorder:79019): GLib-CRITICAL **: 13:31:19.140: g_str_has_suffix: assertion 'str != NULL' failedThe file it produces has no sound at all.
Any help is highly appreciated!
Offline
It's trying to use pipewire , do you want it to use pipewire ? Or should it rather use pulse? If not, disabling pipewire should help
systemctl --user mask pipewire pipewire.socket --nowLast edited by V1del (2020-12-01 11:51:23)
Offline
How this 'pipewire' thing happened?
Is that the expected output
systemctl --user mask pipewire pipewire.socket --now
Failed to connect to bus: No such file or directoryEDIT
Removed pipewire
Reinstalled audio-recorder
Still no sound in the recording.
audio-recorder
(audio-recorder:86389): Audio Recorder-WARNING **: 14:04:26.328: Could not load image from instance2234. Failed to open file “instance2234”: No such file or directory
(audio-recorder:86389): Audio Recorder-WARNING **: 14:04:26.727: Could not load image from instance2234. Failed to open file “instance2234”: No such file or directory
(audio-recorder:86389): Audio Recorder-WARNING **: 14:04:26.905: Could not load image from instance2234. Failed to open file “instance2234”: No such file or directory
(audio-recorder:86389): Audio Recorder-WARNING **: 14:04:27.107: Could not load image from instance2234. Failed to open file “instance2234”: No such file or directoryLast edited by amaro (2020-12-01 12:26:35)
Offline
Did you select the correct device?
In any case your user bus is broken (assuming you did run that command as your user and not as root or so), that's a different but also necessary to fix issue. How do you log in and start xorg?
Offline
I ran it as root.
That should explain the output.
As for 'xorg' I start it manually
startxfce4Offline
should be fineish but anyway, during a recording attempt what is your
arecord -l
pacmd list-cards
pacmd list-sources
pacmd list-source-outputs
sudo fuser -v /dev/snd/*Offline
Pages: 1