Dave Patrick

Results 386 comments of Dave Patrick

you will need the latest version of libadwaita or you can replace every AdwViewStack with GtkStack in data/window.ui

you'll need the latest commit not latest release

you'll need pipewire plugin for gstreamer, im not sure the name of package for your distro After you have that fix, you may encounter this issue https://github.com/SeaDve/Kooha/issues/60#issuecomment-872754934

Sorry! I missed the notification. @witem I think that issue may be coming from kwin. I notice that limiting the framerate, makes gst-pipewire crash, which doesn't happen on sway nor...

Does this happen with other gtk4+libadwaita apps?

Yes, but it was before v2.0 and unsupported.

hi, can you show the logs with the following environment variables reproducing the error: `GST_DEBUG=3 PIPEWIRE_DEBUG=3 RUST_LOG=kooha=debug`

I think you're right, the audio encoder can't keepup, so certain hardware may struggle. i think the easy solution to this is vastly reduce the bitrate, since what kooha currently...

The line determining this is in https://github.com/SeaDve/Kooha/blob/5d6d08e72befec18620dd1dd8239adc0a6de55d6/src/backend/pipeline_builder.rs#L293 You can play with the settings by replacing `opusenc` with something like `opusenc bitrate=10000` or something (the default is 64000).

I'll investigate on it again in time. For now, ill leave the issue open, and thanks for the logs and testing!