open
nobody
None
2019-02-04
2019-02-04
Anonymous
No

Good morning everyone, from Rome, Italy.
I'm trying to stream from Qobuz Desktop App to Moode 4.4 on raspberry pi3 (http://moodeaudio.org/)

Whichever item I select in QObuz App, it is added to Moode playlist, but MPD throws an authorization error.

Example:
MPD error
Failed to decode http://streaming2.qobuz.com/file?uid=745401&eid=57423529&fmt=6&app_id=986445084&cid=563065&etsp=1549109151&hmac=y_muN1r5HoovwoXH1qNopF82nM0; CURL failed: The requested URL returned error: 403

Moode 4.4 embeds the following version of upmpdcli:
pi@moode:/etc $ upmpdcli -v
Upmpdcli 1.2.16 libupnpp 0.16.0

MPD version
pi@moode:/etc $ mpd -V
Music Player Daemon 0.20.20

My Qobuz credentials are stored by Moode in file /etc/upmpdcli.conf as follows
...........
Qobuz user name.

Your Qobuz login name.

Qobuz password.

The password for your Qobuz account.

Qobuz stream quality. 5 for mp3/320, 7 for FLAC if

your subscription allows it.

qobuzuser =
qobuzpass =
qobuzformatid = 7

1 Attachments

Discussion

  • medoc
    medoc
    2019-02-04

    You don't need the Qobuz creds stored in the upmpdcli configuration to do this. These are only used when using the upmpdcli mediaserver to proxy the access to Qobuz.

    Here, the Qobuz app is doing the authorization itself, and sending authenticated (but short-lived) URLs to upmpdcli/MPD. This is similar to the second approach described in the following link, with the Qobuz app acting as a Control Point, but sending the final URLs, not proxying the data access:
    https://www.lesbonscomptes.com/upmpdcli/upmpdcli-manual.html#_streaming_services_and_upnp

    I have no idea why you get a 403, except if maybe you are trying to play them later from an MPD playlist, or if they sit too long before being played ? Otherwise, I have no idea.

    Last time I tried though, the UPnP interface in the Qobuz app was extremely bad (unusable), so, another possibility would be that it botches the URLs it sends, but what I see above looks right to me, similar to something I recently played with upmpdcli (but using the upmpdcli media server, not the qobuz app):

    http://streaming2.qobuz.com:80/file?uid=558718&eid=4156423&fmt=5&app_id=285473059&cid=375544&etsp=1549220833&hmac=TjjLcfAcMPI_QiCRMh7v6n0rKiM
    

    I'd have to give it a try, but I probably won't have time this week.

     
  • medoc
    medoc
    2019-02-04

    Gave it a try, and my version of the desktop app does not even detect the upnp players. What version are you using ?

     

Cancel   Add attachment