-
Notifications
You must be signed in to change notification settings - Fork 24
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
feat: Player APIs #206
base: next
Are you sure you want to change the base?
feat: Player APIs #206
Conversation
"examples": [ | ||
{ | ||
"playerId": "app1:123", | ||
"locator": "https://cdn.rdkcentral.com/media/assets/asset.hls" |
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.
Can this also be used for HDMI playback?
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.
possibly, but needs some more thought if HDMI is broken out into its own module
"playerId": "app2:345", | ||
"locator": "https://cdn.rdkcentral.com/media/assets/asset-2.hls", | ||
"metadata": { | ||
"assetType": "linear" |
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.
Is this free form to support any assetType
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.
metadata is meant to be completely opaque to firebolt. Even assetType is not in this spec. Any key value pairs can be in metadata
WARNING: A Blackduck scan failure has been waivedA prior failure has been upvoted
|
No description provided.