Giter Club home page Giter Club logo

Comments (1)

MostafamShuman avatar MostafamShuman commented on August 23, 2024

Oh, I hope I'm not too late 😅
1- first you need to obtain your fairplay certificate from apple https://developer.apple.com/contact/fps/. this is most important thing 👌🏼
2- this certificate will be used by you as a client side (iOS) and the backend side (most probably they will use azure framework) to encrypt and decrypt the streaming urls.
3- backend doing some magic stuff to encrypt the streaming url with apple certificate, and providing url to you something like this one https://your-company-domain.com/1efdb8cc-5e42-9e22-54c9-f7e657a9nbd/manifest(format=m3u8-aapl) through GET API call as usual.
4- then you will try playing this media url with your AVPlayer but it can't play the url, then AVPlayer will call delegate methods AVAssetResourceLoaderDelegate.
5- now you need to request SPC from OS using this method .streamingContentKeyRequestData(forApp:contentIdentifier:options:)
6- after that you will use SPC to call license server (backend side) to get CKC to run your media using AVPlayer.
thats it 🤷🏻‍♂️

unfortunately i don't think there is a public fairplay certificate that you can use for POC. 🫤

from fairplay-ios-demo.

Related Issues (1)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.