xlmnxp / blue-recorder

Simple Screen Recorder written in Rust based on Green Recorder
Other
525 stars 26 forks source link

thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: Os #7

Closed siduck closed 3 years ago

siduck commented 3 years ago

image

xlmnxp commented 3 years ago

Do you have a sound sources in your system?

siduck commented 3 years ago

sound source? you mean alsa or pulseaudio?

xlmnxp commented 3 years ago

sound source? you mean alsa or pulseaudio?

PluseAudio or PipeWire Do

pactl list sources
siduck commented 3 years ago

Oh I use alsa :(

xlmnxp commented 3 years ago

Will ffmpeg record audio in your session without any issue? try

ffmpeg -f alsa -i default -f ogg test.ogg
siduck commented 3 years ago

image

xlmnxp commented 3 years ago

image

unable to find alsa/PulseAudio

siduck commented 3 years ago

I dont record audio anyways , simplescreenrecorder doesnt does this.

xlmnxp commented 3 years ago

I dont record audio anyways , simplescreenrecorder doesnt does this.

It show error because you don't have audio input, I will fix that it will not show error if you don't have any audio sources

xlmnxp commented 3 years ago

fixed 😄 , can you try it?

siduck commented 3 years ago

fixed , can you try it?

it opens now but I get this error after I press the record button

image

siduck commented 3 years ago

fixed , can you try it?

image

it opens now but I get this error after I press the record button

image

xlmnxp commented 3 years ago

what is your session?

siduck commented 3 years ago

Bspwm

xlmnxp commented 3 years ago

Bspwm

I already pushed fix for it, did you see it?