-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Integrate Akamai SDK? #24
Comments
From what I see:
IMHO (but I may not know all the story), integrating this SDK would be a waste of time better spent delivering value to our app users. |
It seems we need to integrate Akamai QoS SDK so that we better understand streaming quality. Do we really want to integrate Akamai analytics, or was this topic introduced because this is the same SDK? |
We will need to integrate Akamai media streaming SDK, which can be downloaded using the following link, and following the associated integration guide. |
I opened a repository to package Akamai media streaming binaries as native iOS frameworks: https://github.com/SRGSSR/akamai-media-analytics-ios. |
The SDK is undoubtably poor and limited. All methods are class method. I doubt player tracking can properly work with our flexible controller architecture: registration is performed with an Moreover, it silently fails if the configuration URL embedded within the app and not remote. We probably will apply the same configuration file as the web player. |
Specifications exist. It would probably be better to implement analytics ourselves. |
SDK events are correct when playing a single stream (open - start playing - close the player): The events are Init, Start, Play and Complete, as described in the specification PDF. As expected, events are not correct if several We would have expected 3 identical event sequences, but instead we get Init, Error, Init, Error, Init, Complete. |
The SDK memory profile does not seem bad, at least for |
We heard from Markus Sollberger that we might need to integrate an Akamai SDK. The corresponding documentation is attached.
iOS_SwiftAPIs.pdf
iOS_AVPlayer.pdf
The text was updated successfully, but these errors were encountered: