-
Notifications
You must be signed in to change notification settings - Fork 2
Cast specifications #153
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
base: main
Are you sure you want to change the base?
Cast specifications #153
Conversation
|
| @@ -0,0 +1,70 @@ | |||
| # Google Cast specification | |||
|
|
|||
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.
This article should follow the structure set by the Monitoring specification:
# <Title>
---
**Version:** <Version>
**Date:** <Publishing Date>
---
## Introduction
<A text describing what the specification aims to standardise>| @@ -0,0 +1,96 @@ | |||
| # Google Cast specification | |||
|
|
|||
| Pillarbox cast receiver and sender can handle Pillarbox custom metadata | |||
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.
| Pillarbox cast receiver and sender can handle Pillarbox custom metadata | |
| Pillarbox Cast receiver and sender can handle Pillarbox custom metadata |
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.
As discussed with the team, we should first design a universal player data format for Pillarbox (#173).
We can then design a Google Cast format that stays close to this format, so that direct mapping is easier (especially for the web where everything is JSON).
In particular, time intervals will likely be consolidated into a single list (since this is how Pillarbox time interval concept works).
Description
This PR adds Google cast specifications for chapters handling with Google Cast senders and receivers.
Changes Made
CAST.mdwith chapters specification