View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0016027 | MMW v4 | Synchronization | public | 2019-10-09 11:14 | 2019-10-09 11:37 |
Reporter | Ludek | Assigned To | |||
Priority | urgent | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | not fixable | ||
Product Version | 4.1 | ||||
Target Version | 4.1.26 | ||||
Summary | 0016027: iPhone: Purchases can no longer be played in MediaMonkey (due to DRM protection) | ||||
Description | While testing iOS13 sync I tried to play a purchased track from MediaMonkey > iPhone > Music > ... The track has iPhone path like '/CloudAssets/e1d5b8c6-65de-41ba-8266-71aa077c0384.m4a' I was debugging this and found that MM transfers the file to the temporary directory without an issue, but the M4A file fails to play in any media player. Probably a missing tag or format info in the M4A file header? Uploaded as e1d5b8c6-65de-41ba-8266-71aa077c0384.m4a to FTP for analyzing. | ||||
Tags | No tags attached. | ||||
Fixed in build | |||||
|
In the debug log I saw: [9236] f_MP4: This file contains DRM! So the purchase seems to be DRM protected file. |
|
QuickTime 7.7.9 (the last -- though 5 years old version) also fails to play the file, it throws following error: -2002: a bad public movie was found in the movie (e1d5b8c6-65de-41ba-8266-71aa077c0384.m4a) Thus also our f_aac plugin fails with the same QT error: [9236] F_AAC: QT install check. [9236] F_AAC: QT version check. [9236] F_AAC: EnterMovies(). [9236] F_AAC: EnterMovies(): 0 [9236] F_AAC: DRM protected track. [9236] F_AAC: NPNTFSS(C:\Temp\mp4\e1d5b8c6-65de-41ba-8266-71aa077c0384.m4a): 0 [9236] F_AAC: OMF(): 0 [9236] F_AAC: NMFF(): -2002 |
|
So resolving as "not fixable" |