Posts

Post not yet marked as solved
1 Replies
779 Views
I am currently developing a classical music player using MusicKit JS. It's almost ready, but in recent tests I've found out that tracks suddenly stop playing at the 15 minutes mark. This track length is not unusual at all in classical music (and I can think of some very long Pink Floyd songs as examples in another genre).I can see in the browser console the following error, which I believe is related to DRM:Uncaught (in promise) DOMException: Failed to execute 'update' on 'MediaKeySession': Rejected with system code (44)What am I supposed to do? Re-authenticate the user doesn't do any effect. I haven't tried to re-authenticate users before the 15 minutes mark, but I must confess that I find that solution quite non-sensical.Any ideas?Cheers 🙂
Posted Last updated
.
Post not yet marked as solved
0 Replies
430 Views
Apple just released its official Apple Music web player. And it seems to rely on a v2 MusicKitJS:https://imgur.com/a/648yfWtWill it be available to the dev community? When?Cheers!
Posted Last updated
.