iOS14 HLS audio stream not pulling User defined URL links in metadata (ID3 tag) swift

147 views Asked by At

My app is a radio app, which uses HLS audio streaming. The app reads metadata from the stream and shows song information like album name, artwork etc.,This seems working fine till iOS 13 but when tested the app on iOS 14, I do not see the artwork url (song image url) coming over. After I debug, i found that the metadata is not showing the artwork url at all, which embeds in ID3 tag (as User defined URL link frame: WXXX). I am not sure why this happened only on iOS 14, with the same stream sending same data. Is there anything that changed in iOS 14 , in terms of reading the metadata? Is someone has this problem? Please help me out

0

There are 0 answers