Problem: Bluetooth Audio output (Transmitter)
|
8th Jun, 2021, 01:03 AM
Post: #71
|
|||
|
|||
RE: Bluetooth Audio output (Transmitter)
I've made a few more testing with your "standard" approach (xbmc service autostarted, pulseaudio automatically started by Kodi and USERRUN script to connect the BT device) with a slightly modified script, collecting the script output to a log file (otherwise, it won't be collected on any file, right?), like this:
Code: #!/bin/sh This is the script log after a reboot: Code: ----------------------------------- First of all, is it expected that the USERRUN script is firstly run as "xbmc stop" and then as "xbmc start"? I didn't expect "stop" first, if not at all... Then, it seems that pulseaudio is not running yet when the script is executed: I've also try to wait inside the script for pulseaudio to start, but it seems it's always started AT THE END of the script, no matter how long it takes: is this expected too? So, in the end, this seems to be the real issue cause: pulseaudio not running yet when trying to connect the BT device. If so, given this should be the normal behaviour of the USERRUN script, I'm wondering how the BT connection works fine on your systems: maybe you're using something different from pulseaudio? |
|||
« Next Oldest | Next Newest »
|