michaelherger / lms-plugin-tidal

A TIDAL plugin to integrate with the Lyrion Music Server (fka. Logitech Media Server)
43 stars 8 forks source link

Tidal hi-res flac maxes out at 48 KHz. #49

Open patman62 opened 7 months ago

patman62 commented 7 months ago

It appears the max sample rate I can get from Tidal is 48 KHz, any reason it's not higher?

jllong22 commented 5 months ago

I am experiencing this issue also.

michaelherger commented 5 months ago

It requires a different protocol which we currently don't support.

mbieriko commented 5 months ago

I would appreciate an implementation. Is there any chance?

philippe44 commented 5 months ago

Not on my side

bjarteskogoy commented 4 months ago

Does this mean that Qobuz is using a different protocol than Tidal?

philippe44 commented 4 months ago

Probably. You have many ways to stream a file. From simple file download to DASH/HLS or other protocols

michaelherger commented 4 months ago

Qobuz is streaming straight FLAC files.

bjarteskogoy commented 4 months ago

Ok. When streaming https://tidal.com/browse/track/77613892?u on my Windows machine in 192kHz

It looks like this in Fiddler: image

And then there are subsequent requests for the rest of the ranges.

bjarteskogoy commented 4 months ago

Correction. The first request looks like this: image

philippe44 commented 4 months ago

It may very well use simple http download with different app id but afaik, all we have now requires dash at higher resolution. If you can find the app id that allows using just http, I'm happy to adjust things, but what I won't do is implement a dash/hls protocol handler.

bjarteskogoy commented 2 months ago

Is the app id connected to the login process? Or where should I look for it?