01-10-2021, 09:15 PM
You might need to turn off A/V services and turn on Openhome services in UPnP Config.
Thank you for your donation!
Official moOde 7.0.0 subthread [Plugins] (e.g. UPNP)
|
01-10-2021, 09:15 PM
You might need to turn off A/V services and turn on Openhome services in UPnP Config.
Hi Maximiliano
You could try installing the BubbleUPnP server on your Macbook and creating an OpenHome Renderer on it. Then check the OpenHome Services in the Moode UPnP config. That may enable Kazoo to work. Are you wanting to stream Tidal by any chance? John Edit: You may also need to check UPnP A/V services in the Moode UPnP config.
01-11-2021, 02:09 PM
Has anybody tested upmpdcli 1.5.5 or 1.5.7 releases?
01-11-2021, 03:52 PM
01-11-2021, 04:28 PM
Ok, cool. Mainly interested in verifying that cover art works.
01-11-2021, 04:49 PM
(01-11-2021, 04:28 PM)Tim Curtis Wrote: Ok, cool. Mainly interested in verifying that cover art works. From the release notes Quote:2021-01-10 upmpdcli 1.5.8 What is it Ferris Buehler said? Oh, yeah, "Life moves pretty fast.If you don't stop and look around once in a while, you could miss it." Regards, Kent
01-11-2021, 08:22 PM
@Tim Curtis
So building the latest libnpupnp, libupnpp, and upmpdcli was uneventful. Tracks play fine using various apps on Android phone and on Apple iPad but I'm still not seeing any album art on moOde's WebUI. I enabled the logging function and tried again. Very confusing trying to monitor the log. It doesn't seem to accumulate entries synchronously with track playing so tail -f doesn't work...for a while the log was empty even though tracks had been played...but eventually I was able to scrape some pertinent info. Here, for example, I used one of the apps to select a track from my minimserver running on an X86 host. I don't know for sure that this is the start of the log entry for this track but I think so Code: </DIDL-Lite>:2:libupnpp/device/device.cxx:446::UpnpDevice: Action failed: code -911 In particular, note this line Code: <upnp:albumArtURI xmlns:upnp="urn:schemas-upnp-org:metadata-1-0/upnp/">http://192.168.4.36:9790/minimserver/*/Music/TestTracks/Hyperion/14*20Clementi*20Piano*20Sonata*20in*20D*20major,*20Op*2025*20No*206*20-*20Movement*202*20Un*20poco*20andante.M4A/$!picture-18950-278222.png?connection=close</upnp:albumArtURI> If I copy the URL to my browser, up pops the correct album art and (*cough* ) the album art shows up correctly in all my UPnP apps. I don't pretend to understand the fine points of the log entries, e.g., the "Action failed" or the "resource has no protocolinfo"---since I'm not fluent in C++ I have no hope of figuring them out by reading the source code. Regards, Kent
01-11-2021, 08:28 PM
And here's another example serving a track from a UniversalMediaServer running in a virtual Windows10.
Code: :2:src/upmpd.cxx:337::checkContentFormat: resource has no protocolinfo Regards, Kent
01-11-2021, 08:49 PM
The upexplorer utility is used in playerlib.php to fetch the URL for album art. IIRC the way to debug is to start a UPnP track playing and then from the command line run the following cmd. It should return the URL.
Code: upexplorer --album-art <renderer> Help Code: pi@rp3:~ $ upexplorer
01-11-2021, 08:54 PM
Here is the code block in playerlib.php. Maybe some debug lines need to be added in order to verify that in fact the line $current['coverurl'] = getUpnpCoverUrl(); is being executed.
Code: // Song file, UPnP URL or Podcast |
« Next Oldest | Next Newest »
|