Hi all,
I'm fairly new to Libreelec and Kodi. I'm setting up a RPi4 close to a celeing mounted projector, and would very much like to stream the audio via bluetooth or uPnP to an audio receiver.
I'm going with bluetooth because it seemed easier and has support alredy built into Libreelec. In fact, it works with a common bluetooth portable loudspeaker.
The thing is that I'd like to use my network streamer, which is another RPi4 running Raspberry OS lite, and set up to receive bluetooth streams and work them with blue-alsa.
That also works, using a smartphone or a computer as source. And also used to work with Libreelec. But after some update which I wasn't able to trace back, now it doesn't.
In the receiver, in status monitor of the bluealsa.service, I get this:
$ sudo systemctl status bluealsa.service
● bluealsa.service - BluezALSA proxy
Loaded: loaded (/lib/systemd/system/bluealsa.service; static; vendor preset: enabled)
Drop-In: /etc/systemd/system/bluealsa.service.d
└─override.conf
Active: active (running) since Mon 2021-02-08 19:33:37 CET; 1h 37min ago
Main PID: 1650 (bluealsa)
Tasks: 4 (limit: 3888)
CGroup: /system.slice/bluealsa.service
└─1650 /usr/bin/bluealsa -i hci0 -p a2dp-sink
Feb 08 21:11:29 RHiFi bluealsa[1650]: /usr/bin/bluealsa: Unsupported RTP payload type: 1
Feb 08 21:11:29 RHiFi bluealsa[1650]: /usr/bin/bluealsa: Unsupported RTP payload type: 1
Feb 08 21:11:29 RHiFi bluealsa[1650]: /usr/bin/bluealsa: Unsupported RTP payload type: 1
Feb 08 21:11:29 RHiFi bluealsa[1650]: /usr/bin/bluealsa: Unsupported RTP payload type: 1
Feb 08 21:11:29 RHiFi bluealsa[1650]: /usr/bin/bluealsa: Unsupported RTP payload type: 1
Feb 08 21:11:29 RHiFi bluealsa[1650]: /usr/bin/bluealsa: Unsupported RTP payload type: 1
Feb 08 21:11:29 RHiFi bluealsa[1650]: /usr/bin/bluealsa: Unsupported RTP payload type: 1
Display More
so the service is expecting an a2dp stream, but apparently is getting a RTP type 1. I find that hard to believe, as the type 1, according to wikipedia, is a 8 kHz stream...
I'm here to ask:
- has anyone experience with this issue?
- which audio format is Libreelec really using? exactly?
Thank you very much