You are not logged in.

#1 2023-04-05 12:17:40

rufusreal
Member
Registered: 2023-03-05
Posts: 24

[SOLVED] Can't load videos on browser

I've got a problem with video on the browser, I cant load video content (from YouTube, Vimeo, Odysee, etc).

I've tried reinstalling browser and installing codecs (gstreamer gst-plugins-good gst-plugins-bad gst-plugins-ugly), but nothing.

Also I cant change the device on audio and cant change the volume, but for some reason I can listen with and adjusted volume over my headphones.

I'm using KDE with Arch.

Solution: fix audio drivers and use same program (pipewire or pulseaudio), error with dependencies.

Last edited by rufusreal (2023-04-05 23:23:29)

Offline

#2 2023-04-05 12:59:48

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 23,841

Re: [SOLVED] Can't load videos on browser

Sounds like a sound daemon conflict. When reproducing the situation post

sudo fuser -v /dev/snd/*
pactl list cards
pactl list sinks
pactl list sink-inputs

in code tags

Offline

#3 2023-04-05 14:04:33

rufusreal
Member
Registered: 2023-03-05
Posts: 24

Re: [SOLVED] Can't load videos on browser

❯ sudo fuser -v /dev/snd/*

                     USER        PID ACCESS COMMAND
/dev/snd/controlC0:  d7         1033 F.... wireplumber
                                      d7         1045 F.... pulseaudio
/dev/snd/controlC1:  d7         1033 F.... wireplumber
                                      d7         1045 F.... pulseaudio
/dev/snd/controlC2:  d7         1033 F.... wireplumber
                                      d7         1045 F.... pulseaudio
/dev/snd/controlC3:  d7         1033 F.... wireplumber
                                     d7         1045 F.... pulseaudio
/dev/snd/seq:             d7         1030 F.... pipewire

❯ pactl list cards

Card #0
        Name: alsa_card.usb-046d_C270_HD_WEBCAM_200901010001-02
        Driver: module-alsa-card.c
        Owner Module: 6
        Properties:
                alsa.card = "3"
                alsa.card_name = "C270 HD WEBCAM"
                alsa.long_card_name = "C270 HD WEBCAM at usb-0000:07:00.1-2, high speed"
                alsa.driver_name = "snd_usb_audio"
                device.bus_path = "pci-0000:07:00.1-usb-0:2:1.2"
                sysfs.path = "/devices/pci0000:00/0000:00:01.2/0000:02:00.0/0000:03:08.0/0000:07:00.1/usb4/4-2/4-2:1.2/sound/card3"
                udev.id = "usb-046d_C270_HD_WEBCAM_200901010001-02"
                device.bus = "usb"
                device.vendor.id = "046d"
                device.vendor.name = "Logitech, Inc."
                device.product.id = "0825"
                device.product.name = "Webcam C270"
                device.serial = "046d_C270_HD_WEBCAM_200901010001"
                device.form_factor = "webcam"
                device.string = "3"
                device.description = "Webcam C270"
                module-udev-detect.discovered = "1"
                device.icon_name = "camera-web-usb"
        Profiles:
                input:mono-fallback: Mono Input (sinks: 0, sources: 1, priority: 1, available: yes)
                off: Off (sinks: 0, sources: 0, priority: 0, available: yes)
        Active Profile: input:mono-fallback
        Ports:
                analog-input-mic: Microphone (type: Mic, priority: 8700, latency offset: 0 usec, availability unknown)
                        Properties:
                                device.icon_name = "audio-input-microphone"
                        Part of profile(s): input:mono-fallback

Card #1
        Name: alsa_card.usb-Focusrite_Scarlett_2i2_USB_Y8U20U40849146-00
        Driver: module-alsa-card.c
        Owner Module: 7
        Properties:
                alsa.card = "2"
                alsa.card_name = "Scarlett 2i2 USB"
                alsa.long_card_name = "Focusrite Scarlett 2i2 USB at usb-0000:0c:00.3-1, high speed"
                alsa.driver_name = "snd_usb_audio"
                device.bus_path = "pci-0000:0c:00.3-usb-0:1:1.0"
                sysfs.path = "/devices/pci0000:00/0000:00:08.1/0000:0c:00.3/usb2/2-1/2-1:1.0/sound/card2"
                udev.id = "usb-Focusrite_Scarlett_2i2_USB_Y8U20U40849146-00"
                device.bus = "usb"
                device.vendor.id = "1235"
                device.vendor.name = "Focusrite-Novation"
                device.product.id = "8210"
                device.product.name = "Scarlett 2i2 Camera"
                device.serial = "Focusrite_Scarlett_2i2_USB_Y8U20U40849146"
                device.string = "2"
                device.description = "Scarlett 2i2 Camera"
                module-udev-detect.discovered = "1"
                device.icon_name = "audio-card-usb"
        Profiles:
                input:analog-stereo: Analog Stereo Input (sinks: 0, sources: 1, priority: 65, available: yes)
                output:analog-stereo: Analog Stereo Output (sinks: 1, sources: 0, priority: 6500, available: yes)
                output:analog-stereo+input:analog-stereo: Analog Stereo Duplex (sinks: 1, sources: 1, priority: 6565, available: yes)
                off: Off (sinks: 0, sources: 0, priority: 0, available: yes)
        Active Profile: output:analog-stereo+input:analog-stereo
        Ports:
                analog-input: Analog Input (type: Analog, priority: 10000, latency offset: 0 usec, availability unknown)
                        Part of profile(s): input:analog-stereo, output:analog-stereo+input:analog-stereo
                analog-output: Analog Output (type: Analog, priority: 9900, latency offset: 0 usec, availability unknown)
                        Part of profile(s): output:analog-stereo, output:analog-stereo+input:analog-stereo

Card #2
        Name: alsa_card.pci-0000_0c_00.4
        Driver: module-alsa-card.c
        Owner Module: 8
        Properties:
                alsa.card = "1"
                alsa.card_name = "HD-Audio Generic"
                alsa.long_card_name = "HD-Audio Generic at 0xfcb00000 irq 104"
                alsa.driver_name = "snd_hda_intel"
                device.bus_path = "pci-0000:0c:00.4"
                sysfs.path = "/devices/pci0000:00/0000:00:08.1/0000:0c:00.4/sound/card1"
                device.bus = "pci"
                device.vendor.id = "1022"
                device.vendor.name = "Advanced Micro Devices, Inc. [AMD]"
                device.product.id = "1487"
                device.product.name = "Starship/Matisse HD Audio Controller"
                device.string = "1"
                device.description = "Starship/Matisse HD Audio Controller"
                module-udev-detect.discovered = "1"
                device.icon_name = "audio-card-pci"
        Profiles:
                input:analog-stereo: Analog Stereo Input (sinks: 0, sources: 1, priority: 65, available: no)
                output:analog-stereo: Analog Stereo Output (sinks: 1, sources: 0, priority: 6500, available: no)
                output:analog-stereo+input:analog-stereo: Analog Stereo Duplex (sinks: 1, sources: 1, priority: 6565, available: no)
                output:analog-surround-21: Analog Surround 2.1 Output (sinks: 1, sources: 0, priority: 1300, available: no)
                output:analog-surround-21+input:analog-stereo: Analog Surround 2.1 Output + Analog Stereo Input (sinks: 1, sources: 1, priority: 1365, available: no)
                output:analog-surround-40: Analog Surround 4.0 Output (sinks: 1, sources: 0, priority: 1200, available: no)
                output:analog-surround-40+input:analog-stereo: Analog Surround 4.0 Output + Analog Stereo Input (sinks: 1, sources: 1, priority: 1265, available: no)
                output:analog-surround-41: Analog Surround 4.1 Output (sinks: 1, sources: 0, priority: 1300, available: no)
                output:analog-surround-41+input:analog-stereo: Analog Surround 4.1 Output + Analog Stereo Input (sinks: 1, sources: 1, priority: 1365, available: no)
                output:analog-surround-50: Analog Surround 5.0 Output (sinks: 1, sources: 0, priority: 1200, available: no)
                output:analog-surround-50+input:analog-stereo: Analog Surround 5.0 Output + Analog Stereo Input (sinks: 1, sources: 1, priority: 1265, available: no)
                output:analog-surround-51: Analog Surround 5.1 Output (sinks: 1, sources: 0, priority: 1300, available: no)
                output:analog-surround-51+input:analog-stereo: Analog Surround 5.1 Output + Analog Stereo Input (sinks: 1, sources: 1, priority: 1365, available: no)
                output:iec958-stereo: Digital Stereo (IEC958) Output (sinks: 1, sources: 0, priority: 38268, available: yes)
                output:iec958-stereo+input:analog-stereo: Digital Stereo (IEC958) Output + Analog Stereo Input (sinks: 1, sources: 1, priority: 5565, available: yes)
                off: Off (sinks: 0, sources: 0, priority: 0, available: yes)
        Active Profile: output:iec958-stereo
        Ports:
                analog-input-front-mic: Front Microphone (type: Mic, priority: 8500, latency offset: 0 usec, not available)
                        Properties:
                                device.icon_name = "audio-input-microphone"
                        Part of profile(s): input:analog-stereo, output:analog-stereo+input:analog-stereo, output:analog-surround-21+input:analog-stereo, output:analog-surround-40+input:analog-stereo, output:analog-surround-41+input:analog-stereo, output:analog-surround-50+input:analog-stereo, output:analog-surround-51+input:analog-stereo, output:iec958-stereo+input:analog-stereo
                analog-input-rear-mic: Rear Microphone (type: Mic, priority: 8200, latency offset: 0 usec, not available)
                        Properties:
                                device.icon_name = "audio-input-microphone"
                        Part of profile(s): input:analog-stereo, output:analog-stereo+input:analog-stereo, output:analog-surround-21+input:analog-stereo, output:analog-surround-40+input:analog-stereo, output:analog-surround-41+input:analog-stereo, output:analog-surround-50+input:analog-stereo, output:analog-surround-51+input:analog-stereo, output:iec958-stereo+input:analog-stereo
                analog-input-linein: Line In (type: Line, priority: 8100, latency offset: 0 usec, not available)
                        Part of profile(s): input:analog-stereo, output:analog-stereo+input:analog-stereo, output:analog-surround-21+input:analog-stereo, output:analog-surround-40+input:analog-stereo, output:analog-surround-41+input:analog-stereo, output:analog-surround-50+input:analog-stereo, output:analog-surround-51+input:analog-stereo, output:iec958-stereo+input:analog-stereo
                analog-output-lineout: Line Out (type: Line, priority: 9000, latency offset: 0 usec, not available)
                        Part of profile(s): output:analog-stereo, output:analog-stereo+input:analog-stereo, output:analog-surround-21, output:analog-surround-21+input:analog-stereo, output:analog-surround-40, output:analog-surround-40+input:analog-stereo, output:analog-surround-41, output:analog-surround-41+input:analog-stereo, output:analog-surround-50, output:analog-surround-50+input:analog-stereo, output:analog-surround-51, output:analog-surround-51+input:analog-stereo
                analog-output-headphones: Headphones (type: Headphones, priority: 9900, latency offset: 0 usec, not available)
                        Properties:
                                device.icon_name = "audio-headphones"
                        Part of profile(s): output:analog-stereo, output:analog-stereo+input:analog-stereo
                iec958-stereo-output: Digital Output (S/PDIF) (type: SPDIF, priority: 0, latency offset: 0 usec, availability unknown)
                        Part of profile(s): output:iec958-stereo, output:iec958-stereo+input:analog-stereo

Card #3
        Name: alsa_card.pci-0000_0a_00.1
        Driver: module-alsa-card.c
        Owner Module: 22
        Properties:
                alsa.card = "0"
                alsa.card_name = "HDA NVidia"
                alsa.long_card_name = "HDA NVidia at 0xfc080000 irq 102"
                alsa.driver_name = "snd_hda_intel"
                device.bus_path = "pci-0000:0a:00.1"
                sysfs.path = "/devices/pci0000:00/0000:00:03.1/0000:0a:00.1/sound/card0"
                device.bus = "pci"
                device.vendor.id = "10de"
                device.vendor.name = "NVIDIA Corporation"
                device.product.id = "10f9"
                device.product.name = "TU106 High Definition Audio Controller"
                device.string = "0"
                device.description = "TU106 High Definition Audio Controller"
                module-udev-detect.discovered = "1"
                device.icon_name = "audio-card-pci"
        Profiles:
                output:hdmi-stereo: Digital Stereo (HDMI) Output (sinks: 1, sources: 0, priority: 38668, available: yes)
                output:hdmi-stereo-extra1: Digital Stereo (HDMI 2) Output (sinks: 1, sources: 0, priority: 5700, available: no)
                output:hdmi-surround-extra1: Digital Surround 5.1 (HDMI 2) Output (sinks: 1, sources: 0, priority: 600, available: no)
                output:hdmi-surround71-extra1: Digital Surround 7.1 (HDMI 2) Output (sinks: 1, sources: 0, priority: 600, available: no)
                output:hdmi-stereo-extra2: Digital Stereo (HDMI 3) Output (sinks: 1, sources: 0, priority: 5700, available: no)
                output:hdmi-surround-extra2: Digital Surround 5.1 (HDMI 3) Output (sinks: 1, sources: 0, priority: 600, available: no)
                output:hdmi-surround71-extra2: Digital Surround 7.1 (HDMI 3) Output (sinks: 1, sources: 0, priority: 600, available: no)
                output:hdmi-stereo-extra3: Digital Stereo (HDMI 4) Output (sinks: 1, sources: 0, priority: 5700, available: no)
                output:hdmi-surround-extra3: Digital Surround 5.1 (HDMI 4) Output (sinks: 1, sources: 0, priority: 600, available: no)
                output:hdmi-surround71-extra3: Digital Surround 7.1 (HDMI 4) Output (sinks: 1, sources: 0, priority: 600, available: no)
                off: Off (sinks: 0, sources: 0, priority: 0, available: yes)
        Active Profile: output:hdmi-stereo
        Ports:
                hdmi-output-0: HDMI / DisplayPort (type: HDMI, priority: 5900, latency offset: 0 usec, available)
                        Properties:
                                device.icon_name = "video-display"
                                device.product.name = "BenQ BL2381T
"
                        Part of profile(s): output:hdmi-stereo
                hdmi-output-1: HDMI / DisplayPort 2 (type: HDMI, priority: 5800, latency offset: 0 usec, not available)
                        Properties:
                                device.icon_name = "video-display"
                        Part of profile(s): output:hdmi-stereo-extra1, output:hdmi-surround-extra1, output:hdmi-surround71-extra1
                hdmi-output-2: HDMI / DisplayPort 3 (type: HDMI, priority: 5700, latency offset: 0 usec, not available)
                        Properties:
                                device.icon_name = "video-display"
                        Part of profile(s): output:hdmi-stereo-extra2, output:hdmi-surround-extra2, output:hdmi-surround71-extra2
                hdmi-output-3: HDMI / DisplayPort 4 (type: HDMI, priority: 5600, latency offset: 0 usec, not available)
                        Properties:
                                device.icon_name = "video-display"
                        Part of profile(s): output:hdmi-stereo-extra3, output:hdmi-surround-extra3, output:hdmi-surround71-extra3

❯ pactl list sinks

Sink #0
        State: SUSPENDED
        Name: alsa_output.usb-Focusrite_Scarlett_2i2_USB_Y8U20U40849146-00.analog-stereo
        Description: Scarlett 2i2 Camera Analog Stereo
        Driver: module-alsa-card.c
        Sample Specification: s32le 2ch 44100Hz
        Channel Map: front-left,front-right
        Owner Module: 7
        Mute: no
        Volume: front-left: 34734 /  53% / -16.54 dB,   front-right: 34734 /  53% / -16.54 dB
                balance 0.00
        Base Volume: 65536 / 100% / 0.00 dB
        Monitor Source: alsa_output.usb-Focusrite_Scarlett_2i2_USB_Y8U20U40849146-00.analog-stereo.monitor
        Latency: 0 usec, configured 0 usec
        Flags: HARDWARE DECIBEL_VOLUME LATENCY 
        Properties:
                alsa.resolution_bits = "32"
                device.api = "alsa"
                device.class = "sound"
                alsa.class = "generic"
                alsa.subclass = "generic-mix"
                alsa.name = "USB Audio"
                alsa.id = "USB Audio"
                alsa.subdevice = "0"
                alsa.subdevice_name = "subdevice #0"
                alsa.device = "0"
                alsa.card = "2"
                alsa.card_name = "Scarlett 2i2 USB"
                alsa.long_card_name = "Focusrite Scarlett 2i2 USB at usb-0000:0c:00.3-1, high speed"
                alsa.driver_name = "snd_usb_audio"
                device.bus_path = "pci-0000:0c:00.3-usb-0:1:1.0"
                sysfs.path = "/devices/pci0000:00/0000:00:08.1/0000:0c:00.3/usb2/2-1/2-1:1.0/sound/card2"
                udev.id = "usb-Focusrite_Scarlett_2i2_USB_Y8U20U40849146-00"
                device.bus = "usb"
                device.vendor.id = "1235"
                device.vendor.name = "Focusrite-Novation"
                device.product.id = "8210"
                device.product.name = "Scarlett 2i2 Camera"
                device.serial = "Focusrite_Scarlett_2i2_USB_Y8U20U40849146"
                device.string = "front:2"
                device.buffering.buffer_size = "705600"
                device.buffering.fragment_size = "352800"
                device.access_mode = "mmap+timer"
                device.profile.name = "analog-stereo"
                device.profile.description = "Analog Stereo"
                device.description = "Scarlett 2i2 Camera Analog Stereo"
                module-udev-detect.discovered = "1"
                device.icon_name = "audio-card-usb"
        Ports:
                analog-output: Analog Output (type: Analog, priority: 9900, availability unknown)
        Active Port: analog-output
        Formats:
                pcm

Sink #1
        State: SUSPENDED
        Name: alsa_output.pci-0000_0c_00.4.iec958-stereo
        Description: Starship/Matisse HD Audio Controller Digital Stereo (IEC958)
        Driver: module-alsa-card.c
        Sample Specification: s16le 2ch 44100Hz
        Channel Map: front-left,front-right
        Owner Module: 8
        Mute: no
        Volume: front-left: 36700 /  56% / -15.11 dB,   front-right: 36700 /  56% / -15.11 dB
                balance 0.00
        Base Volume: 65536 / 100% / 0.00 dB
        Monitor Source: alsa_output.pci-0000_0c_00.4.iec958-stereo.monitor
        Latency: 0 usec, configured 0 usec
        Flags: HARDWARE HW_MUTE_CTRL DECIBEL_VOLUME LATENCY SET_FORMATS 
        Properties:
                alsa.resolution_bits = "16"
                device.api = "alsa"
                device.class = "sound"
                alsa.class = "generic"
                alsa.subclass = "generic-mix"
                alsa.name = "ALCS1200A Digital"
                alsa.id = "ALCS1200A Digital"
                alsa.subdevice = "0"
                alsa.subdevice_name = "subdevice #0"
                alsa.device = "1"
                alsa.card = "1"
                alsa.card_name = "HD-Audio Generic"
                alsa.long_card_name = "HD-Audio Generic at 0xfcb00000 irq 104"
                alsa.driver_name = "snd_hda_intel"
                device.bus_path = "pci-0000:0c:00.4"
                sysfs.path = "/devices/pci0000:00/0000:00:08.1/0000:0c:00.4/sound/card1"
                device.bus = "pci"
                device.vendor.id = "1022"
                device.vendor.name = "Advanced Micro Devices, Inc. [AMD]"
                device.product.id = "1487"
                device.product.name = "Starship/Matisse HD Audio Controller"
                device.string = "iec958:1"
                device.buffering.buffer_size = "352768"
                device.buffering.fragment_size = "176384"
                device.access_mode = "mmap+timer"
                device.profile.name = "iec958-stereo"
                device.profile.description = "Digital Stereo (IEC958)"
                device.description = "Starship/Matisse HD Audio Controller Digital Stereo (IEC958)"
                module-udev-detect.discovered = "1"
                device.icon_name = "audio-card-pci"
        Ports:
                iec958-stereo-output: Digital Output (S/PDIF) (type: SPDIF, priority: 0, availability unknown)
        Active Port: iec958-stereo-output
        Formats:
                pcm

Sink #2
        State: SUSPENDED
        Name: alsa_output.pci-0000_0a_00.1.hdmi-stereo
        Description: TU106 High Definition Audio Controller Digital Stereo (HDMI)
        Driver: module-alsa-card.c
        Sample Specification: s16le 2ch 44100Hz
        Channel Map: front-left,front-right
        Owner Module: 22
        Mute: no
        Volume: front-left: 36700 /  56% / -15.11 dB,   front-right: 36700 /  56% / -15.11 dB
                balance 0.00
        Base Volume: 65536 / 100% / 0.00 dB
        Monitor Source: alsa_output.pci-0000_0a_00.1.hdmi-stereo.monitor
        Latency: 0 usec, configured 0 usec
        Flags: HARDWARE DECIBEL_VOLUME LATENCY SET_FORMATS 
        Properties:
                alsa.resolution_bits = "16"
                device.api = "alsa"
                device.class = "sound"
                alsa.class = "generic"
                alsa.subclass = "generic-mix"
                alsa.name = "BenQ BL2381T"
                alsa.id = "HDMI 0"
                alsa.subdevice = "0"
                alsa.subdevice_name = "subdevice #0"
                alsa.device = "3"
                alsa.card = "0"
                alsa.card_name = "HDA NVidia"
                alsa.long_card_name = "HDA NVidia at 0xfc080000 irq 102"
                alsa.driver_name = "snd_hda_intel"
                device.bus_path = "pci-0000:0a:00.1"
                sysfs.path = "/devices/pci0000:00/0000:00:03.1/0000:0a:00.1/sound/card0"
                device.bus = "pci"
                device.vendor.id = "10de"
                device.vendor.name = "NVIDIA Corporation"
                device.product.id = "10f9"
                device.product.name = "TU106 High Definition Audio Controller"
                device.string = "hdmi:0"
                device.buffering.buffer_size = "352768"
                device.buffering.fragment_size = "176384"
                device.access_mode = "mmap+timer"
                device.profile.name = "hdmi-stereo"
                device.profile.description = "Digital Stereo (HDMI)"
                device.description = "TU106 High Definition Audio Controller Digital Stereo (HDMI)"
                module-udev-detect.discovered = "1"
                device.icon_name = "audio-card-pci"
        Ports:
                hdmi-output-0: HDMI / DisplayPort (type: HDMI, priority: 5900, available)
        Active Port: hdmi-output-0
        Formats:
                pcm

❯ pactl list sink-inputs

Sink Input #5
        Driver: protocol-native.c
        Owner Module: 10
        Client: 10
        Sink: 0
        Sample Specification: float32le 2ch 48000Hz
        Channel Map: front-left,front-right
        Format: pcm, format.sample_format = "\"float32le\""  format.rate = "48000"  format.channels = "2"  format.channel_map = "\"front-left,front-right\""
        Corked: no
        Mute: no
        Volume: front-left: 60346 /  92% / -2.15 dB,   front-right: 60346 /  92% / -2.15 dB
                balance 0.00
        Buffer Latency: 125000 usec
        Sink Latency: 0 usec
        Resample method: speex-float-1
        Properties:
                media.name = "Ed Sheeran, Martin Garrix, Kygo, Dua Lipa, Avicii, Robin Schulz, The Chainsmokers Style - Feeling Me - YouTube"
                application.name = "Firefox"
                native-protocol.peer = "UNIX socket client"
                native-protocol.version = "35"
                application.process.id = "1208"
                application.process.user = "d7"
                application.process.host = "archlinux"
                application.process.binary = "firefox"
                application.language = "en_US.UTF-8"
                window.x11.display = ":0"
                application.process.machine_id = "2285dd8ff13340489a98a20f0abb89b5"
                application.process.session_id = "2"
                application.icon_name = "firefox"
                module-stream-restore.id = "sink-input-by-application-name:Firefox"

Last edited by rufusreal (2023-04-05 22:31:14)

Offline

#4 2023-04-05 14:12:13

rufusreal
Member
Registered: 2023-03-05
Posts: 24

Re: [SOLVED] Can't load videos on browser

I'm confused with the audio drivers because I'm using pulseaudio and pipewire, but if I remove pulseaudio I break dependencies.

One thing to mention is that to fix sddm I installed gdm with GNOME, then uninstall SDDM breaking dependencies <code>sudo pacman -Rncs sddm</code> and install again.

I was developing an archiso (I created a symlink of ssdmn with the archiso) and after rebooting I couldn't load to KDE. TO fix that I do the previous line, install gnome and change the daemon with systemd to load gdm, and proceed to unistall sddm and reinstall agian. After that I can't load videos and listen audio with different devices.

Offline

#5 2023-04-05 15:27:10

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 23,841

Re: [SOLVED] Can't load videos on browser

Replace pulseaudio with pipewire-pulse or switch wireplumber for pipewire-media-session if you want to stay on pulseaudio.

And please edit your post to wrap the outputs between [ code ] [ /code ] tags without the spaces.

Last edited by V1del (2023-04-05 15:28:18)

Offline

#6 2023-04-05 22:36:13

rufusreal
Member
Registered: 2023-03-05
Posts: 24

Re: [SOLVED] Can't load videos on browser

V1del wrote:

Replace pulseaudio with pipewire-pulse or switch wireplumber for pipewire-media-session if you want to stay on pulseaudio.

And please edit your post to wrap the outputs between [ code ] [ /code ] tags without the spaces.

I replace pulseaudio with pipewire-pulse executing

sudo pacman -S pipewire-pulse

and it works only a few seconds, then open the browser again and same problem...

And what is better for KDE pipewire of pulseaudio?

Edit, I still have this:

❯ sudo fuser -v /dev/snd/*
                     USER        PID ACCESS COMMAND
/dev/snd/controlC0:  d7         1002 F.... wireplumber
                     d7         1058 F.... pulseaudio
/dev/snd/controlC1:  d7         1002 F.... wireplumber
                     d7         1058 F.... pulseaudio
/dev/snd/controlC2:  d7         1002 F.... wireplumber
                     d7         1058 F.... pulseaudio
/dev/snd/controlC3:  d7         1002 F.... wireplumber
                     d7         1058 F.... pulseaudio
/dev/snd/seq:        d7         1001 F.... pipewire

Last edited by rufusreal (2023-04-05 22:39:28)

Offline

#7 2023-04-05 22:44:37

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 23,841

Re: [SOLVED] Can't load videos on browser

Reboot or kill the pulseaudio daemon with

killall pulseaudio
systemctl --user start pipewire-pulse

.

Last edited by V1del (2023-04-05 22:45:34)

Offline

#8 2023-04-05 23:16:26

rufusreal
Member
Registered: 2023-03-05
Posts: 24

Re: [SOLVED] Can't load videos on browser

V1del wrote:

Reboot or kill the pulseaudio daemon with

killall pulseaudio
systemctl --user start pipewire-pulse

.

Thank you very much, now it works after rebooting.

❯ sudo fuser -v /dev/snd/*
                                      USER        PID ACCESS COMMAND
/dev/snd/controlC0:  d7         1042 F.... pipewire-media-
/dev/snd/controlC1:  d7         1042 F.... pipewire-media-
/dev/snd/controlC2:  d7         1042 F.... pipewire-media-
/dev/snd/controlC3:  d7         1042 F.... pipewire-media-
/dev/snd/seq:        d7         1041 F.... pipewire

And Im using:

pipewire
pipewire-alsa
pipewire-audio
pipewire-jack
pipewire-media-session
pipewire-pulse

I don't know if all are necessary

Last edited by rufusreal (2023-04-05 23:21:27)

Offline

#9 2023-04-06 08:30:58

Lone_Wolf
Administrator
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 13,225

Re: [SOLVED] Can't load videos on browser

pipewire-audio is a dependency for pipewire-pulse so needed.

pipewire-alsa & pipewire-jack force applications using alsa / jack to go through pipewire instead of directly to alsa / jack .
Whether that's needed /desired depends on usage and personal preferences.


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.

clean chroot building not flexible enough ?
Try clean chroot manager by graysky

Offline

Board footer

Powered by FluxBB