Bluetooth Streaming

  • I don't know either. Let me be more explicit:

    Code
    zbox:~ # systemctl stop kodi
    zbox:~ # pactl load-module module-udev-detect
    Failure: Module initialization failed
    zbox:~ #
  • I think I know what happens:
    - I had already loaded the module-udev-detect in .config/autostart.sh, so it fails to load again, that's normal and harmless.
    - in the pulseaudio sinks I can only see (apparently) the unused line out output, not the HDMI output (which is used for sound output); how can I see the HDMI output ?


  • I think I know what happens:
    - I had already loaded the module-udev-detect in .config/autostart.sh, so it fails to load again, that's normal and harmless.
    - in the pulseaudio sinks I can only see (apparently) the unused line out output, not the HDMI output (which is used for sound output); how can I see the HDMI output ?

    can you post the output of the following commands after you pair your phone with your computer?

    Code
    pactl list short sinks
    Code
    pactl list short sources
    Code
    pactl info
  • The phone is currently streaming to the libreelec box - but no sound is there.
    I tried with all three sinks available as default sink.

  • OK, I removed autostart.sh, rebooted, paired my phone (and launched some music streamed to BT), and then:

    Code
    zbox:~ # systemctl stop kodi
    zbox:~ # pactl load-module module-udev-detect
    18
    zbox:~ # pactl list short sinks
    1    alsa_output.pci-0000_00_1b.0.analog-stereo    module-alsa-card.c    s16le 2ch 44100Hz    RUNNING
    zbox:~ # pactl list short sources
    1    bluez_source.88_07_4B_73_B9_9A    module-bluez5-device.c    s16le 2ch 44100Hz    RUNNING
    2    alsa_output.pci-0000_00_1b.0.analog-stereo.monitor    module-alsa-card.c    s16le 2ch 44100Hz    IDLE
    3    alsa_input.pci-0000_00_1b.0.analog-stereo    module-alsa-card.c    s16le 2ch 44100Hz    SUSPENDED


    Still no HDMI ...