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
How i can make player re-fetch Fairplay license for new video, if i start play new video via player.src(source) .
On changing sources player dont fetch new Fairplay license , and fall with error. As i understood fairplay cant start to play new DRM protected source if its dont the same video.
Also i found same issue at fairplay npm module, comment from there :
"New Fairplay content cannot be played once MediaKeys have been attached to the video element (Unless its the same source). To get around this issue we need to clear those keys."
As i understood i need to clear/close some DRM session or data, that eme create.
The text was updated successfully, but these errors were encountered:
How i can make player re-fetch Fairplay license for new video, if i start play new video via
player.src(source)
.On changing sources player dont fetch new Fairplay license , and fall with error. As i understood fairplay cant start to play new DRM protected source if its dont the same video.
Also i found same issue at fairplay npm module, comment from there :
"New Fairplay content cannot be played once MediaKeys have been attached to the video element (Unless its the same source). To get around this issue we need to clear those keys."
As i understood i need to clear/close some DRM session or data, that eme create.
The text was updated successfully, but these errors were encountered: