You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have been looking at the source code to see if I can somehow get Tidal Max (dash) and Tidal Atmos to play without resorting to complicated DASH support. I think I may be making some progress, but still early days .
In ProtocolHandler.pm I have commented out Lines 182-199 to bypass the fallback to LOSSLESS. Line 210 prints out "Error during getTrackInfo: only plays streams application/dash+xml" when playing Max. Should this not be "Error during getTrackInfo: only plays streams application/vnd.tidal.bt" or perhaps "Error during getTrackInfo: cannot play stream application/dash+xml" ?
The text was updated successfully, but these errors were encountered:
I have been looking at the source code to see if I can somehow get Tidal Max (dash) and Tidal Atmos to play without resorting to complicated DASH support. I think I may be making some progress, but still early days .
In ProtocolHandler.pm I have commented out Lines 182-199 to bypass the fallback to LOSSLESS. Line 210 prints out "Error during getTrackInfo: only plays streams application/dash+xml" when playing Max. Should this not be "Error during getTrackInfo: only plays streams application/vnd.tidal.bt" or perhaps "Error during getTrackInfo: cannot play stream application/dash+xml" ?
The text was updated successfully, but these errors were encountered: