Ubuntu->Kodi->Raspi
#1
Hi all,
I'm trying to get some music streamed from ubuntu via kodi to the raspberry 4. (With my mobile I'm using bubbleupnp, which works fine)
I'm on Ubuntu 20.4, Kodi is 18.6 (2020-04-3), which is the latest version available for my Ubuntu. I installed from the ppa repository.

I activated the UPNP services and the raspi is also found, if i say "play using...", but then nothing happens, except the increase of volume (for the running internet radio), but the song i tried to stream to the raspi is not played.
I spent already some hours in the log files.

Log file:
2021-11-04 17:15:31.466 T:140273545040768   DEBUG: UPnP: Building didl for object 'musicdb://recentlyaddedalbums/2009/6072.mp3?albumid=2009'
2021-11-04 17:15:31.466 T:140273545040768    INFO: Platinum [neptune.http]: using type from default list: audio/mpeg
2021-11-04 17:15:31.470 T:140273545040768   ERROR: Platinum [xbmc.upnp.player]: NPT_CHECK failed, result=-20005 (NPT_ERROR_NO_SUCH_ITEM) [(m_control->FindBestResource(m_delegate->m_device, *obj, res_index))]
2021-11-04 17:15:31.470 T:140273545040768   ERROR: CUPnPPlayer:TonguelayFile(musicdb://recentlyaddedalbums/2009/6072.mp3?albumid=2009) failed to find a matching resource
2021-11-04 17:15:31.470 T:140273545040768   ERROR: Platinum [xbmc.upnp.player]: NPT_CHECK failed, result=-1 (FAILURE) [(PlayFile(file, options, dialog, timeout))]
2021-11-04 17:15:31.470 T:140273545040768   ERROR: UPNP: CUPnPPlayer::OpenFile - unable to open file musicdb://recentlyaddedalbums/2009/6072.mp3?albumid=2009
2021-11-04 17:15:31.470 T:140273545040768    INFO: Platinum [neptune.threads.posix]: NPT_PosixThread::NPT_PosixThread
2021-11-04 17:15:31.470 T:140273545040768    INFO: Platinum [neptune.threads.posix]: NPT_PosixThread::Start - creating thread
2021-11-04 17:15:31.470 T:140273545040768    INFO: Platinum [neptune.threads.posix]: NPT_PosixThread::Start - id = 0x7f934affd700, res=0
2021-11-04 17:15:31.470 T:140270595200768    INFO: Platinum [neptune.http]: requesting URL http://192.168.178.66:49152/uuid-0c2561b...gControl-1
Reply
#2
(2021-11-04, 18:18)forlau Wrote: I'm on Ubuntu 20.4, Kodi is 18.6 (2020-04-3), which is the latest version available for my Ubuntu. I installed from the ppa repository.

I think you forgot to sudo apt update your Ubuntu setup, or, you looked in the wrong place, Kodi 19.3 is available for Focal: https://launchpad.net/~team-xbmc/+archiv...lter=focal

About the log file: we prefer not to have log snippets pasted into the forum. Use any available pastebin website (such as Kodi's own site, see below) when providing the full debug log (wiki), in order to keep our forum server clean. Then paste its URL into your post.
Reply
#3
Thanks Klojum, i found out that the command "sudo add-apt-repository ppa:team-xbmc/ppa" did not work for me and ended with errors. I managed to add the repos manually. Now I'm on Kodi 19.3 but still not able to stream to the raspberry streamer (running moode). As i said before, when i listen to internet radio station on the raspberry and then try to stream a song via Kodi to the raspberry, just the volume increases, but the song doesn't play.

log output
Reply
#4
UPnP verbose LOG
https://paste.kodi.tv/raw/akocidaqux

Kodi can establish the connection and then the streaming device is not found anymore.
Reply
#5
(2021-11-06, 13:46)forlau Wrote: UPnP verbose LOG

Two lines...? Sorry, we're not mind readers here. How about providing the full log and nothing but the full log file?
Reply
#6
jubajuyeja.kodi (paste)
Reply

Logout Mark Read Team Forum Stats Members Help
Ubuntu->Kodi->Raspi0