-
Notifications
You must be signed in to change notification settings - Fork 19
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
Added new document on how to obtain metadata in Android Playkit SDK #36
base: master
Are you sure you want to change the base?
Conversation
|
||
3) get the actual metadata. | ||
|
||
### Subscribe to METADATE_AVAILABLE event. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
typo metadata
--- | ||
|
||
Playkit SDK provides convinient methods to receive Metadata from HLS and DASH sources. | ||
Following article will explain how to do that and show list of all available metadata types. The working code sample you can find [here] (https://github.com/kaltura/playkit-android-samples/tree/master/MetadataSample). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A working code sample may be found here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Need to fix some spelling issues here, such as "convenient"
New document, which describes use of metadata on Android Playkit SDK added.