I did that and it didn't work. See my first post.
Bluetooth Streaming
-
JonSnow -
September 6, 2016 at 2:06 AM -
Thread is Unresolved
-
-
- Official Post
-
-
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 ? -
- Official Post
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?
-
The phone is currently streaming to the libreelec box - but no sound is there.
I tried with all three sinks available as default sink.Code
Display Morezbox:~ # pactl info Server String: /var/run/pulse/native Library Protocol Version: 30 Server Protocol Version: 30 Is Local: yes Client Index: 27 Tile Size: 65472 User Name: root Host Name: zbox Server Name: pulseaudio Server Version: 8.0 Default Sample Specification: s16le 2ch 44100Hz Default Channel Map: front-left,front-right Default Sink: alsa_output.pci-0000_00_1b.0.analog-stereo.3 Default Source: bluez_source.88_07_4B_73_B9_9A Cookie: 3322:cc65 zbox:~ # pactl list short sinks 1 alsa_output.pci-0000_00_1b.0.analog-stereo module-alsa-card.c s16le 2ch 44100Hz SUSPENDED 2 alsa_output.pci-0000_00_1b.0.analog-stereo.2 module-alsa-card.c s16le 2ch 44100Hz RUNNING 3 alsa_output.pci-0000_00_1b.0.analog-stereo.3 module-alsa-card.c s16le 2ch 44100Hz SUSPENDED zbox:~ # pactl list short sources 1 alsa_output.pci-0000_00_1b.0.analog-stereo.monitor module-alsa-card.c s16le 2ch 44100Hz SUSPENDED 2 alsa_input.pci-0000_00_1b.0.analog-stereo module-alsa-card.c s16le 2ch 44100Hz SUSPENDED 5 alsa_output.pci-0000_00_1b.0.analog-stereo.2.monitor module-alsa-card.c s16le 2ch 44100Hz IDLE 6 alsa_input.pci-0000_00_1b.0.analog-stereo.2 module-alsa-card.c s16le 2ch 44100Hz SUSPENDED 7 alsa_output.pci-0000_00_1b.0.analog-stereo.3.monitor module-alsa-card.c s16le 2ch 44100Hz SUSPENDED 8 alsa_input.pci-0000_00_1b.0.analog-stereo.3 module-alsa-card.c s16le 2ch 44100Hz SUSPENDED 9 bluez_source.88_07_4B_73_B9_9A module-bluez5-device.c s16le 2ch 44100Hz RUNNING
-
- Official Post
remove the autostart.sh.
then restart
then stop kodi
then load the udev-detect module
-
OK, I removed autostart.sh, rebooted, paired my phone (and launched some music streamed to BT), and then:
Codezbox:~ # 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 ... -