I have a problem in fairplay drm + hls with safari (i used shaka player),
it fails at loading some contents .
but sometimes after reloading page it works .
Many thanks ,
FairPlay DRM configuration for iOS and Safari ( failed to load video)
1k views Asked by Wahib Mzali At
2
There are 2 answers
Related Questions in IOS
- URLSession requesting JSON array from server not working
- Incorrect display of LinearGradientBrush in IOS
- Module not found when building flutter app for IOS
- How to share metadata of an audio url file to a WhatsApp conversation with friends
- Occasional crash at NSURLSessionDataTask dataTaskWithRequest:completionHandler:
- Expo Deep linking on iOS is not working (because of Google sign-in?)
- On iOS, the keyboard does not offer a 6-character SMS code
- Hi, there is an error happened when I build my flutter app, after I'm installing firebase packages occurs that error
- The copy/paste functionalities don't work only on iOS in the Flutter app
- Hide LiveActivityIntent Button from Shortcuts App
- While Running Github Actions Pipeline: No Signing Certificate "iOS Development" found: No "iOS Development" signing certificate matching team ID
- Actionable notification api call not working in background
- Accessibility : Full keyboard access with scroll view in swiftui
- There is a problem with the request entity - You are not allowed to create 'iOS' profile with App ID 'XXXX'
- I am getting "binding has not yet been initialized" error when trying to connect firebase with flutter
Related Questions in SAFARI
- my website crash on safari The site sometimes crashes and I can't recover the crash
- Cant handle Session's cookie when Safari/iOS
- Site loads on iPad/Chrome but not on iPad/Safari
- ASP.NET MVC web app looping between fields only on some devices
- Next.js carousel component loads instagram basic display api perfectly except in Safari browser
- Safari extension service worker not sending cookie
- Safari skipping 5 seconds into react-player video - anyone have experience with this?
- Intune IpadOS disable Safari quick notes
- Cant send cookie at res when user using Safari/iOS
- Why is it impossible to definitively know if your website is running as a PWA or as a website?
- Container with flex-direction: column doesn't grow horizontally when items are wrapped on Safari
- I'm trying to make a responsive SVG, but it isn't showing on Safari
- :after not positioning correctly in Safari
- How to programmatically remove headers and footers in print pages on Safari with JavaScript?
- Trigger open WhatsApp application on mobile browser without asking permission
Related Questions in DRM
- Dashjs and persistence license, how to handle an expired/obsolete license sessionId on playback?
- shouldWaitForLoadingOfRequestedResource delegate method not getting called
- Assign fake MAC Address to Wireguard Virtual NIC?
- AVPlayer:While playing DRM video, sometimes the audio and video both are not visible but the seek bar continues progress
- Preventing users from recording playback videos in browser using NextJS
- How can I find the License Key for a stream?
- DRM session error java.lang.IllegalArgumentException: {}: BAD_VALUE
- How to setup a playlist in jwplayer?
- Preventing Screenshots and Screen Recording through DRMs?
- Does xBox in developer mode supports video DRM playback with SL2000 or SL3000 content?
- How to download Widevine encrypted m3u8 stream
- Preventing Screenshots and Screen Recording on Website written in React
- How can I plot an EC50 value onto my dose-response curve in R?
- How to Integrate RMSDK on IOS for DRM function
- Issue in playing fairplay video with avplayer
Related Questions in FAIRPLAY
- AVAssetImageGenerator with Fairplay/DRM
- Issue in playing fairplay video with avplayer
- video.js multiple sources for fairplay widevine playready livestream DRM
- ios 16 fairplay offline playback shows error
- Is it possible to implement hardware-backed DRM with ClearKey?
- Is it possible to play DRM content by pure Javascript and video HTML5?
- How to play DRM protected videos in AVPlayer in swift/ios?
- iOS 16: AVContentKeyRequest processContentKeyResponse Throws Exception
- Deleted protected content cannot be downloaded again in the same session
- HLS+Fairplay stream resource freeing issue
- AVContentKeySessionDelegate methods not called on iOS 16
- iOS 16 FairPlay Changes
- how to integrate fairplay license sdk by using golang?
- How to play video with AVPlayer FairPlay DRM m3u8 ios swift
- Enable FairPlay Streaming in Safari over AirPlay
Related Questions in SHAKA
- Why does this m3u8 list cannot be played by shaka player?
- Chromecast DAI stream doesn't start sometimes with the error
- Jumping forward x seconds because of gap starting at y and ending at z with video encoded by AWS MediaConvert
- How to stream private media blob from azure blob storage without using a SAS url or sas token using shaka player
- How to disable PictureInPicture in shaka player
- Having problems compiling shaka player
- Not able to play H265 stream with DRM on chrome
- getting blurred image thumbnails displayed on shaka player?
- Can I use Twilio video js sdk's rtc stream and convert it into an HLS or DASH?
- Shaka player m3u8 Videos are playing fine on Chrome browser but not playing on Safari browser
- Switch between two videos stacked upon one another without restarting the video in reactJS
- Shaka Player does not trigger "error listener"
- Implementing Shaka Player with Fairplay with Azure DRM service
- Chromecast Shaka player duplicate licences
- How to use React Component as custom control in Shaka Player?
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
It would e very unusual for a DRM server to respond with a valid license if it refused initially, just because it got multiple requests.
Looking at your screenshot above (it does not look like the usual safari inspector network tab?), it looks like the issue is actually with the file '...audio-en-us-mp4a.m3u8'. This is a HLS index file and assuming the screenshot is of network traffic it seems to be showing an error receiving this file, so this and any caching of this file are probably the best place to look for the error.