110 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
81
views
Playing Apple Fairplay encrypted content on iOS 26
For iOS17 we've had no problem playing Apple Fairplay encrypted content with keys delivered from our key server running on FairPlay Streaming Server SDK 5.1 and subsequently FairPlay Streaming Server ...
0
votes
1
answer
202
views
videos won't work with bunnycdn and videojs - fairplay issue
so i created a Nextjs application for an ott platforms,
i have the videos stored in Bunnycdn and they are protected with enterprise DRM
in my platform i included the player via videojs and a paid ...
0
votes
0
answers
75
views
Airplay freeze after AVContentKeySession key renewal
Our streaming app uses FairPlay-protected video streams, which previously worked fine when using AVAssetResourceLoaderDelegate to provide CKCs.
Recently, we migrated to AVContentKeySession, and while ...
1
vote
0
answers
141
views
Why do I get .ts and .aac requests to the server when playing a downloaded HLS?
I am developing an app to stream and download DRM protected HLS videos based on the official "FairPlay Streaming Server SDK".
When I play the downloaded video, it asks the server for .ts or .aac, even ...
-3
votes
1
answer
252
views
iOS FairPlay error -42803 for offline playback
The FairPlay license we configured is correctly sharing the content key required for offline playback.
But the problem is that - offline playback works once and fails afterwords.
AVPlayer Error:
Code:...
-1
votes
1
answer
222
views
AVAssetImageGenerator with Fairplay/DRM
I have a FairPlay-encrypted HLS stream. I already fetched the CKC, provided the AVContentKeyRequest with it, and played the decrypted video in an AVPlayer.
I now want to generate scrubbing thumbnails ...
2
votes
1
answer
1k
views
video.js multiple sources for fairplay widevine playready livestream DRM
I want to use video.js to display a DRM-protected livestream that will work in the major browsers. I have a Fairplay livestream (for Apple devices) and a Widevine/Playready livestream (for ...
1
vote
1
answer
792
views
ios 16 fairplay offline playback shows error
I'm getting this error when I try to download and play downloaded HLS URL content on iOS 16 and above, it is working fine on older iOS versions.
I have referred this question also iOS 16 FairPlay ...
0
votes
1
answer
501
views
Is it possible to implement hardware-backed DRM with ClearKey?
I'm interested in using ClearKey for its open source nature and lack of reliance on external license servers owned by companies like Google and Microsoft. However, I understand Widevine, PlayReady, ...
0
votes
1
answer
2k
views
Is it possible to play DRM content by pure Javascript and video HTML5?
As the title of this post, I would like to know if we have a way to use pure Javascript and video HTML5 to play DRM content (movie, tv channel).
I am handling a website which provide DRM contents. For ...
2
votes
1
answer
3k
views
How to play DRM protected videos in AVPlayer in swift/ios?
This is below my response getting from backend apis.
How can i play videos with .mpd extension in swift AVPlayer with widevine and no widevine.
My certificate data is now downloading , but I'm unable ...
3
votes
1
answer
1k
views
iOS 16: AVContentKeyRequest processContentKeyResponse Throws Exception
Issue:
I am supporting a streaming iOS application that uses Fairplay DRM to playback protected content.
On iOS 16 devices, I am seeing intermittent exceptions thrown when trying to process the CKC ...
2
votes
1
answer
289
views
Deleted protected content cannot be downloaded again in the same session
I'm working with HLS FairPlay but can't correctly delete a protected downloaded content and re-download it in the same session (= without first closing the app).
step 1:
movpkg is deleted from ...
1
vote
1
answer
265
views
HLS+Fairplay stream resource freeing issue
The Context
I'm using the HTML video element to play HLS+Fairplay streams (VOD and live) in Safari.
My application is a Netflix-like. You can watch a video, stop, and watch another one.
Concretly, the ...
4
votes
1
answer
738
views
AVContentKeySessionDelegate methods not called on iOS 16
I have an app that is in store for few years. It downloads DRM content for offline usage and handles persistable keys via AVContentKeySessionDelegate. Everything worked until iOS 16. Now it works only ...